diff options
author | Christian Heimes <christian@python.org> | 2020-05-15 20:32:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 20:32:25 (GMT) |
commit | 938717fd04c53c717895a756d5910e8c8813706c (patch) | |
tree | 04c38f1d193632e68a2da41470e74ce2e9f73ae1 /Misc | |
parent | 382a5635bd10c237c3e23e346b21cde27e48d7fa (diff) | |
download | cpython-938717fd04c53c717895a756d5910e8c8813706c.zip cpython-938717fd04c53c717895a756d5910e8c8813706c.tar.gz cpython-938717fd04c53c717895a756d5910e8c8813706c.tar.bz2 |
bpo-40163: Fix multissltest download of old OpenSSL (GH-19329)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tools-Demos/2020-04-03-08-32-31.bpo-40163.lX8K4B.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tools-Demos/2020-04-03-08-32-31.bpo-40163.lX8K4B.rst b/Misc/NEWS.d/next/Tools-Demos/2020-04-03-08-32-31.bpo-40163.lX8K4B.rst new file mode 100644 index 0000000..fc0a22a --- /dev/null +++ b/Misc/NEWS.d/next/Tools-Demos/2020-04-03-08-32-31.bpo-40163.lX8K4B.rst @@ -0,0 +1,3 @@ +Fix multissltest tool. OpenSSL has changed download URL for old releases. +The multissltest tool now tries to download from current and old download +URLs. |