]> git.feebdaed.xyz Git - 0xmirror/openssl.git/commit
Remove references to the pmeth field in an EVP_PKEY_CTX
authorMatt Caswell <matt@openssl.org>
Thu, 11 Dec 2025 16:14:13 +0000 (16:14 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Dec 2025 10:57:38 +0000 (10:57 +0000)
commit00022fdfad6bb72ac5dadd1864e5985ff6f3bec4
treec6247fcb58d2935ab7bc44efeb3904a7107adbb0
parenta570f1a09b610bc8c404277dee23f92fd0ba9562
Remove references to the pmeth field in an EVP_PKEY_CTX

We don't set this field anymore so we should remove all usage of it.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Yang <paulyang.inf@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/29384)
15 files changed:
crypto/evp/asymcipher.c
crypto/evp/ctrl_params_translate.c
crypto/evp/dh_ctrl.c
crypto/evp/dsa_ctrl.c
crypto/evp/ec_ctrl.c
crypto/evp/evp_local.h
crypto/evp/exchange.c
crypto/evp/m_sigver.c
crypto/evp/pmeth_check.c
crypto/evp/pmeth_gn.c
crypto/evp/pmeth_lib.c
crypto/evp/signature.c
crypto/rsa/rsa_lib.c
crypto/rsa/rsa_local.h
include/crypto/evp.h