Home
last modified time | relevance | path

Searched refs:X509_NAME_get_index_by_NID (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/crypto/openssl/doc/man3/
H A DX509_NAME_get_index_by_NID.pod5 X509_NAME_get_index_by_NID, X509_NAME_get_index_by_OBJ, X509_NAME_get_entry,
13 int X509_NAME_get_index_by_NID(const X509_NAME *name, int nid, int lastpos);
32 X509_NAME_get_index_by_NID() and X509_NAME_get_index_by_OBJ() retrieve
62 For a more general solution X509_NAME_get_index_by_NID() or
71 Applications which could pass invalid NIDs to X509_NAME_get_index_by_NID()
77 X509_NAME_get_index_by_NID() and X509_NAME_get_index_by_OBJ()
79 X509_NAME_get_index_by_NID() can also return -2 if the supplied
106 lastpos = X509_NAME_get_index_by_NID(nm, NID_commonName, lastpos);
H A DX509_get0_uids.pod41 L<X509_NAME_get_index_by_NID(3)>,
H A DX509_get_serialNumber.pod50 L<X509_NAME_get_index_by_NID(3)>,
H A DX509_get_version.pod64 L<X509_NAME_get_index_by_NID(3)>,
H A DX509_verify.pod61 L<X509_NAME_get_index_by_NID(3)>,
H A DX509_get_pubkey.pod71 L<X509_NAME_get_index_by_NID(3)>,
H A DX509_get0_notBefore.pod80 L<X509_NAME_get_index_by_NID(3)>,
H A Di2d_re_X509_tbs.pod72 L<X509_NAME_get_index_by_NID(3)>,
H A DX509_CRL_get0_by_serial.pod99 L<X509_NAME_get_index_by_NID(3)>,
H A DX509_new.pod78 L<X509_NAME_get_index_by_NID(3)>,
H A DX509_get_subject_name.pod100 L<X509_NAME_get_index_by_NID(3)>,
H A DX509_get0_signature.pod112 L<X509_NAME_get_index_by_NID(3)>,
H A DX509V3_get_d2i.pod232 L<X509_NAME_get_index_by_NID(3)>,
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dopenssl_hostname_validation.c71 …common_name_loc = X509_NAME_get_index_by_NID(X509_get_subject_name((X509 *) server_cert), NID_comm… in matches_common_name()
/freebsd/contrib/libevent/sample/
H A Dopenssl_hostname_validation.c71 …common_name_loc = X509_NAME_get_index_by_NID(X509_get_subject_name((X509 *) server_cert), NID_comm… in matches_common_name()
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_ncons.c286 i = X509_NAME_get_index_by_NID(nm, NID_pkcs9_emailAddress, i); in NAME_CONSTRAINTS_check()
429 i = X509_NAME_get_index_by_NID(nm, NID_commonName, i); in NAME_CONSTRAINTS_check_CN()
H A Dx509name.c60 int X509_NAME_get_index_by_NID(const X509_NAME *name, int nid, int lastpos) in X509_NAME_get_index_by_NID() function
H A Dv3_utl.c510 while ((i = X509_NAME_get_index_by_NID(name, in STACK_OF()
995 while ((i = X509_NAME_get_index_by_NID(name, cnid, i)) >= 0) { in do_x509_check()
H A Dv3_san.c442 while ((i = X509_NAME_get_index_by_NID(nm, in copy_email()
/freebsd/lib/libfetch/
H A Dcommon.c981 while ((lastpos = X509_NAME_get_index_by_NID(subject, in fetch_ssl_verify_cn()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile556 MAN+= X509_NAME_get_index_by_NID.3
4484 MLINKS+= X509_NAME_get_index_by_NID.3 X509_NAME_entry_count.3
4486 MLINKS+= X509_NAME_get_index_by_NID.3 X509_NAME_get_entry.3
4487 MLINKS+= X509_NAME_get_index_by_NID.3 X509_NAME_get_index_by_OBJ.3
4488 MLINKS+= X509_NAME_get_index_by_NID.3 X509_NAME_get_text_by_NID.3
4489 MLINKS+= X509_NAME_get_index_by_NID.3 X509_NAME_get_text_by_OBJ.3
/freebsd/crypto/openssl/doc/
H A Dbuild.info2702 DEPEND[html/man3/X509_NAME_get_index_by_NID.html]=man3/X509_NAME_get_index_by_NID.pod
2703 GENERATE[html/man3/X509_NAME_get_index_by_NID.html]=man3/X509_NAME_get_index_by_NID.pod
2704 DEPEND[man/man3/X509_NAME_get_index_by_NID.3]=man3/X509_NAME_get_index_by_NID.pod
2705 GENERATE[man/man3/X509_NAME_get_index_by_NID.3]=man3/X509_NAME_get_index_by_NID.pod
3461 html/man3/X509_NAME_get_index_by_NID.html \
4069 man/man3/X509_NAME_get_index_by_NID.3 \
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c2009 for (i = -1; (i = X509_NAME_get_index_by_NID(name, nid, i)) > -1;) { in match_dn_field()
2203 i = X509_NAME_get_index_by_NID(name, NID_commonName, i); in tls_match_suffix_helper()
/freebsd/crypto/openssl/include/openssl/
H A Dx509.h1031 int X509_NAME_get_index_by_NID(const X509_NAME *name, int nid, int lastpos);
H A Dx509.h.in837 int X509_NAME_get_index_by_NID(const X509_NAME *name, int nid, int lastpos);

12