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
README.pod -rw-r--r-- 9.3 KB
bn_add.c -rw-r--r-- 3.3 KB
bn_asm.c -rw-r--r-- 26.9 KB
bn_blind.c -rw-r--r-- 8.0 KB
bn_const.c -rw-r--r-- 4.4 KB
bn_conv.c -rw-r--r-- 6.5 KB
bn_ctx.c -rw-r--r-- 9.9 KB
bn_depr.c -rw-r--r-- 1.8 KB
bn_dh.c -rw-r--r-- 61.4 KB
bn_div.c -rw-r--r-- 13.7 KB
bn_err.c -rw-r--r-- 2.2 KB
bn_exp.c -rw-r--r-- 44.3 KB
bn_exp2.c -rw-r--r-- 5.8 KB
bn_gcd.c -rw-r--r-- 18.3 KB
bn_gf2m.c -rw-r--r-- 29.1 KB
bn_intern.c -rw-r--r-- 5.5 KB
bn_kron.c -rw-r--r-- 3.2 KB
bn_lib.c -rw-r--r-- 22.6 KB
bn_local.h -rw-r--r-- 24.7 KB
bn_mod.c -rw-r--r-- 7.7 KB
bn_mont.c -rw-r--r-- 12.1 KB
bn_mpi.c -rw-r--r-- 1.9 KB
bn_mul.c -rw-r--r-- 18.7 KB
bn_nist.c -rw-r--r-- 37.3 KB
bn_prime.c -rw-r--r-- 17.2 KB
bn_prime.h -rw-r--r-- 15.5 KB
bn_prime.pl -rw-r--r-- 1.4 KB
bn_print.c -rw-r--r-- 1.7 KB
bn_rand.c -rw-r--r-- 8.7 KB
bn_recp.c -rw-r--r-- 4.5 KB
bn_rsa_fips186_4.c -rw-r--r-- 11.2 KB
bn_shift.c -rw-r--r-- 4.7 KB
bn_sqr.c -rw-r--r-- 5.4 KB
bn_sqrt.c -rw-r--r-- 9.3 KB
bn_srp.c -rw-r--r-- 21.4 KB
bn_word.c -rw-r--r-- 4.4 KB
bn_x931p.c -rw-r--r-- 5.8 KB
build.info -rw-r--r-- 5.8 KB
rsaz_exp.c -rw-r--r-- 10.8 KB
rsaz_exp.h -rw-r--r-- 1.4 KB

README.pod

back to top