Home
last modified time | relevance | path

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

/net-tools-3.6.0/mbedtls-2.4.0/tests/data_files/dir4/
DReadme3 1. zero pathlen constraint on an intermediate CA (invalid)
8 2. zero pathlen constraint on the root CA (invalid)
13 3. nonzero pathlen constraint on the root CA (invalid)
18 4. nonzero pathlen constraint on an intermediate CA (invalid)
23 5. nonzero pathlen constraint on an intermediate CA with maximum number of elements in the chain (v…
28 6. nonzero pathlen constraint on the root CA with maximum number of elements in the chain (valid)
33 7. pathlen constraint on the root CA with maximum number of elements and a self signed certificate …
39 8. zero pathlen constraint on first intermediate CA (valid)
44 9. zero pathlen constraint on trusted root (valid)
/net-tools-3.6.0/mbedtls-2.4.0/library/
Dx509_crt.c2188 int pathlen = 0, selfsigned = 0; in mbedtls_x509_crt_verify_with_profile() local
2263 if( x509_crt_check_parent( crt, parent, 0, pathlen == 0 ) == 0 ) in mbedtls_x509_crt_verify_with_profile()
2270 pathlen, selfsigned, flags, f_vrfy, p_vrfy ); in mbedtls_x509_crt_verify_with_profile()
2278 if( x509_crt_check_parent( crt, parent, 0, pathlen == 0 ) == 0 ) in mbedtls_x509_crt_verify_with_profile()
2285 pathlen, selfsigned, flags, f_vrfy, p_vrfy ); in mbedtls_x509_crt_verify_with_profile()
2292 pathlen, selfsigned, flags, f_vrfy, p_vrfy ); in mbedtls_x509_crt_verify_with_profile()
/net-tools-3.6.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_x509parse.data1001 X509 Certificate ASN1 (TBSCertificate v3, ext BasicContraint tag, no pathlen)
1177 X509 CRT verify chain #1 (zero pathlen intermediate)
1181 X509 CRT verify chain #2 (zero pathlen root)
1185 X509 CRT verify chain #3 (nonzero pathlen root)
1189 X509 CRT verify chain #4 (nonzero pathlen intermediate)
1209 X509 CRT verify chain #9 (zero pathlen first intermediate, valid)
1213 X509 CRT verify chain #10 (zero pathlen root, valid)
/net-tools-3.6.0/mbedtls-2.4.0/
DChangeLog182 * Self-signed certificates were not excluded from pathlen counting,