]> granicus.if.org Git - python/commitdiff
Update multissltests: 1.0.2m, 1.1.0g (GH-4232) (#4236)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 2 Nov 2017 17:22:31 +0000 (10:22 -0700)
committerChristian Heimes <christian@python.org>
Thu, 2 Nov 2017 17:22:31 +0000 (18:22 +0100)
(cherry picked from commit 0d2c645d41eee4ec7549c86ccc23970b692a48b0)

Tools/ssl/multissltests.py

index 994e420818ed12e3659bb94a8d6f56490d6d8b73..ce5bbd85308c5a0c1a8467ab44ee8a96a6f76c11 100755 (executable)
@@ -41,15 +41,14 @@ import tarfile
 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 = [