]> granicus.if.org Git - python/commitdiff
bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)
authorChristian Heimes <christian@python.org>
Wed, 11 Sep 2019 16:45:52 +0000 (18:45 +0200)
committerStéphane Wirtel <stephane@wirtel.be>
Wed, 11 Sep 2019 16:45:52 +0000 (18:45 +0200)
Signed-off-by: Christian Heimes <christian@python.org>
.azure-pipelines/ci.yml
.azure-pipelines/pr.yml
.travis.yml
Misc/NEWS.d/next/Tests/2019-09-11-17-22-32.bpo-38117.X7LgGY.rst [new file with mode: 0644]
Tools/ssl/multissltests.py

index 12ff7d4c55c98551519ed479a2e8efac314637f9..fe10e45b6792265b7d566b81daab8800ce1738aa 100644 (file)
@@ -59,7 +59,7 @@ jobs:
   variables:
     testRunTitle: '$(build.sourceBranchName)-linux'
     testRunPlatform: linux
-    openssl_version: 1.1.1c
+    openssl_version: 1.1.1d
 
   steps:
   - template: ./posix-steps.yml
@@ -116,7 +116,7 @@ jobs:
   variables:
     testRunTitle: '$(Build.SourceBranchName)-linux-coverage'
     testRunPlatform: linux-coverage
-    openssl_version: 1.1.1c
+    openssl_version: 1.1.1d
 
   steps:
   - template: ./posix-steps.yml
index e3e24ae2a4b07f59cf23340775e991d2da40a9b9..09209fc0c954d0b15770963c3734e94dbfb4142c 100644 (file)
@@ -59,7 +59,7 @@ jobs:
   variables:
     testRunTitle: '$(system.pullRequest.TargetBranch)-linux'
     testRunPlatform: linux
-    openssl_version: 1.1.1c
+    openssl_version: 1.1.1d
 
   steps:
   - template: ./posix-steps.yml
@@ -116,7 +116,7 @@ jobs:
   variables:
     testRunTitle: '$(Build.SourceBranchName)-linux-coverage'
     testRunPlatform: linux-coverage
-    openssl_version: 1.1.1c
+    openssl_version: 1.1.1d
 
   steps:
   - template: ./posix-steps.yml
index 98b33393f52c060cc65cbf772022b327345978b1..d4275fde64243809a449bf1848cd4fc660e95665 100644 (file)
@@ -11,7 +11,7 @@ cache:
 
 env:
   global:
-    - OPENSSL=1.1.1c
+    - OPENSSL=1.1.1d
     - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
     - PATH="${OPENSSL_DIR}/bin:$PATH"
     - CFLAGS="-I${OPENSSL_DIR}/include"
diff --git a/Misc/NEWS.d/next/Tests/2019-09-11-17-22-32.bpo-38117.X7LgGY.rst b/Misc/NEWS.d/next/Tests/2019-09-11-17-22-32.bpo-38117.X7LgGY.rst
new file mode 100644 (file)
index 0000000..d328037
--- /dev/null
@@ -0,0 +1 @@
+Test with OpenSSL 1.1.1d
index 7fda4df55a678be10361f2d74506169611f796a2..d816810d57078d70307cd1a7ffc1d8db5e1c5a2e 100755 (executable)
@@ -45,17 +45,16 @@ OPENSSL_OLD_VERSIONS = [
 ]
 
 OPENSSL_RECENT_VERSIONS = [
-    "1.0.2s",
-    "1.1.0k",
-    "1.1.1c",
+    "1.0.2t",
+    "1.1.0l",
+    "1.1.1d",
 ]
 
 LIBRESSL_OLD_VERSIONS = [
-    "2.9.2",
 ]
 
 LIBRESSL_RECENT_VERSIONS = [
-    "2.8.3",
+    "2.9.2",
 ]
 
 # store files in ../multissl