Home
last modified time | relevance | path

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

12

/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
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_alt.c568 if ((gen->d.otherName = OTHERNAME_new()) == NULL) in do_othername()
574 ASN1_TYPE_free(gen->d.otherName->value); in do_othername()
575 if ((gen->d.otherName->value = ASN1_generate_v3(p + 1, ctx)) == NULL) in do_othername()
581 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0); in do_othername()
583 if (!gen->d.otherName->type_id) in do_othername()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/data/
H A Dopenssl.1.0.cnf127 subjectAltName=otherName:1.3.6.1.5.2.2;SEQUENCE:pkinitc_princ_name
140 subjectAltName=otherName:1.3.6.1.5.2.2;SEQUENCE:pkinitkdc_princ_name
H A Dopenssl.1.1.cnf122 subjectAltName=otherName:1.3.6.1.5.2.2;SEQUENCE:pkinitc_princ_name
135 subjectAltName=otherName:1.3.6.1.5.2.2;SEQUENCE:pkinitkdc_princ_name
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.c1068 …onentOtherName ( oid, (ComponentSyntaxInfo*)(v1->a.otherName), (ComponentSyntaxInfo*)(v2->a.otherN… in MatchingComponentGeneralName()
1106 …(( comp->a.otherName->identifier.bv_val && strncmp(comp->a.otherName->identifier.bv_val, cr->cr_cu… in ExtractingComponentGeneralName()
1107 …( strncmp(comp->a.otherName->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.… in ExtractingComponentGeneralName()
1109 return (comp->a.otherName); in ExtractingComponentGeneralName()
1112 return ExtractingComponentOtherName ( mem_op, cr, (comp->a.otherName) ); in ExtractingComponentGeneralName()
1241 …rc = BDecComponentOtherName (mem_op, b, tagId1, elmtLen1, (&k->a.otherName), &totalElmtsLen1, mod…
1243 (k->a.otherName)->identifier.bv_val = (k->a.otherName)->id_buf;
1244 (k->a.otherName)->identifier.bv_len = strlen("otherName");
1245 strcpy( (k->a.otherName)->identifier.bv_val, "otherName");
1459 rc = GDecComponentOtherName (mem_op, b, (&k->a.otherName), bytesDecoded, mode);
[all …]
H A DauthorityKeyIdentifier.asn17 otherName [0] OtherName,
H A DauthorityKeyIdentifier.h257 ComponentOtherName* otherName; /* [0] OtherName */ member
/netbsd-src/crypto/external/bsd/openssl/dist/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
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dprint.c605 &gn.val[i].u.otherName.type_id) != 0) in check_altName()
610 (*altname_types[j].func)(ctx, &gn.val[i].u.otherName.value); in check_altName()
614 hx509_oid_print(&gn.val[i].u.otherName.type_id, in check_altName()
H A Dcert.c794 der_heim_oid_cmp(&sa.val[j].u.otherName.type_id, oid) == 0) in hx509_cert_find_subjectAltName_otherName()
796 ret = add_to_list(list, &sa.val[j].u.otherName.value); in hx509_cert_find_subjectAltName_otherName()
1772 if (der_heim_oid_cmp(&c->u.otherName.type_id, in match_general_name()
1773 &n->u.otherName.type_id) != 0) in match_general_name()
1775 if (heim_any_cmp(&c->u.otherName.value, in match_general_name()
1776 &n->u.otherName.value) != 0) in match_general_name()
H A Dca.c582 gn.u.otherName.type_id = *oid; in hx509_ca_tbs_add_san_otherName()
583 gn.u.otherName.value = *os; in hx509_ca_tbs_add_san_otherName()
H A Dname.c964 hx509_oid_sprint(&name->u.otherName.type_id, &oid); in hx509_general_name_unparse()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1366 if (Entry.otherName().empty()) in dumpSymbolsFromDLInfoMachO()
1369 EOS << Entry.otherName(); in dumpSymbolsFromDLInfoMachO()
1378 if (Entry.otherName().empty()) in dumpSymbolsFromDLInfoMachO()
1381 U.Name = Entry.otherName().str(); in dumpSymbolsFromDLInfoMachO()
1397 if (Entry.otherName().empty()) in dumpSymbolsFromDLInfoMachO()
1400 EOS << Entry.otherName(); in dumpSymbolsFromDLInfoMachO()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man5/
H A Dx509v3_config.pod165 (a distinguished name) and otherName.
177 otherName can include arbitrary data associated with an OID: the value
187 subjectAltName=otherName:1.2.3.4;UTF8:some other identifier
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4523.txt892 GeneralName = gn-otherName
910 gn-otherName = id-otherName ":" OtherName
922 id-otherName = %x6F.74.68.65.72.4E.61.6D.65 ; 'otherName'
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dx509v3.h.in154 OTHERNAME *otherName; /* otherName */ member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h80 StringRef otherName() const;
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dx509v3.h136 OTHERNAME *otherName; /* otherName */ member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Drfc2459.asn1285 otherName [0] IMPLICIT -- OtherName -- SEQUENCE {
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/
H A Dsetup.texi1332 subjectAltName otherName using OID id-pkinit-san (1.3.6.1.5.2.2) in
1673 subjectAltName=otherName:1.3.6.1.5.2.2;SEQUENCE:princ_name
1706 @c subjectAltName = otherName:msUPN;UTF8:lukeh@dsg.padl.com
H A Dhx509.texi687 it's stored inside a UTF8String within an otherName entity inside the
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Dreq.pod540 1.2.3.6 otherName Other longer Name

12