On 19/10/2021 20:31, Arne Schwabe wrote:
In OpenSSL 3.0 EVP_get_cipherbyname return a non NULL algorithm
even if the algorithm is not avaialble with the currently available
provider. Luckily EVP_get_cipherbyname can be used here as drop
in replacement and returns only non NULL if the algorithm is actually
currently supported.

Signed-off-by: Arne Schwabe <a...@rfc2549.org>

Acked-by: Max Fillinger <maximilian.fillin...@foxcrypto.com>

Looks good to me!

Some small errors in the commit message:

"return a non Null algorithm": Should be "may return", I think.

second "EVP_get_cipherbyname" should be "EVP_CIPHER_fetch".


_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to