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
build.info -rw-r--r-- 372 bytes
dsa_ameth.c -rw-r--r-- 16.3 KB
dsa_asn1.c -rw-r--r-- 2.2 KB
dsa_backend.c -rw-r--r-- 1.6 KB
dsa_check.c -rw-r--r-- 2.3 KB
dsa_depr.c -rw-r--r-- 1.7 KB
dsa_err.c -rw-r--r-- 1.7 KB
dsa_gen.c -rw-r--r-- 2.8 KB
dsa_key.c -rw-r--r-- 3.8 KB
dsa_lib.c -rw-r--r-- 11.9 KB
dsa_local.h -rw-r--r-- 2.4 KB
dsa_meth.c -rw-r--r-- 5.1 KB
dsa_ossl.c -rw-r--r-- 12.8 KB
dsa_pmeth.c -rw-r--r-- 7.2 KB
dsa_prn.c -rw-r--r-- 1.7 KB
dsa_sign.c -rw-r--r-- 4.9 KB
dsa_vrf.c -rw-r--r-- 688 bytes

back to top