openssl/providers/implementations
Richard Levitte c9d01f4186 PROV: use EVP_CIPHER_CTX_set_params() rather than EVP_CIPHER_CTX_ctrl()
This is in gmac_final(), where the cipher is known to be fetched.
It's more suitable to use OSSL_PARAMs than _ctrl functions, as the
latter are expected to become obsolete.

Fixes #14359

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/14484)
2021-03-11 17:21:59 +01:00
..
asymciphers EVP_PKEY_CTX_get/settable_params: pass provider operation context 2021-03-03 11:25:39 +01:00
ciphers Update copyright year 2021-03-11 13:27:36 +00:00
digests Update copyright year 2021-03-11 13:27:36 +00:00
encode_decode Update copyright year 2021-03-11 13:27:36 +00:00
exchange EVP_PKEY_CTX_get/settable_params: pass provider operation context 2021-03-03 11:25:39 +01:00
include/prov Update copyright year 2021-03-11 13:27:36 +00:00
kdfs prov: add extra params argument to KDF implementations 2021-02-28 17:25:49 +10:00
kem EVP_PKEY_CTX_get/settable_params: pass provider operation context 2021-03-03 11:25:39 +01:00
keymgmt EVP_PKEY_CTX_get/settable_params: pass provider operation context 2021-03-03 11:25:39 +01:00
macs PROV: use EVP_CIPHER_CTX_set_params() rather than EVP_CIPHER_CTX_ctrl() 2021-03-11 17:21:59 +01:00
rands Update copyright year 2021-03-11 13:27:36 +00:00
signature EVP_PKEY_CTX_get/settable_params: pass provider operation context 2021-03-03 11:25:39 +01:00
storemgmt Update copyright year 2021-03-11 13:27:36 +00:00
build.info Add KEM (Key encapsulation mechanism) support to providers 2020-09-19 18:08:46 +10:00