diff options
author | Pauli <ppzgs1@gmail.com> | 2024-11-27 01:24:29 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-11-28 15:13:35 +0100 |
commit | ce4b2444156d834f620774d90ef94ffda66addb5 (patch) | |
tree | f509576587e6417afb5793574effcc9ba38a586d /.github | |
parent | fips: change integrity check zeroization to use the OPENSSL_PEDANTIC_ZEROIZAT... (diff) | |
download | openssl-ce4b2444156d834f620774d90ef94ffda66addb5.tar.xz openssl-ce4b2444156d834f620774d90ef94ffda66addb5.zip |
ci: add daily runcheckers to exercise the -DOPENSSL_PEDANTIC_ZEROIZATION option
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26068)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/run-checker-daily.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/run-checker-daily.yml b/.github/workflows/run-checker-daily.yml index 7dce358cca..6df9e6d54b 100644 --- a/.github/workflows/run-checker-daily.yml +++ b/.github/workflows/run-checker-daily.yml @@ -134,6 +134,8 @@ jobs: no-zlib, enable-zlib-dynamic, no-zlib-dynamic, + -DOPENSSL_PEDANTIC_ZEROIZATION, + -DOPENSSL_PEDANTIC_ZEROIZATION enable-fips, -DOPENSSL_NO_BUILTIN_OVERFLOW_CHECKING, -DSSL3_ALIGN_PAYLOAD=4 ] |