mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 20:38:15 +00:00
1beb048316
Inspired by test code provided by Nicholas Wilson in PR #351. The test will fail if someone sets MAX_INTERMEDIATE_CA to a value larger than 18 (default is 8), which is hopefully unlikely and can easily be fixed by running long.sh again with a larger value if it ever happens. Current behaviour is suboptimal as flags are not set, but currently the goal is only to document/test existing behaviour. |
||
---|---|---|
.. | ||
00.crt | ||
00.key | ||
01.crt | ||
01.key | ||
02.crt | ||
02.key | ||
03.crt | ||
03.key | ||
04.crt | ||
04.key | ||
05.crt | ||
05.key | ||
06.crt | ||
06.key | ||
07.crt | ||
07.key | ||
08.crt | ||
08.key | ||
09.crt | ||
09.key | ||
10.crt | ||
10.key | ||
11.crt | ||
11.key | ||
12.crt | ||
12.key | ||
13.crt | ||
13.key | ||
14.crt | ||
14.key | ||
15.crt | ||
15.key | ||
16.crt | ||
16.key | ||
17.crt | ||
17.key | ||
18.crt | ||
18.key | ||
19.crt | ||
19.key | ||
20.crt | ||
20.key | ||
c00.pem | ||
c01.pem | ||
c02.pem | ||
c03.pem | ||
c04.pem | ||
c05.pem | ||
c06.pem | ||
c07.pem | ||
c08.pem | ||
c09.pem | ||
c10.pem | ||
c11.pem | ||
c12.pem | ||
c13.pem | ||
c14.pem | ||
c15.pem | ||
c16.pem | ||
c17.pem | ||
c18.pem | ||
c19.pem | ||
c20.pem | ||
int.opensslconf | ||
long.sh | ||
Readme.txt |
These certificates from a very long chain, used to test the MBEDTLS_X509_MAX_INT_CA limit. NN.key is the private key of certificate NN.crt. The root is 00.crt and N+1.crt is a child of N.crt. File cNN.pem contains the chain NN.crt to 00.crt. Those certificates where generated by long.sh.