]> granicus.if.org Git - python/commitdiff
Update multissltests: 1.0.2m, 1.1.0g (#4232)
authorChristian Heimes <christian@python.org>
Thu, 2 Nov 2017 16:38:11 +0000 (17:38 +0100)
committerGitHub <noreply@github.com>
Thu, 2 Nov 2017 16:38:11 +0000 (17:38 +0100)
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 = [