summaryrefslogtreecommitdiffstats
path: root/test/ossl_shim/ossl_config.json
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-11-23 14:35:19 +0000
committerMatt Caswell <matt@openssl.org>2017-12-04 13:31:48 +0000
commit8e02e73d80d44d31fbfbb757c8cbd5dad7cd311e (patch)
treea0f110f99116dd38c953d19aacc0b7fbb5092d76 /test/ossl_shim/ossl_config.json
parent29bfd5b79a1ec2be8bea307ffb50810fce11915c (diff)
Fix the Boring tests following the SSLfatal() changes
An error reason code has changed for one of the boring tests, so ossl_config.json needed an update to take account of it. [extended tests] Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4778)
Diffstat (limited to 'test/ossl_shim/ossl_config.json')
-rw-r--r--test/ossl_shim/ossl_config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ossl_shim/ossl_config.json b/test/ossl_shim/ossl_config.json
index 26da5f0610..0643d71136 100644
--- a/test/ossl_shim/ossl_config.json
+++ b/test/ossl_shim/ossl_config.json
@@ -277,7 +277,7 @@
":BAD_DH_P_LENGTH:":"dh key too small",
":PEER_DID_NOT_RETURN_A_CERTIFICATE:":"peer did not return a certificate",
":UNSUPPORTED_PROTOCOL:":"unsupported protocol",
- ":PARSE_TLSEXT:":"parse tlsext",
+ ":PARSE_TLSEXT:":"bad extension",
":BAD_SRTP_PROTECTION_PROFILE_LIST:":"bad srtp protection profile list",
":OLD_SESSION_VERSION_NOT_RETURNED:":"ssl session version mismatch",
":RESUMED_EMS_SESSION_WITHOUT_EMS_EXTENSION:":"inconsistent extms",