diff options
author | jsing <> | 2018-09-03 18:00:50 +0000 |
---|---|---|
committer | jsing <> | 2018-09-03 18:00:50 +0000 |
commit | a707e9b3b7839a52fa4e75b9c174d23c7dd8b683 (patch) | |
tree | 83043192385563bc2e81ae6a6515e6c311e26356 /src/lib/libssl/ssl_locl.h | |
parent | eca2420af5d63ef1e9423a7fddf8183743b93cf5 (diff) | |
download | openbsd-a707e9b3b7839a52fa4e75b9c174d23c7dd8b683.tar.gz openbsd-a707e9b3b7839a52fa4e75b9c174d23c7dd8b683.tar.bz2 openbsd-a707e9b3b7839a52fa4e75b9c174d23c7dd8b683.zip |
Stop using composite EVP_CIPHER AEADs.
The composite AEADs are "stitched" mode ciphers, that are only supported on
some architectures/CPUs and are designed to be faster than a separate
EVP_CIPHER and EVP_MD implementation. The three AEADs are used for less
than ideal cipher suites (if you have hardware support that these use
there are better cipher suite options), plus continuing to support AEADs
via EVP_CIPHER is creating additional code complexity.
ok inoguchi@ tb@
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
0 files changed, 0 insertions, 0 deletions