Fix the Boring tests following the SSLfatal() changes
authorMatt Caswell <matt@openssl.org>
Thu, 23 Nov 2017 14:35:19 +0000 (14:35 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 4 Dec 2017 13:31:48 +0000 (13:31 +0000)
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)

test/ossl_shim/ossl_config.json

index 26da5f0610d368862bb2d44d6058339e00e419a8..0643d71136299c3e801d2ee8ca2c13aab88dbfe3 100644 (file)
         ":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",