]> 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:35:51 +0000 (10:35 +0200)
commit8ff81f95b86bf276868427ff97f592b31b75f02c
treeb651ee8bdb257e02db8a72000ef5fcd878811b7a
parent612f2b0fa4e7dc4105be6be106ad85a8f13de6da
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