Don't negotiate TLSv1.3 with the ossl_shim
authorMatt Caswell <matt@openssl.org>
Mon, 12 Mar 2018 11:42:00 +0000 (11:42 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 12 Mar 2018 15:08:15 +0000 (15:08 +0000)
commitaaaa6ac11bdffb02eda132973c9740b4a45a3242
tree91d4fdd3f0550f7f37ea2117fd6ff8c1a65e7412
parentdf0fed9aab239e2e9a269d06637a6442051dee3b
Don't negotiate TLSv1.3 with the ossl_shim

The ossl_shim doesn't know about TLSv1.3 so we should disable that
protocol version for all tests for now.

This fixes the current Travis failures.

[extended tests]

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5593)
test/ossl_shim/ossl_shim.cc