Home
last modified time | relevance | path

Searched refs:otherName (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_san.c88 switch (OBJ_obj2nid(gen->d.otherName->type_id)) { in STACK_OF()
90 if (gen->d.otherName->value->type != V_ASN1_UTF8STRING in STACK_OF()
92 gen->d.otherName->value->value.utf8string->data, in STACK_OF()
93 gen->d.otherName->value->value.utf8string->length, in STACK_OF()
98 if (gen->d.otherName->value->type != V_ASN1_UTF8STRING in STACK_OF()
100 gen->d.otherName->value->value.utf8string->data, in STACK_OF()
101 gen->d.otherName->value->value.utf8string->length, in STACK_OF()
106 if (gen->d.otherName->value->type != V_ASN1_IA5STRING in STACK_OF()
108 gen->d.otherName->value->value.ia5string->data, in STACK_OF()
109 gen->d.otherName->value->value.ia5string->length, in STACK_OF()
[all …]
H A Dv3_genn.c33 ASN1_IMP(GENERAL_NAME, d.otherName, OTHERNAME, GEN_OTHERNAME),
137 result = OTHERNAME_cmp(a->d.otherName, b->d.otherName); in GENERAL_NAME_cmp()
188 a->d.otherName = value; in GENERAL_NAME_set0_value()
224 return a->d.otherName; in GENERAL_NAME_get0_value()
265 *poid = gen->d.otherName->type_id; in GENERAL_NAME_get0_otherName()
267 *pvalue = gen->d.otherName->value; in GENERAL_NAME_get0_otherName()
H A Dv3_ncons.c512 …if (effective_type == GEN_OTHERNAME && (OBJ_obj2nid(gen->d.otherName->type_id) == NID_id_on_SmtpUT… in nc_match()
524 …|| (effective_type == GEN_OTHERNAME && OBJ_cmp(gen->d.otherName->type_id, sub->base->d.otherName->… in nc_match()
548 …|| (effective_type == GEN_OTHERNAME && OBJ_cmp(gen->d.otherName->type_id, sub->base->d.otherName->… in nc_match()
574 return nc_email_eai(gen->d.otherName->value, base->d.rfc822Name); in nc_match_single()
H A Dv3_utl.c915 switch (OBJ_obj2nid(gen->d.otherName->type_id)) { in do_x509_check()
945 || gen->d.otherName->value->type != V_ASN1_UTF8STRING) in do_x509_check()
948 cstr = gen->d.otherName->value->value.utf8string; in do_x509_check()
/freebsd/share/snmp/mibs/
H A DFREEBSD-MIB.txt27 "Added entries for the otherName component of a X.509 cert"
43 "Subtree for X.509 Certificate otherName entries"
/freebsd/contrib/pam-krb5/ci/files/mit/
H A Dextensions.client8 subjectAltName=otherName:1.3.6.1.5.2.2;SEQUENCE:princ_name
H A Dextensions.kdc8 subjectAltName=otherName:1.3.6.1.5.2.2;SEQUENCE:kdc_princ_name
/freebsd/crypto/heimdal/lib/hx509/
H A Dprint.c603 &gn.val[i].u.otherName.type_id) != 0) in check_altName()
608 (*altname_types[j].func)(ctx, &gn.val[i].u.otherName.value); in check_altName()
612 hx509_oid_print(&gn.val[i].u.otherName.type_id, in check_altName()
H A Dcert.c775 der_heim_oid_cmp(&sa.val[j].u.otherName.type_id, oid) == 0) in hx509_cert_find_subjectAltName_otherName()
777 ret = add_to_list(list, &sa.val[j].u.otherName.value); in hx509_cert_find_subjectAltName_otherName()
1752 if (der_heim_oid_cmp(&c->u.otherName.type_id, in match_general_name()
1753 &n->u.otherName.type_id) != 0) in match_general_name()
1755 if (heim_any_cmp(&c->u.otherName.value, in match_general_name()
1756 &n->u.otherName.value) != 0) in match_general_name()
H A Dca.c576 gn.u.otherName.type_id = *oid; in hx509_ca_tbs_add_san_otherName()
577 gn.u.otherName.value = *os; in hx509_ca_tbs_add_san_otherName()
H A Dname.c948 hx509_oid_sprint(&name->u.otherName.type_id, &oid); in hx509_general_name_unparse()
/freebsd/crypto/openssl/doc/man5/
H A Dx509v3_config.pod243 and B<otherName>.
258 The value of B<otherName> can include arbitrary data associated with an OID;
272 subjectAltName = otherName:1.2.3.4;UTF8:some other identifier
284 are provided as otherName.SmtpUTF8Mailbox. According to RFC 8398, the email
290 otherName = 1.3.6.1.5.5.7.8.9;FORMAT:UTF8,UTF8String:nonasciiname.example.com
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1362 if (Entry.otherName().empty()) in dumpSymbolsFromDLInfoMachO()
1365 EOS << Entry.otherName(); in dumpSymbolsFromDLInfoMachO()
1374 if (Entry.otherName().empty()) in dumpSymbolsFromDLInfoMachO()
1377 U.Name = Entry.otherName().str(); in dumpSymbolsFromDLInfoMachO()
1393 if (Entry.otherName().empty()) in dumpSymbolsFromDLInfoMachO()
1396 EOS << Entry.otherName(); in dumpSymbolsFromDLInfoMachO()
/freebsd/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c917 val = genname->d.otherName; in rpctls_cnname()
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in165 OTHERNAME *otherName; /* otherName */ member
H A Dx509v3.h188 OTHERNAME *otherName; /* otherName */ member
/freebsd/crypto/heimdal/lib/asn1/
H A Drfc2459.asn1262 otherName [0] IMPLICIT -- OtherName -- SEQUENCE {
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h83 LLVM_ABI StringRef otherName() const;
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c2382 name.length = gen->d.otherName->value->value.sequence->length; in crypto_retrieve_X509_sans()
2383 name.data = (char *)gen->d.otherName->value->value.sequence->data; in crypto_retrieve_X509_sans()
2386 gen->d.otherName->type_id) == 0) { in crypto_retrieve_X509_sans()
2399 gen->d.otherName->type_id) == 0) { in crypto_retrieve_X509_sans()
/freebsd/crypto/heimdal/doc/
H A Dsetup.texi1272 subjectAltName otherName using OID id-pkinit-san (1.3.6.1.5.2.2) in
1568 subjectAltName=otherName:1.3.6.1.5.2.2;SEQUENCE:princ_name
1601 @c subjectAltName = otherName:msUPN;UTF8:lukeh@dsg.padl.com
H A Dhx509.texi670 it's stored inside a UTF8String within an otherName entity inside the
/freebsd/contrib/wpa/src/utils/
H A Dhttp_curl.c263 add_alt_name_othername(ctx, cert, name->d.otherName); in add_alt_name()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-req.pod.in691 1.2.3.6 otherName Other longer Name
/freebsd/contrib/bearssl/src/x509/
H A Dx509_minimal.t01117 \ 'otherName'. If the tag is context-2, then parse a
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2980 StringRef ExportEntry::otherName() const { in otherName() function in ExportEntry

12