]> git.ipfire.org Git - thirdparty/openssl.git/commit - CHANGES.md
Document that EVP_get_cipherbyname() does not work for some new algorithm names.
authorslontis <shane.lontis@oracle.com>
Wed, 25 Aug 2021 01:50:20 +0000 (11:50 +1000)
committerTomas Mraz <tomas@openssl.org>
Tue, 31 Aug 2021 10:18:04 +0000 (12:18 +0200)
commit69222552252c86e7d68dcc24b2ce1aa0793ab3aa
tree9feb8e20bccc81871a0d49bf0ce9969a1b65e537
parent028593f546f66d50d399a4f9286364d97c68da78
Document that EVP_get_cipherbyname() does not work for some new algorithm names.

These algorithms were added to providers but have no const EVP_CIPHER*
mapping. Ciphers for SIV and CTS were previously only available via low level
function calls that are deprecated.

Reported by @reaperhulk.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16414)
CHANGES.md
doc/man3/EVP_EncryptInit.pod