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
platform
00-base-templates.conf -rw-r--r-- 4.2 KB
10-main.conf -rw-r--r-- 77.4 KB
15-android.conf -rw-r--r-- 10.8 KB
15-ios.conf -rw-r--r-- 2.4 KB
50-djgpp.conf -rw-r--r-- 611 bytes
50-haiku.conf -rw-r--r-- 1.2 KB
50-masm.conf -rw-r--r-- 907 bytes
50-os390.conf -rw-r--r-- 352 bytes
50-win-onecore.conf -rw-r--r-- 5.9 KB
90-team.norelease.conf -rw-r--r-- 4.3 KB
INTERNALS.Configure -rw-r--r-- 7.7 KB
README -rw-r--r-- 30.7 KB
README.design -rw-r--r-- 23.7 KB
common.tmpl -rw-r--r-- 19.5 KB
common0.tmpl -rw-r--r-- 1.3 KB
descrip.mms.tmpl -rw-r--r-- 55.6 KB
platform.pm -rw-r--r-- 304 bytes
shared-info.pl -rw-r--r-- 3.5 KB
unix-Makefile.tmpl -rw-r--r-- 62.1 KB
unix-checker.pm -rw-r--r-- 617 bytes
windows-checker.pm -rw-r--r-- 649 bytes
windows-makefile.tmpl -rw-r--r-- 37.3 KB

README

back to top