OLD | NEW |
(Empty) | |
| 1 This directory contains test data for verifying certificate chains. |
| 2 |
| 3 It contains the following types of files: |
| 4 |
| 5 =============================== |
| 6 generate-*.py |
| 7 =============================== |
| 8 |
| 9 Generates the file for an individual test case. If the python file was |
| 10 named generate-XXX.py, then the corresponding output will be named |
| 11 XXX.pem. |
| 12 |
| 13 =============================== |
| 14 generate-all.sh |
| 15 =============================== |
| 16 |
| 17 Runs all of the generate-*.py scripts and does some cleanup. |
| 18 |
| 19 =============================== |
| 20 *.pem |
| 21 =============================== |
| 22 |
| 23 These files descibe a test case for certificate chain verification. |
| 24 |
| 25 The input file is a PEM file with blocks for: |
| 26 * The trust store |
| 27 * The certificate chain (target certificate and all intermediaries) |
| 28 * The timestamp to use when verifying |
| 29 * The expected result of verification (success or fail) |
OLD | NEW |