]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/ssltestlib.c
Fix a bug in create_ssl_ctx_pair()
authorMatt Caswell <matt@openssl.org>
Fri, 27 Apr 2018 11:09:08 +0000 (12:09 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 2 May 2018 22:30:47 +0000 (23:30 +0100)
commit6021d8ec5affe07116cdae81fa3db81d67996aac
tree30861242918e3ce942664e97c12b148684714095
parent3bfa4756bd02659fa9f9a265550862c562749db6
Fix a bug in create_ssl_ctx_pair()

The max protocol version was only being set on the server side. It should
have been done on both the client and the server.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6113)
test/ssltestlib.c