/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/ |
H A D | v3_ncons.c | 290 gntmp.d.rfc822Name = X509_NAME_ENTRY_get_data(ne); in NAME_CONSTRAINTS_check() 291 if (gntmp.d.rfc822Name->type != V_ASN1_IA5STRING) in NAME_CONSTRAINTS_check() 552 return nc_email_eai(gen->d.otherName->value, base->d.rfc822Name); in nc_match_single() 565 return nc_email(gen->d.rfc822Name, base->d.rfc822Name); in nc_match_single()
|
H A D | v3_genn.c | 34 ASN1_IMP(GENERAL_NAME, d.rfc822Name, ASN1_IA5STRING, GEN_EMAIL),
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
H A D | v3_ncons.c | 292 gntmp.d.rfc822Name = X509_NAME_ENTRY_get_data(ne); in NAME_CONSTRAINTS_check() 293 if (gntmp.d.rfc822Name->type != V_ASN1_IA5STRING) in NAME_CONSTRAINTS_check() 515 return nc_email(gen->d.rfc822Name, base->d.rfc822Name); in nc_match_single()
|
H A D | v3_genn.c | 34 ASN1_IMP(GENERAL_NAME, d.rfc822Name, ASN1_IA5STRING, GEN_EMAIL),
|
H A D | v3_utl.c | 909 cstr = gen->d.rfc822Name; in do_x509_check()
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
H A D | authorityKeyIdentifier.c | 1071 …nentIA5String ( oid, (ComponentSyntaxInfo*)(v1->a.rfc822Name), (ComponentSyntaxInfo*)(v2->a.rfc822… in MatchingComponentGeneralName() 1116 …(( comp->a.rfc822Name->identifier.bv_val && strncmp(comp->a.rfc822Name->identifier.bv_val, cr->cr_… in ExtractingComponentGeneralName() 1117 …( strncmp(comp->a.rfc822Name->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val… in ExtractingComponentGeneralName() 1119 return (comp->a.rfc822Name); in ExtractingComponentGeneralName() 1122 return ExtractingComponentIA5String ( mem_op, cr, (comp->a.rfc822Name) ); in ExtractingComponentGeneralName() 1261 …rc = BDecComponentIA5String (mem_op, b, tagId1, elmtLen1, (&k->a.rfc822Name), &totalElmtsLen1, DE… 1263 (k->a.rfc822Name)->identifier.bv_val = (k->a.rfc822Name)->id_buf; 1264 (k->a.rfc822Name)->identifier.bv_len = strlen("rfc822Name"); 1265 strcpy( (k->a.rfc822Name)->identifier.bv_val, "rfc822Name"); 1466 rc = GDecComponentIA5String (mem_op, b, (&k->a.rfc822Name), bytesDecoded, DEC_ALLOC_MODE_0 ); [all …]
|
H A D | authorityKeyIdentifier.asn | 18 rfc822Name [1] IA5String,
|
H A D | authorityKeyIdentifier.h | 258 ComponentIA5String* rfc822Name; /* [1] IA5String */ member
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
H A D | ca.c | 813 const char *rfc822Name) in hx509_ca_tbs_add_san_rfc822name() argument 819 gn.u.rfc822Name.data = rk_UNCONST(rfc822Name); in hx509_ca_tbs_add_san_rfc822name() 820 gn.u.rfc822Name.length = strlen(rfc822Name); in hx509_ca_tbs_add_san_rfc822name()
|
H A D | cert.c | 1783 s = memchr(c->u.rfc822Name.data, '@', c->u.rfc822Name.length); in match_general_name() 1785 if (der_printable_string_cmp(&c->u.rfc822Name, &n->u.rfc822Name) != 0) in match_general_name() 1788 s = memchr(n->u.rfc822Name.data, '@', n->u.rfc822Name.length); in match_general_name() 1791 len1 = c->u.rfc822Name.length; in match_general_name() 1792 len2 = n->u.rfc822Name.length - in match_general_name() 1793 (s - ((char *)n->u.rfc822Name.data)); in match_general_name() 1796 if (memcmp(s + 1 + len2 - len1, c->u.rfc822Name.data, len1) != 0) in match_general_name()
|
H A D | name.c | 973 (int)name->u.rfc822Name.length, in hx509_general_name_unparse() 974 (char *)name->u.rfc822Name.data); in hx509_general_name_unparse()
|
H A D | ChangeLog | 410 * cert.c (match_general_name): more strict rfc822Name matching.
|
/netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
H A D | rfc4523.txt | 893 / gn-rfc822Name 911 gn-rfc822Name = id-rfc822Name ":" IA5String 1033 BuiltinNameForm = id-rfc822Name 1042 id-rfc822Name = %x72.66.63.38.32.32.4E.61.6D.65 ; 'rfc822Name'
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | x509v3.h.in | 155 ASN1_IA5STRING *rfc822Name; member 166 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | x509v3.h | 137 ASN1_IA5STRING *rfc822Name; member
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | rfc2459.asn1 | 289 rfc822Name [1] IMPLICIT IA5String,
|