Revision 4264ecd4cebf7cee4bd437f1739e9f4297ae5b70 authored by Matt Caswell on 01 May 2020, 08:17:40 UTC, committed by Matt Caswell on 06 May 2020, 10:49:59 UTC
We were not correctly detecting whether TLSv1.3 ciphersuites could
actually be supported by the available provider implementations. For
example a FIPS client would still offer CHACHA20-POLY1305 based
ciphersuites even though it couldn't actually use them. Similarly on
the server would try to use CHACHA20-POLY1305 and then fail the
handshake.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11700)
1 parent 15dd075
History
File Mode Size
asm
build.info -rw-r--r-- 2.8 KB
e_afalg.c -rw-r--r-- 25.0 KB
e_afalg.ec -rw-r--r-- 174 bytes
e_afalg.h -rw-r--r-- 2.2 KB
e_afalg.txt -rw-r--r-- 1.3 KB
e_afalg_err.c -rw-r--r-- 2.2 KB
e_afalg_err.h -rw-r--r-- 1.8 KB
e_capi.c -rw-r--r-- 54.2 KB
e_capi.ec -rw-r--r-- 173 bytes
e_capi.txt -rw-r--r-- 2.8 KB
e_capi_err.c -rw-r--r-- 3.6 KB
e_capi_err.h -rw-r--r-- 3.7 KB
e_dasync.c -rw-r--r-- 28.8 KB
e_dasync.ec -rw-r--r-- 175 bytes
e_dasync.txt -rw-r--r-- 845 bytes
e_dasync_err.c -rw-r--r-- 1.3 KB
e_dasync_err.h -rw-r--r-- 1.4 KB
e_devcrypto.c -rw-r--r-- 40.4 KB
e_ossltest.c -rw-r--r-- 20.8 KB
e_ossltest.ec -rw-r--r-- 177 bytes
e_ossltest.txt -rw-r--r-- 480 bytes
e_ossltest_err.c -rw-r--r-- 1.3 KB
e_ossltest_err.h -rw-r--r-- 912 bytes
e_padlock.c -rw-r--r-- 22.4 KB

back to top