Home
last modified time | relevance | path

Searched refs:dNSName (Results 1 – 18 of 18) sorted by relevance

/freebsd/crypto/heimdal/lib/hx509/
H A Dreq.c146 name.u.dNSName.data = rk_UNCONST(hostname); in _hx509_request_add_dns_name()
147 name.u.dNSName.length = strlen(hostname); in _hx509_request_add_dns_name()
161 name.u.dNSName.data = rk_UNCONST(email); in _hx509_request_add_email()
162 name.u.dNSName.length = strlen(email); in _hx509_request_add_email()
H A Dcert.c1788 lenc = c->u.dNSName.length; in match_general_name()
1789 lenn = n->u.dNSName.length; in match_general_name()
1792 ptr = n->u.dNSName.data; in match_general_name()
1793 if (memcmp(&ptr[lenn - lenc], c->u.dNSName.data, lenc) != 0) in match_general_name()
2485 if (der_printable_string_cmp(&san.val[j].u.dNSName, &hn) == 0) { in hx509_verify_hostname()
H A Dname.c962 (int)name->u.dNSName.length, in hx509_general_name_unparse()
963 (char *)name->u.dNSName.data); in hx509_general_name_unparse()
H A Dca.c785 gn.u.dNSName.data = rk_UNCONST(dnsname); in hx509_ca_tbs_add_san_hostname()
786 gn.u.dNSName.length = strlen(dnsname); in hx509_ca_tbs_add_san_hostname()
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dopenssl_hostname_validation.c131 … const char *dns_name = (char *) ASN1_STRING_get0_data(current_name->d.dNSName); in matches_subject_alternative_name()
134 … if ((size_t)ASN1_STRING_length(current_name->d.dNSName) != strlen(dns_name)) { in matches_subject_alternative_name()
/freebsd/contrib/libevent/sample/
H A Dopenssl_hostname_validation.c131 … const char *dns_name = (char *) ASN1_STRING_get0_data(current_name->d.dNSName); in matches_subject_alternative_name()
134 … if ((size_t)ASN1_STRING_length(current_name->d.dNSName) != strlen(dns_name)) { in matches_subject_alternative_name()
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_ncons.c419 gntmp.d.dNSName = &stmp; in NAME_CONSTRAINTS_check_CN()
562 return nc_dns(gen->d.dNSName, base->d.dNSName); in nc_match_single()
H A Dv3_genn.c35 ASN1_IMP(GENERAL_NAME, d.dNSName, ASN1_IA5STRING, GEN_DNS),
H A Dv3_utl.c968 cstr = gen->d.dNSName; in do_x509_check()
/freebsd/contrib/bearssl/src/x509/
H A Dx509_minimal.t0116 * -- Subject Alt Name: for the EE, dNSName names are matched
1110 \ to true if the expected server name was matched against a dNSName in
1118 \ dNSName. If the tag is context-1 or context-6,
1141 \ dNSName (IA5String)
1156 \ We check only names of type dNSName; they use IA5String,
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-HS20184 # server certificate in SubjectAltName dNSName element(s). If a
185 # matching dNSName is found, this constraint is met. If no dNSName
H A DChangeLog179 * fixed dNSName matching in domain_match and domain_suffix_match when
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in156 ASN1_IA5STRING *dNSName; member
166 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
H A Dx509v3.h179 ASN1_IA5STRING *dNSName; member
/freebsd/crypto/heimdal/lib/asn1/
H A Drfc2459.asn1267 dNSName [2] IMPLICIT IA5String,
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c2179 gen->d.dNSName->data, in tls_match_suffix_helper()
2180 gen->d.dNSName->length); in tls_match_suffix_helper()
2181 if (domain_suffix_match(gen->d.dNSName->data, in tls_match_suffix_helper()
2182 gen->d.dNSName->length, in tls_match_suffix_helper()
/freebsd/contrib/wpa/src/utils/
H A Dhttp_curl.c266 add_alt_name_dns(ctx, cert, name->d.dNSName); in add_alt_name()
/freebsd/crypto/heimdal/doc/
H A Dsetup.texi1275 nameConstraints extention with a Generalname with dNSName or iPAdress,