diff options
author | Jack Lloyd <[email protected]> | 2016-11-25 15:57:59 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-11-25 15:57:59 -0500 |
commit | cdb20d3599f38807f4495c9c705b5864928b2824 (patch) | |
tree | 6d1dd8f19e0c3d9cda534ddf864028f297a99d25 /src/tests/data/x509test | |
parent | 6dad788017c9e88700c510e0632570823684dd32 (diff) |
Account for new string in test data
Diffstat (limited to 'src/tests/data/x509test')
-rw-r--r-- | src/tests/data/x509test/expected.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/data/x509test/expected.txt b/src/tests/data/x509test/expected.txt index 23cc9daf1..14782ecf8 100644 --- a/src/tests/data/x509test/expected.txt +++ b/src/tests/data/x509test/expected.txt @@ -1,4 +1,4 @@ -InvalidExtendedKeyUsage.pem:Invalid usage +InvalidExtendedKeyUsage.pem:Certificate does not allow the requested usage InvalidIntCAFlag.pem:CA certificate not allowed to issue certs InvalidIntCAKeyUsage.pem:CA certificate not allowed to issue certs InvalidIntCALen.pem:Certificate chain too long @@ -6,7 +6,7 @@ InvalidIntCALoop.pem:Loop in certificate chain InvalidIntCASelfSign.pem:Cannot establish trust InvalidIntCAVersionOne.pem:CA certificate not allowed to issue certs InvalidIntCAVersionTwo.pem:CA certificate not allowed to issue certs -InvalidKeyUsage.pem:Invalid usage +InvalidKeyUsage.pem:Certificate does not allow the requested usage InvalidName.pem:Certificate does not match provided name InvalidNameAltName.pem:Certificate does not match provided name InvalidNameAltNameWithSubj.pem:Certificate does not match provided name |