]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/ssltestlib.c
Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto version
authorRichard Levitte <levitte@openssl.org>
Mon, 19 Mar 2018 08:08:06 +0000 (09:08 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 19 Mar 2018 17:24:30 +0000 (18:24 +0100)
commit7d7f6834e542e53f604b46a72d57fad773d4b2bc
tree4b126c6099d838deea5c740751141291807037bc
parent2e2faa8c4802f2fcecea699ddda246929b2ca329
Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto version

Have all test programs using that function specify those versions.
Additionally, have the remaining test programs that use SSL_CTX_new
directly specify at least the maximum protocol version.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5663)
13 files changed:
test/asynciotest.c
test/clienthellotest.c
test/dtlstest.c
test/fatalerrtest.c
test/recordlentest.c
test/ssl_test.c
test/sslapitest.c
test/sslbuffertest.c
test/sslcorrupttest.c
test/ssltest_old.c
test/ssltestlib.c
test/ssltestlib.h
test/tls13ccstest.c