Home
last modified time | relevance | path

Searched refs:pathlen (Results 1 – 16 of 16) sorted by relevance

/openssl/crypto/x509/
H A Dv3_pci.c86 ASN1_OBJECT **language, ASN1_INTEGER **pathlen, in process_pci_value() argument
103 if (*pathlen) { in process_pci_value()
109 if (!X509V3_get_value_int(val, pathlen)) { in process_pci_value()
242 ASN1_INTEGER *pathlen = NULL; in r2i_pci() local
268 &language, &pathlen, &policy); in r2i_pci()
274 if (!process_pci_value(cnf, &language, &pathlen, &policy)) { in r2i_pci()
304 pci->pcPathLengthConstraint = pathlen; in r2i_pci()
305 pathlen = NULL; in r2i_pci()
309 ASN1_INTEGER_free(pathlen); in r2i_pci()
310 pathlen = NULL; in r2i_pci()
H A Dv3_bcons.c40 ASN1_OPT(BASIC_CONSTRAINTS, pathlen, ASN1_INTEGER)
51 X509V3_add_value_int("pathlen", bcons->pathlen, &extlist);
73 if (!X509V3_get_value_int(val, &bcons->pathlen)) in v2i_BASIC_CONSTRAINTS()
H A Dv3_battcons.c40 ASN1_OPT(OSSL_BASIC_ATTR_CONSTRAINTS, pathlen, ASN1_INTEGER)
51 X509V3_add_value_int("pathlen", battcons->pathlen, &extlist);
74 if (!X509V3_get_value_int(val, &battcons->pathlen)) in v2i_OSSL_BASIC_ATTR_CONSTRAINTS()
H A Dv3_purp.c438 if (bs->pathlen != NULL) { in ossl_x509v3_cache_extensions()
443 if (bs->pathlen->type == V_ASN1_NEG_INTEGER) { in ossl_x509v3_cache_extensions()
447 x->ex_pathlen = ASN1_INTEGER_get(bs->pathlen); in ossl_x509v3_cache_extensions()
/openssl/test/
H A Dproxy.cnf28 proxyCertInfo = critical,language:id-ppl-anyLanguage,pathlen:1,policy:text:AB
59 pathlen = 0
H A Dca-and-certs.cnf89 basicConstraints = critical,CA:true,pathlen:1
H A Dv3ext.c26 long pathlen; in test_pathlen() local
31 || !TEST_int_eq(pathlen = X509_get_pathlen(x), 6)) in test_pathlen()
/openssl/crypto/conf/
H A Dconf_def.c841 size_t pathlen; in get_next_file() local
843 pathlen = strlen(path); in get_next_file()
858 newlen = pathlen + namelen + 2; in get_next_file()
867 if (path[pathlen - 1] == ']' in get_next_file()
868 || path[pathlen - 1] == '>' in get_next_file()
869 || path[pathlen - 1] == ':') { in get_next_file()
/openssl/doc/man5/
H A Dx509v3_config.pod46 basicConstraints = critical, CA:true, pathlen:1
55 pathlen = 1
111 B<FALSE>. If B<CA> is B<TRUE> then an optional B<pathlen> name followed by a
120 basicConstraints = critical, CA:TRUE, pathlen:1
125 The B<pathlen> parameter specifies the maximum number of CAs that can appear
126 below this one in a chain. A B<pathlen> of zero means the CA cannot sign
/openssl/doc/man7/
H A Dproxy-certificates.pod66 proxyCertInfo = critical,language:id-ppl-anyLanguage,pathlen:1,policy:text:AB
74 pathlen = 0
/openssl/include/openssl/
H A Dx509v3.h.in126 ASN1_INTEGER *pathlen; member
131 ASN1_INTEGER *pathlen; member
/openssl/apps/
H A Dopenssl-vms.cnf302 proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:3,policy:foo
H A Dopenssl.cnf302 proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:3,policy:foo
/openssl/test/certs/
H A Dsetup.sh163 ./mkcert.sh genee server.example ee-key ee-pathlen ca-key ca-cert \
/openssl/doc/man1/
H A Dopenssl-ca.pod.in826 basicConstraints = CA:TRUE, pathlen:0
/openssl/crypto/err/
H A Dopenssl.txt1794 X509V3_R_NEGATIVE_PATHLEN:168:negative pathlen

Completed in 36 milliseconds