diff options
author | Jack Lloyd <[email protected]> | 2018-06-08 05:28:02 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-06-08 05:28:02 -0400 |
commit | 4407dabb4e95488851323d134d60f893729795c3 (patch) | |
tree | 7f503a5164ec364c2fb9049f0d262ff2720ceffe /src/tests/data | |
parent | e9f5de44dc0cb8045fef8c3f9bf89162b684aa97 (diff) |
Improve error reporting on unexpected EOF when decoding ASN
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 7abee2dd7..e47f978b1 100644 --- a/src/tests/data/x509/bsi/expected.txt +++ b/src/tests/data/x509/bsi/expected.txt @@ -28,7 +28,7 @@ cert_path_CRL_10$Certificate is revoked cert_path_CRL_11$Certificate is revoked cert_path_CRL_12$No revocation data cert_path_CRL_13$No CRL with matching distribution point for certificate -cert_path_CRL_14$Invalid argument Decoding error: X509 CRL decoding failed: Invalid argument Decoding error: BER: Tag mismatch when decoding object got 65280/CLASS(65280) expected BIT STRING/UNIVERSAL +cert_path_CRL_14$Invalid argument Decoding error: X509 CRL decoding failed: Invalid argument Decoding error: BER: Tag mismatch when decoding object got EOF expected BIT STRING/UNIVERSAL 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 |