diff options
Diffstat (limited to 'src/regress/lib/libcrypto/certs/README')
-rw-r--r-- | src/regress/lib/libcrypto/certs/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/certs/README b/src/regress/lib/libcrypto/certs/README index 0d6fa7d48a..93165249ec 100644 --- a/src/regress/lib/libcrypto/certs/README +++ b/src/regress/lib/libcrypto/certs/README | |||
@@ -12,6 +12,9 @@ intermediate certificates are contained in a bundle.pem file. | |||
12 | 12 | ||
13 | 2b. Same as (2a), however the intermediate is missing which should | 13 | 2b. Same as (2a), however the intermediate is missing which should |
14 | prevent verification. | 14 | prevent verification. |
15 | |||
16 | 2c. Same as (2a), however the intermediate and root are in the intermediate | ||
17 | bundle, (should verify) | ||
15 | 18 | ||
16 | 3a. A leaf certificate signed by three intermediates, the last of | 19 | 3a. A leaf certificate signed by three intermediates, the last of |
17 | which is signed by a root certificate (should verify). | 20 | which is signed by a root certificate (should verify). |