Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dreq.c148 name.u.dNSName.data = rk_UNCONST(hostname); in _hx509_request_add_dns_name()
149 name.u.dNSName.length = strlen(hostname); in _hx509_request_add_dns_name()
163 name.u.dNSName.data = rk_UNCONST(email); in _hx509_request_add_email()
164 name.u.dNSName.length = strlen(email); in _hx509_request_add_email()
H A Dname.c978 (int)name->u.dNSName.length, in hx509_general_name_unparse()
979 (char *)name->u.dNSName.data); in hx509_general_name_unparse()
H A Dcert.c1808 lenc = c->u.dNSName.length; in match_general_name()
1809 lenn = n->u.dNSName.length; in match_general_name()
1812 ptr = n->u.dNSName.data; in match_general_name()
1813 if (memcmp(&ptr[lenn - lenc], c->u.dNSName.data, lenc) != 0) in match_general_name()
2507 if (der_printable_string_cmp(&san.val[j].u.dNSName, &hn) == 0) { in hx509_verify_hostname()
H A Dca.c791 gn.u.dNSName.data = rk_UNCONST(dnsname); in hx509_ca_tbs_add_san_hostname()
792 gn.u.dNSName.length = strlen(dnsname); in hx509_ca_tbs_add_san_hostname()
/netbsd-src/external/bsd/libevent/dist/sample/
H A Dopenssl_hostname_validation.c132 … const char *dns_name = (char *) ASN1_STRING_get0_data(current_name->d.dNSName); in matches_subject_alternative_name()
135 … if ((size_t)ASN1_STRING_length(current_name->d.dNSName) != strlen(dns_name)) { in matches_subject_alternative_name()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.c1074 …mponentIA5String ( oid, (ComponentSyntaxInfo*)(v1->a.dNSName), (ComponentSyntaxInfo*)(v2->a.dNSNam… in MatchingComponentGeneralName()
1126 …(( comp->a.dNSName->identifier.bv_val && strncmp(comp->a.dNSName->identifier.bv_val, cr->cr_curr->… in ExtractingComponentGeneralName()
1127 …( strncmp(comp->a.dNSName->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci… in ExtractingComponentGeneralName()
1129 return (comp->a.dNSName); in ExtractingComponentGeneralName()
1132 return ExtractingComponentIA5String ( mem_op, cr, (comp->a.dNSName) ); in ExtractingComponentGeneralName()
1281 …rc = BDecComponentIA5String (mem_op, b, tagId1, elmtLen1, (&k->a.dNSName), &totalElmtsLen1, DEC_A…
1283 (k->a.dNSName)->identifier.bv_val = (k->a.dNSName)->id_buf;
1284 (k->a.dNSName)->identifier.bv_len = strlen("dNSName");
1285 strcpy( (k->a.dNSName)->identifier.bv_val, "dNSName");
1473 rc = GDecComponentIA5String (mem_op, b, (&k->a.dNSName), bytesDecoded, DEC_ALLOC_MODE_0 );
[all …]
H A DauthorityKeyIdentifier.asn19 dNSName [2] IA5String,
H A DauthorityKeyIdentifier.h259 ComponentIA5String* dNSName; /* [2] IA5String */ member
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_ncons.c421 gntmp.d.dNSName = &stmp; in NAME_CONSTRAINTS_check_CN()
512 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.c911 cstr = gen->d.dNSName; in do_x509_check()
/netbsd-src/crypto/external/bsd/openssl/dist/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),
/netbsd-src/external/ibm-public/postfix/dist/
H A DTLS_ACKNOWLEDGEMENTS54 * Provided an initial patch to support SubjectAlternativeName/dNSName
H A DTLS_CHANGES159 - Add support for SubjectAlternativeName "dNSName" entries in certificate
161 If the client connects to the server, it does check the list of dNSName
164 CommonName (CN) entries are only checked, if no dNSName entries are found
1638 - Added field "dNSName" to the structure (still unused). This will be
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4523.txt894 / gn-dNSName
912 gn-dNSName = id-dNSName ":" IA5String
1034 / id-dNSName
1043 id-dNSName = %x64.4E.53.4E.61.6D.65 ; 'dNSName'
H A Drfc4513.txt511 of type dNSName) or for which the mapping is performed in a secure
548 before comparison with subjectAltName values of type dNSName.
572 values of type dNSName, and then only as the left-most (least
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dx509v3.h.in156 ASN1_IA5STRING *dNSName; member
166 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
/netbsd-src/crypto/external/bsd/libsaslc/dist/ref/
H A Drfc2595.txt149 - If a subjectAltName extension of type dNSName is present in the
161 dNSName field), then a match with any one of the fields is
715 client SHOULD support subjectAltName of dNSName type 2.4
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dx509v3.h138 ASN1_IA5STRING *dNSName; member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Drfc2459.asn1290 dNSName [2] IMPLICIT IA5String,
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.spell-cc299 dNSName
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/
H A Dsetup.texi1335 nameConstraints extension with a Generalname with dNSName or iPAdress,