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