Janos Follath | 745bcf4 | 2017-07-21 14:04:31 +0100 | [diff] [blame] | 1 | These certificates form a very long chain, used to test the |
Manuel Pégourié-Gonnard | 1beb048 | 2017-06-05 13:49:44 +0200 | [diff] [blame] | 2 | MBEDTLS_X509_MAX_INT_CA limit. |
| 3 | |
| 4 | NN.key is the private key of certificate NN.crt. |
| 5 | |
| 6 | The root is 00.crt and N+1.crt is a child of N.crt. |
| 7 | |
| 8 | File cNN.pem contains the chain NN.crt to 00.crt. |
| 9 | |
Hanno Becker | e908c3d | 2017-07-26 13:36:48 +0100 | [diff] [blame] | 10 | Those certificates were generated by tests/data_files/dir-maxpath/long.sh. |