diff options
author | Jack Lloyd <[email protected]> | 2020-05-21 16:59:04 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-05-25 08:21:47 -0400 |
commit | 3ee5a2e990ada59490d29e115c68e77a53199ca8 (patch) | |
tree | f7309c9ecbcf3a3a3a1bb02feb747bfd23cd6830 /src/tests/data/x509/bsi/expected.txt | |
parent | aad38c0304085c388977a65970715d757caf5277 (diff) |
Check that a v1 certificate does not include the v2 identifier fields
As with other such conformance issues we allow the certificate to parse
but signal the problem during verification.
Bug reported by Mario Korth of Ruhr-Universität Bochum
Diffstat (limited to 'src/tests/data/x509/bsi/expected.txt')
-rw-r--r-- | src/tests/data/x509/bsi/expected.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/data/x509/bsi/expected.txt b/src/tests/data/x509/bsi/expected.txt index 6ae2df005..9099ab58a 100644 --- a/src/tests/data/x509/bsi/expected.txt +++ b/src/tests/data/x509/bsi/expected.txt @@ -33,8 +33,8 @@ cert_path_CRL_15$No CRL with matching distribution point for certificate cert_path_CRL_16$Certificate is revoked cert_path_crypt_01$Signature error cert_path_crypt_02$Signature error -cert_path_ext_01$Encountered extension in certificate with version < 3 -cert_path_ext_02$Encountered extension in certificate with version < 3 +cert_path_ext_01$Encountered extension in certificate with version that does not allow it +cert_path_ext_02$Encountered extension in certificate with version that does not allow it cert_path_ext_03$Verified cert_path_ext_04$Unknown critical extension encountered cert_path_ext_05$Duplicate certificate extension encountered |