Janos Follath | 1fbc5fb | 2017-07-21 14:12:34 +0100 | [diff] [blame] | 1 | These certificates form a very long chain, used to test the |
Manuel Pégourié-Gonnard | 7ac5019 | 2017-07-10 11:09:22 +0200 | [diff] [blame] | 2 | POLARSSL_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 | 8825233 | 2017-07-27 15:30:26 +0100 | [diff] [blame] | 10 | Those certificates were generated by tests/data_files/dir-maxpath/long.sh. |