]> git.ipfire.org Git - thirdparty/openssl.git/commit
Document EVP_CIPHER failure for missing provider function
authorNorbert Pocs <norbertp@openssl.org>
Mon, 26 May 2025 08:08:06 +0000 (10:08 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 28 May 2025 08:34:04 +0000 (10:34 +0200)
commita4e7eccd12d167390e9634dc57dbafe6ced1a075
tree2b6b3a6207ca8e31f8c166f5104bfee6dd4d4526
parentc58b7e4233f0916075068eee5a67350b0ead8dd6
Document EVP_CIPHER failure for missing provider function

When writing a new CIPHER implementation the OSSL_FUNC_cipher_get_params
must be present, otherwise the fetch fails. This behaviour is seen in
function evp_cipher_cache_constants@crypto/evp/evp_lib.c.

Resolves: #25801

Signed-off-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27696)

(cherry picked from commit 3423c30db3aa044f46e1f0270e2ecd899415bf5f)
doc/man7/provider-cipher.pod