bpo-47024: Update OpenSSL to 1.1.1n (GH-31895)

Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
This commit is contained in:
Christian Heimes 2022-03-15 22:03:04 +02:00 committed by GitHub
parent 099f756141
commit af0a50de4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 17 additions and 16 deletions

View file

@ -167,7 +167,7 @@ jobs:
needs: check_source
if: needs.check_source.outputs.run_tests == 'true'
env:
OPENSSL_VER: 1.1.1m
OPENSSL_VER: 1.1.1n
PYTHONSTRICTEXTENSIONBUILD: 1
steps:
- uses: actions/checkout@v2
@ -226,7 +226,7 @@ jobs:
strategy:
fail-fast: false
matrix:
openssl_ver: [1.1.1m, 3.0.1]
openssl_ver: [1.1.1n, 3.0.2]
env:
OPENSSL_VER: ${{ matrix.openssl_ver }}
MULTISSL_DIR: ${{ github.workspace }}/multissl
@ -273,7 +273,7 @@ jobs:
needs: check_source
if: needs.check_source.outputs.run_tests == 'true'
env:
OPENSSL_VER: 1.1.1m
OPENSSL_VER: 1.1.1n
PYTHONSTRICTEXTENSIONBUILD: 1
ASAN_OPTIONS: detect_leaks=0:allocator_may_return_null=1:handle_segv=0
steps: