Home
last modified time | relevance | path

Searched refs:NAME_CONSTRAINTS (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/x509v3/
Dv3_ncons.c31 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
41 ASN1_ITEM_ref(NAME_CONSTRAINTS),
55 ASN1_SEQUENCE(NAME_CONSTRAINTS) = {
56 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, permittedSubtrees,
58 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, excludedSubtrees,
60 } ASN1_SEQUENCE_END(NAME_CONSTRAINTS)
64 IMPLEMENT_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
127 NAME_CONSTRAINTS *ncons = NULL; in v2i_NAME_CONSTRAINTS()
172 NAME_CONSTRAINTS *ncons = a; in i2r_NAME_CONSTRAINTS()
252 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc) in NAME_CONSTRAINTS_check()
[all …]
/freebsd-12-stable/crypto/openssl/include/openssl/
Dx509v3.h530 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);
531 int NAME_CONSTRAINTS_check_CN(X509 *x, NAME_CONSTRAINTS *nc);
543 DECLARE_ASN1_ITEM(NAME_CONSTRAINTS)
544 DECLARE_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
Dossl_typ.h162 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef
/freebsd-12-stable/crypto/openssl/crypto/asn1/
Dasn1_item_list.h84 ASN1_ITEM_ref(NAME_CONSTRAINTS),
/freebsd-12-stable/crypto/openssl/include/crypto/
Dx509.h179 NAME_CONSTRAINTS *nc;
/freebsd-12-stable/crypto/openssl/crypto/x509/
Dx509_vfy.c705 NAME_CONSTRAINTS *nc = sk_X509_value(ctx->chain, j)->nc; in check_name_constraints()