| /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), 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 D | v3_ncons.c | 512 …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 D | v3_utl.c | 915 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 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/contrib/pam-krb5/ci/files/mit/ |
| H A D | extensions.client | 8 subjectAltName=otherName:1.3.6.1.5.2.2;SEQUENCE:princ_name
|
| H A D | extensions.kdc | 8 subjectAltName=otherName:1.3.6.1.5.2.2;SEQUENCE:kdc_princ_name
|
| /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 | 243 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 D | llvm-nm.cpp | 1362 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 D | rpc.tlsservd.c | 917 val = genname->d.otherName; in rpctls_cnname()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | x509v3.h.in | 165 OTHERNAME *otherName; /* otherName */ member
|
| H A D | x509v3.h | 188 OTHERNAME *otherName; /* otherName */ member
|
| /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 | 83 LLVM_ABI StringRef otherName() const;
|
| /freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
| H A D | pkinit_crypto_openssl.c | 2382 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 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 | 691 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/lib/Object/ |
| H A D | MachOObjectFile.cpp | 2980 StringRef ExportEntry::otherName() const { in otherName() function in ExportEntry
|