Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Readme | D | 03-May-2024 | 1.8 KiB | 48 | 38 | |
cert11.crt | D | 03-May-2024 | 1.1 KiB | 19 | 18 | |
cert12.crt | D | 03-May-2024 | 1.1 KiB | 20 | 19 | |
cert13.crt | D | 03-May-2024 | 1.1 KiB | 20 | 19 | |
cert14.crt | D | 03-May-2024 | 1.1 KiB | 20 | 19 | |
cert21.crt | D | 03-May-2024 | 1.1 KiB | 19 | 18 | |
cert22.crt | D | 03-May-2024 | 1.1 KiB | 20 | 19 | |
cert23.crt | D | 03-May-2024 | 1.1 KiB | 20 | 19 | |
cert31.crt | D | 03-May-2024 | 1.1 KiB | 19 | 18 | |
cert32.crt | D | 03-May-2024 | 1.1 KiB | 20 | 19 | |
cert33.crt | D | 03-May-2024 | 1.1 KiB | 20 | 19 | |
cert34.crt | D | 03-May-2024 | 1.1 KiB | 20 | 19 | |
cert41.crt | D | 03-May-2024 | 1.1 KiB | 19 | 18 | |
cert42.crt | D | 03-May-2024 | 1.1 KiB | 20 | 19 | |
cert43.crt | D | 03-May-2024 | 1.1 KiB | 20 | 19 | |
cert44.crt | D | 03-May-2024 | 1.1 KiB | 20 | 19 | |
cert45.crt | D | 03-May-2024 | 1.1 KiB | 20 | 19 | |
cert51.crt | D | 03-May-2024 | 1.1 KiB | 19 | 18 | |
cert52.crt | D | 03-May-2024 | 1.1 KiB | 20 | 19 | |
cert53.crt | D | 03-May-2024 | 1.1 KiB | 20 | 19 | |
cert54.crt | D | 03-May-2024 | 1.1 KiB | 20 | 19 | |
cert61.crt | D | 03-May-2024 | 1.1 KiB | 19 | 18 | |
cert62.crt | D | 03-May-2024 | 1.1 KiB | 20 | 19 | |
cert63.crt | D | 03-May-2024 | 1.1 KiB | 20 | 19 | |
cert71.crt | D | 03-May-2024 | 1.1 KiB | 19 | 18 | |
cert72.crt | D | 03-May-2024 | 1.1 KiB | 20 | 19 | |
cert73.crt | D | 03-May-2024 | 1.1 KiB | 20 | 19 | |
cert74.crt | D | 03-May-2024 | 1.1 KiB | 20 | 19 | |
cert81.crt | D | 03-May-2024 | 631 | 12 | 11 | |
cert82.crt | D | 03-May-2024 | 635 | 12 | 11 | |
cert83.crt | D | 03-May-2024 | 623 | 12 | 11 | |
cert91.crt | D | 03-May-2024 | 635 | 12 | 11 | |
cert92.crt | D | 03-May-2024 | 627 | 12 | 11 |
Readme
1This directory contains the certificates for the tests targeting the enforcement of the policy indicated by the *pathLenConstraint* field. All leaf elements were generated with *is_ca* unset and all roots with the *selfsign=1* option. 2 31. zero pathlen constraint on an intermediate CA (invalid) 4``` 5cert11.crt -> cert12.crt (max_pathlen=0) -> cert13.crt -> cert14.crt 6``` 7 82. zero pathlen constraint on the root CA (invalid) 9``` 10cert21.crt (max_pathlen=0) -> cert22.crt -> cert23.crt 11``` 12 133. nonzero pathlen constraint on the root CA (invalid) 14``` 15cert31.crt (max_pathlen=1) -> cert32.crt -> cert33.crt -> cert34.crt 16``` 17 184. nonzero pathlen constraint on an intermediate CA (invalid) 19``` 20cert41.crt -> cert42.crt (max_pathlen=1) -> cert43.crt -> cert44.crt -> cert45.crt 21``` 22 235. nonzero pathlen constraint on an intermediate CA with maximum number of elements in the chain (valid) 24``` 25cert51.crt -> cert52.crt (max_pathlen=1) -> cert53.crt -> cert54.crt 26``` 27 286. nonzero pathlen constraint on the root CA with maximum number of elements in the chain (valid) 29``` 30cert61.crt (max_pathlen=1) -> cert62.crt -> cert63.crt 31``` 32 337. pathlen constraint on the root CA with maximum number of elements and a self signed certificate in the chain (valid) 34(This situation happens for example when a root of some hierarchy gets integrated into another hierarchy. In this case the certificates issued before the integration will have an intermadiate self signed certificate in their chain) 35``` 36cert71.crt (max_pathlen=1) -> cert72.crt -> cert73.crt (self signed) -> cert74.crt -> cert74.crt 37``` 38 398. zero pathlen constraint on first intermediate CA (valid) 40``` 41cert81.crt -> cert82.crt (max_pathlen=0) -> cert83.crt 42``` 43 449. zero pathlen constraint on trusted root (valid) 45``` 46cert91.crt (max_pathlen=0) -> cert92.crt 47``` 48