/freebsd/crypto/heimdal/lib/hx509/ |
H A D | req.c | 146 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 D | cert.c | 1788 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 D | name.c | 962 (int)name->u.dNSName.length, in hx509_general_name_unparse() 963 (char *)name->u.dNSName.data); in hx509_general_name_unparse()
|
H A D | ca.c | 785 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 D | openssl_hostname_validation.c | 131 … 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 D | openssl_hostname_validation.c | 131 … 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 D | v3_ncons.c | 419 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 D | v3_genn.c | 35 ASN1_IMP(GENERAL_NAME, d.dNSName, ASN1_IA5STRING, GEN_DNS),
|
H A D | v3_utl.c | 968 cstr = gen->d.dNSName; in do_x509_check()
|
/freebsd/contrib/bearssl/src/x509/ |
H A D | x509_minimal.t0 | 116 * -- 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 D | README-HS20 | 184 # server certificate in SubjectAltName dNSName element(s). If a 185 # matching dNSName is found, this constraint is met. If no dNSName
|
H A D | ChangeLog | 179 * fixed dNSName matching in domain_match and domain_suffix_match when
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509v3.h.in | 156 ASN1_IA5STRING *dNSName; member 166 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
|
H A D | x509v3.h | 179 ASN1_IA5STRING *dNSName; member
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | rfc2459.asn1 | 267 dNSName [2] IMPLICIT IA5String,
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_openssl.c | 2179 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 D | http_curl.c | 266 add_alt_name_dns(ctx, cert, name->d.dNSName); in add_alt_name()
|
/freebsd/crypto/heimdal/doc/ |
H A D | setup.texi | 1275 nameConstraints extention with a Generalname with dNSName or iPAdress,
|