[Python-checkins] Update multissltests: 1.0.2m, 1.1.0g (#4232)

Christian Heimes webhook-mailer at python.org
Thu Nov 2 12:38:18 EDT 2017


https://github.com/python/cpython/commit/0d2c645d41eee4ec7549c86ccc23970b692a48b0
commit: 0d2c645d41eee4ec7549c86ccc23970b692a48b0
branch: master
author: Christian Heimes <christian at python.org>
committer: GitHub <noreply at github.com>
date: 2017-11-02T17:38:11+01:00
summary:

Update multissltests: 1.0.2m, 1.1.0g (#4232)

files:
M Tools/ssl/multissltests.py

diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py
index 994e420818e..ce5bbd85308 100755
--- a/Tools/ssl/multissltests.py
+++ b/Tools/ssl/multissltests.py
@@ -41,15 +41,14 @@
 log = logging.getLogger("multissl")
 
 OPENSSL_OLD_VERSIONS = [
-     "0.9.8zc",
      "0.9.8zh",
      "1.0.1u",
 ]
 
 OPENSSL_RECENT_VERSIONS = [
      "1.0.2",
-     "1.0.2l",
-     "1.1.0f",
+     "1.0.2m",
+     "1.1.0g",
 ]
 
 LIBRESSL_OLD_VERSIONS = [



More information about the Python-checkins mailing list