diff options
author | Jack Lloyd <[email protected]> | 2018-08-23 05:34:35 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-08-23 05:34:35 -0400 |
commit | 1e5f23cdb28234a1bdbf9723ede3becade07d1c9 (patch) | |
tree | d6643eb347c772bc9cfa34ba1830c39331187b01 /src/tests/data | |
parent | e53a1393687d8f33ab7230fc1dc2a062c28925c0 (diff) |
If cert extension parsing fails, replace the object with Unknown
Allows the parse to complete and even allows examining the extension.
GH #1652
Diffstat (limited to 'src/tests/data')
-rw-r--r-- | src/tests/data/x509/bsi/expected.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/data/x509/bsi/expected.txt b/src/tests/data/x509/bsi/expected.txt index 8037c6aca..6ae2df005 100644 --- a/src/tests/data/x509/bsi/expected.txt +++ b/src/tests/data/x509/bsi/expected.txt @@ -42,7 +42,7 @@ cert_path_ext_06$CA certificate not allowed to issue certs cert_path_ext_07$CA certificate not allowed to issue certs cert_path_ext_08$Certificate chain too long cert_path_ext_09$Verified -cert_path_ext_10$CERTIFICATE decoding failed with Decoding X.509 extension 2.5.29.15 failed with BER: Tag mismatch when decoding usage constraint got SEQUENCE/CONSTRUCTED expected BIT STRING/UNIVERSAL +cert_path_ext_10$Unknown critical extension encountered cert_path_ext_11$CA certificate not allowed to issue certs cert_path_ext_12$Certificate contains duplicate policy cert_path_ext_13$Unknown critical extension encountered |