Home
last modified time | relevance | path

Searched refs:gs (Results 1 – 3 of 3) sorted by relevance

/openssl/doc/designs/
H A Dfast-param-find.md102 will be appended _[gs]et[_ctx]_params
/openssl/crypto/x509/
H A Dx509_vfy.c690 GENERAL_NAMES *gs = X509_get_ext_d2i(x, NID_subject_alt_name, NULL, NULL); in has_san_id() local
692 if (gs == NULL) in has_san_id()
695 for (i = 0; i < sk_GENERAL_NAME_num(gs); i++) { in has_san_id()
696 GENERAL_NAME *g = sk_GENERAL_NAME_value(gs, i); in has_san_id()
703 GENERAL_NAMES_free(gs); in has_san_id()
/openssl/
H A DCHANGES.md19713 * Fix typo in SSL_[gs]et_options().

Completed in 62 milliseconds