Home
last modified time | relevance | path

Searched refs:NID_commonName (Results 1 – 17 of 17) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/asn1/
HDtbl_standard.h29 {NID_commonName, 1, ub_common_name, DIRSTRING_TYPE, 0},
/freebsd-13-stable/contrib/ntp/sntp/libevent/sample/
HDopenssl_hostname_validation.c71 …_loc = X509_NAME_get_index_by_NID(X509_get_subject_name((X509 *) server_cert), NID_commonName, -1); in matches_common_name()
/freebsd-13-stable/contrib/libevent/sample/
HDopenssl_hostname_validation.c71 …_loc = X509_NAME_get_index_by_NID(X509_get_subject_name((X509 *) server_cert), NID_commonName, -1); in matches_common_name()
/freebsd-13-stable/crypto/openssl/doc/man3/
HDOBJ_nid2obj.pod110 #define NID_commonName 13
157 ASN1_OBJECT *o = OBJ_nid2obj(NID_commonName);
161 if (OBJ_obj2nid(obj) == NID_commonName)
HDX509_NAME_get_index_by_NID.pod102 lastpos = X509_NAME_get_index_by_NID(nm, NID_commonName, lastpos);
/freebsd-13-stable/crypto/openssl/crypto/x509v3/
HDv3_ncons.c431 i = X509_NAME_get_index_by_NID(nm, NID_commonName, i); in NAME_CONSTRAINTS_check_CN()
HDv3_utl.c882 cnid = NID_commonName; in do_x509_check()
/freebsd-13-stable/contrib/serf/buckets/
HDssl_buckets.c578 length = X509_NAME_get_text_by_NID(subject, NID_commonName, buf, 1024); in validate_cert_hostname()
1692 NID_commonName, in convert_X509_NAME_to_table()
/freebsd-13-stable/contrib/sendmail/src/
HDtls.c2027 r = X509_NAME_get_text_by_NID(subj, NID_commonName, buf,
2032 r = X509_NAME_get_text_by_NID(issuer, NID_commonName, buf,
/freebsd-13-stable/crypto/openssl/crypto/objects/
HDobj_dat.h1096 {"CN", "commonName", NID_commonName, 3, &so[85]},
/freebsd-13-stable/lib/libfetch/
HDcommon.c999 NID_commonName, lastpos)) != -1) in fetch_ssl_verify_cn()
/freebsd-13-stable/contrib/wpa/src/crypto/
HDtls_openssl.c1959 case NID_commonName: in get_dn_field_index()
2081 nid = NID_commonName; in get_value_from_field()
2203 i = X509_NAME_get_index_by_NID(name, NID_commonName, i); in tls_match_suffix_helper()
HDtls_wolfssl.c749 i = wolfSSL_X509_NAME_get_index_by_NID(name, NID_commonName, i); in tls_match_suffix_helper()
HDcrypto_openssl.c4304 nid = NID_commonName; in crypto_csr_set_name()
/freebsd-13-stable/contrib/unbound/smallapp/
HDunbound-anchor.c1708 NID_commonName, buf, (int)sizeof(buf))) in STACK_OF()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDobj_mac.h2142 #define NID_commonName 13 macro
/freebsd-13-stable/crypto/openssl/crypto/x509/
HDx509_vfy.c684 if (last_object_nid != NID_commonName in check_name_constraints()