1
0
mirror of https://git.code.sf.net/p/linux-ima/ima-evm-utils synced 2025-07-01 13:21:12 +02:00

Compile a newer version of OpenSSL

With the distros shipping OpenSSL 3 with engine support, the original
purpose for compiling OpenSSL 3 to test sm2/sm3 is no longer necessary
and could be removed.  Or, it could be re-purposed for building OpenSSL
without engine support, which is needed for testing.

For both travis and github actions, update openssl-3.0.0-beta1 with
openssl-3.0.5.

Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
Mimi Zohar
2022-09-04 21:25:23 -04:00
parent 1d4970b46b
commit abf7b5e236
2 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ jobs:
ARCH: i386
TSS: tpm2-tss
VARIANT: i386
COMPILE_SSL: openssl-3.0.0-beta1
COMPILE_SSL: openssl-3.0.5
# cross compilation builds
- container: "debian:stable"
@ -52,7 +52,7 @@ jobs:
env:
CC: clang
TSS: ibmtss
COMPILE_SSL: openssl-3.0.0-beta1
COMPILE_SSL: openssl-3.0.5
- container: "opensuse/leap"
env:
@ -63,7 +63,7 @@ jobs:
env:
CC: gcc
TSS: ibmtss
COMPILE_SSL: openssl-3.0.0-beta1
COMPILE_SSL: openssl-3.0.5
- container: "ubuntu:xenial"
env: