Copy min/max_proto_version from SSL_CTX to SSL only for the same method types
authorTomas Mraz <tomas@openssl.org>
Fri, 21 Apr 2023 15:21:21 +0000 (17:21 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 2 May 2023 07:51:23 +0000 (09:51 +0200)
commit4f373a9773efa63fdb73f3972f13ab78b9342b70
tree173af49c894b568ed0afeda0631f8af9b09748ba
parent1eef26bd8924058b9ba0e52786b6afab80db23a9
Copy min/max_proto_version from SSL_CTX to SSL only for the same method types

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/20764)
ssl/ssl_lib.c