]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/ssl_local.h
Use the OPENSSL_CTX and property query string in EVP_PKEY_CTX
authorMatt Caswell <matt@openssl.org>
Wed, 15 Jan 2020 11:20:58 +0000 (11:20 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 6 Feb 2020 11:59:07 +0000 (11:59 +0000)
commit0f00ed7720257512924a7c891336d66e1c1083fa
tree72155959e8f6e167d68d2804148e23dd806a3967
parentc8f6c28a938fc887ee3d2337f09db453e7fb0369
Use the OPENSSL_CTX and property query string in EVP_PKEY_CTX

When we use an EVP_PKEY_CTX in libssl we should be doing so with the
OPENSSL_CTX and property query string that were specified when the
SSL_CTX object was first created.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10854)
ssl/s3_lib.c
ssl/ssl_local.h
ssl/statem/extensions_srvr.c
ssl/statem/statem_clnt.c
ssl/statem/statem_srvr.c