Searched refs:NID_commonName (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3nametest.c160 return set_cn(crt, NID_commonName, name, 0);
165 return set_cn(crt, NID_commonName, name,
171 return set_cn(crt, NID_commonName, "dummy value",
172 NID_commonName, name, 0);
177 return set_cn(crt, NID_commonName, name,
178 NID_commonName, "dummy value", 0);
201 NID_commonName, "www.example.org", 0);
H A Dv3_utl.c943 cnid = NID_commonName;
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_strnid.c174 {NID_commonName, 1, ub_common_name, DIRSTRING_TYPE, 0},
/freebsd-11-stable/contrib/serf/buckets/
H A Dssl_buckets.c577 length = X509_NAME_get_text_by_NID(subject, NID_commonName, buf, 1024);
1691 NID_commonName,
/freebsd-11-stable/contrib/sendmail/src/
H A Dtls.c1843 r = X509_NAME_get_text_by_NID(subj, NID_commonName, buf,
1848 r = X509_NAME_get_text_by_NID(issuer, NID_commonName, buf,
/freebsd-11-stable/crypto/openssl/crypto/objects/
H A Dobjects.h134 # define NID_commonName 13 macro
H A Dobj_mac.h2049 #define NID_commonName 13 macro
H A Dobj_dat.h975 {"CN","commonName",NID_commonName,3,&(lvalues[85]),0},
/freebsd-11-stable/lib/libfetch/
H A Dcommon.c706 NID_commonName, lastpos)) != -1)
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c1797 case NID_commonName:
1919 nid = NID_commonName;
2041 i = X509_NAME_get_index_by_NID(name, NID_commonName, i);
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c1703 NID_commonName, buf, (int)sizeof(buf)))
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_vfy.c816 if (last_object_nid != NID_commonName

Completed in 322 milliseconds