]> git.ipfire.org Git - thirdparty/openssl.git/commit - apps/include/opt.h
apps: limit get_cipher() to not return AEAD or XTS ciphers
authorPauli <pauli@openssl.org>
Tue, 15 Jun 2021 04:06:17 +0000 (14:06 +1000)
committerPauli <pauli@openssl.org>
Wed, 16 Jun 2021 08:32:30 +0000 (18:32 +1000)
commitfa8ff9e4e8e0937eb04bf16d0159c3aedbd33547
tree96d31f85b2e4f047481e55eef6472bf244307ce7
parent6920055ec3ead883dfc6b00d650f6ef86f84aa17
apps: limit get_cipher() to not return AEAD or XTS ciphers

Add a get_cipher_any() function to access these in addition to more normal ciphers

Fixes #7720

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15747)
apps/include/opt.h
apps/lib/opt.c