]> git.ipfire.org Git - thirdparty/openssl.git/commit
EVP: Adapt the EVP_PKEY_CTX ctrl functions
authorRichard Levitte <levitte@openssl.org>
Wed, 20 Jan 2021 22:13:45 +0000 (23:13 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 23 Feb 2021 12:41:48 +0000 (13:41 +0100)
commit5524580b5c0796d3bcab55c4e5378c6ece4df63b
tree5e62715e6690a1ddac50976526f6e43abda37fe6
parent6fcd92d3d72540bddb738e2b037dda9a157cfc5c
EVP: Adapt the EVP_PKEY_CTX ctrl functions

legacy_ctrl_to_param() and legacy_ctrl_str_to_param() are now
replaced with calls to evp_pkey_ctx_ctrl_to_param() and
evp_pkey_ctx_ctrl_str_to_param().

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13913)
crypto/evp/pmeth_lib.c