/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_san.c | 88 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 D | v3_genn.c | 33 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 D | v3_ncons.c | 484 (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 D | v3_utl.c | 923 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 D | FREEBSD-MIB.txt | 27 "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 D | print.c | 603 &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 D | cert.c | 775 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 D | ca.c | 576 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 D | name.c | 948 hx509_oid_sprint(&name->u.otherName.type_id, &oid); in hx509_general_name_unparse()
|
/freebsd/crypto/openssl/doc/man5/ |
H A D | x509v3_config.pod | 228 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 D | llvm-nm.cpp | 1360 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 D | x509v3.h.in | 154 OTHERNAME *otherName; /* otherName */ member
|
H A D | x509v3.h | 177 OTHERNAME *otherName; /* otherName */ member
|
/freebsd/usr.sbin/rpc.tlsservd/ |
H A D | rpc.tlsservd.c | 909 val = genname->d.otherName; in rpctls_cnname()
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | rfc2459.asn1 | 262 otherName [0] IMPLICIT -- OtherName -- SEQUENCE {
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | MachO.h | 81 StringRef otherName() const;
|
/freebsd/crypto/heimdal/doc/ |
H A D | setup.texi | 1272 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 D | hx509.texi | 670 it's stored inside a UTF8String within an otherName entity inside the
|
/freebsd/contrib/wpa/src/utils/ |
H A D | http_curl.c | 263 add_alt_name_othername(ctx, cert, name->d.otherName); in add_alt_name()
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-req.pod.in | 624 1.2.3.6 otherName Other longer Name
|
/freebsd/contrib/bearssl/src/x509/ |
H A D | x509_minimal.t0 | 1117 \ 'otherName'. If the tag is context-2, then parse a
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 10326 if (Entry.otherName().empty()) in printMachOExportsTrie() 10329 outs() << " (" << Entry.otherName() << " from " << DylibName << ")"; in printMachOExportsTrie()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 2981 StringRef ExportEntry::otherName() const { in otherName() function in ExportEntry
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 68 comparing the expected name with an `otherName` subject alternative name of 17548 * Code to support otherName option in GeneralName.
|