test_ssl fixes for TLS 1.3 and OpenSSL 1.1.1

Without this patch, test_ssl fails randomly.

Resolves: rhbz#1639531
This commit is contained in:
Victor Stinner 2019-02-01 17:54:16 +01:00 committed by churchyard
commit 23f39952f5
2 changed files with 50 additions and 0 deletions

View file

@ -356,6 +356,11 @@ Patch294: 00294-define-TLS-cipher-suite-on-build-time.patch
# Fixed upstream https://bugs.python.org/issue35746
Patch317: 00317-CVE-2019-5010.patch
# 00318 #
# test_ssl fixes for TLS 1.3 and OpenSSL 1.1.1
# https://bugzilla.redhat.com/show_bug.cgi?id=1639531
Patch318: 00318-test-ssl-fix-for-tls-13.patch
# (New patches go here ^^^)
#
# When adding new patches to "python" and "python3" in Fedora, EL, etc.,
@ -682,6 +687,7 @@ rm Lib/ensurepip/_bundled/*.whl
%patch292 -p1
%patch294 -p1
%patch317 -p1
%patch318 -p1
# Remove files that should be generated by the build