]> git.ipfire.org Git - thirdparty/openssl.git/commit
Ensure that SSL_dup copies the min/max protocol version
authorMatt Caswell <matt@openssl.org>
Fri, 12 Jun 2020 09:52:41 +0000 (10:52 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 30 Jun 2020 09:54:02 +0000 (10:54 +0100)
commit32d738c9a2abeea5a709de9c33e4e6d6b87938bd
treec3ba00078758ce2764ddbec304e2bd02e82b2206
parent943c6daa491cb248750da1625d3f65b73bc77130
Ensure that SSL_dup copies the min/max protocol version

With thanks to Rebekah Johnson for reporting this issue.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12245)
ssl/ssl_lib.c