]> git.ipfire.org Git - thirdparty/openssl.git/commit
feat: Implement EVP_CIPHER_CTX_{set,get}_algor_params() and EVP_CIPHER_CTX_get_algor()
authorRichard Levitte <levitte@openssl.org>
Thu, 25 Jul 2024 10:34:06 +0000 (12:34 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 27 Aug 2024 11:56:28 +0000 (13:56 +0200)
commit258aaa97b86aab7fef3c6170d59053842ce2e253
tree47848ca62fcac340e6fbab9bda73118c65b3f400
parent3b1ea04650edc113679e12ec8df49299ba6a60de
feat: Implement EVP_CIPHER_CTX_{set,get}_algor_params() and EVP_CIPHER_CTX_get_algor()

EVP_CIPHER_CTX_set_algor_params() and EVP_CIPHER_CTX_set_algor_params() can
be used instead of EVP_CIPHER_asn1_to_param() and EVP_CIPHER_param_to_asn1().

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25000)
crypto/err/openssl.txt
crypto/evp/evp_err.c
crypto/evp/evp_lib.c
include/openssl/evp.h
include/openssl/evperr.h
util/libcrypto.num