Home
last modified time | relevance | path

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

/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),
109 result = OTHERNAME_cmp(a->d.otherName, b->d.otherName); in GENERAL_NAME_cmp()
160 a->d.otherName = value; in GENERAL_NAME_set0_value()
196 return a->d.otherName; in GENERAL_NAME_get0_value()
237 *poid = gen->d.otherName->type_id; in GENERAL_NAME_get0_otherName()
239 *pvalue = gen->d.otherName->value; in GENERAL_NAME_get0_otherName()
H A Dv3_ncons.c484 (OBJ_obj2nid(gen->d.otherName->type_id) == NID_id_on_SmtpUTF8Mailbox)) { in nc_match()
497 OBJ_cmp(gen->d.otherName->type_id, in nc_match()
498 sub->base->d.otherName->type_id) != 0)) in nc_match()
523 OBJ_cmp(gen->d.otherName->type_id, in nc_match()
524 sub->base->d.otherName->type_id) != 0)) in nc_match()
552 return nc_email_eai(gen->d.otherName->value, base->d.rfc822Name); in nc_match_single()
H A Dv3_utl.c923 switch (OBJ_obj2nid(gen->d.otherName->type_id)) { in do_x509_check()
953 || gen->d.otherName->value->type != V_ASN1_UTF8STRING) in do_x509_check()
956 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/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.pod228 and B<otherName>.
243 The value of B<otherName> can include arbitrary data associated with an OID;
257 subjectAltName = otherName:1.2.3.4;UTF8:some other identifier
269 are provided as otherName.SmtpUTF8Mailbox. According to RFC 8398, the email
275 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.cpp1360 if (Entry.otherName().empty()) in dumpSymbolsFromDLInfoMachO()
1363 EOS << Entry.otherName(); in dumpSymbolsFromDLInfoMachO()
1372 if (Entry.otherName().empty()) in dumpSymbolsFromDLInfoMachO()
1375 U.Name = Entry.otherName().str(); in dumpSymbolsFromDLInfoMachO()
1391 if (Entry.otherName().empty()) in dumpSymbolsFromDLInfoMachO()
1394 EOS << Entry.otherName(); in dumpSymbolsFromDLInfoMachO()
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in154 OTHERNAME *otherName; /* otherName */ member
H A Dx509v3.h177 OTHERNAME *otherName; /* otherName */ member
/freebsd/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c909 val = genname->d.otherName; in rpctls_cnname()
/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.h81 StringRef otherName() const;
/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.in624 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/tools/llvm-objdump/
H A DMachODump.cpp10326 if (Entry.otherName().empty()) in printMachOExportsTrie()
10329 outs() << " (" << Entry.otherName() << " from " << DylibName << ")"; in printMachOExportsTrie()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2981 StringRef ExportEntry::otherName() const { in otherName() function in ExportEntry
/freebsd/crypto/openssl/
H A DCHANGES.md68 comparing the expected name with an `otherName` subject alternative name of
17548 * Code to support otherName option in GeneralName.