]> 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:33:39 +0000 (10:33 +0200)
commit3423c30db3aa044f46e1f0270e2ecd899415bf5f
tree43fe8cdb26a6d6da198509a3aabbfb6646e4f2a8
parente0ae801728776b53e2be0972846072ce32bea304
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)
doc/man7/provider-cipher.pod