[tools] master update

Dr. Paul Dale pauli at openssl.org
Thu May 6 00:52:01 UTC 2021


The branch master has been updated
       via  ca5cf74927c857e135ec53640b2dcf58740da56e (commit)
      from  e771ebd4a0e349d929dc2e6f7ad2af48978e772d (commit)


- Log -----------------------------------------------------------------
commit ca5cf74927c857e135ec53640b2dcf58740da56e
Author: Pauli <pauli at openssl.org>
Date:   Sat May 1 13:47:11 2021 +1000

    run-checker: add more builds with FIPS enabled and other disabled.
    
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    (Merged from https://github.com/openssl/tools/pull/85)

-----------------------------------------------------------------------

Summary of changes:
 run-checker/run-checker.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/run-checker/run-checker.sh b/run-checker/run-checker.sh
index dbb3da5..699f30f 100755
--- a/run-checker/run-checker.sh
+++ b/run-checker/run-checker.sh
@@ -46,7 +46,10 @@ no-tls1_2-method no-dtls1-method no-dtls1_2-method no-siphash no-tls1_3 no-sm2
 no-sm3 no-sm4 enable-trace no-legacy no-cached-fetch no-autoload-config
 'no-buildtest-c++' no-bulk no-cmp no-ktls no-module no-padlockeng
 no-pinshared no-secure-memory no-siv no-uplink enable-acvp-tests enable-fips
-'enable-fips no-fips-securitychecks'
+'enable-fips no-fips-securitychecks' 'enable-fips enable-acvp-tests'
+'enable-fips no-tls' 'enable-fips no-tls1_1' 'enable-fips no-tls1'
+'enable-fips no-ssl3-method' 'enable-fips no-tls1-method'
+'enable-fips no-tls1_1-method' 'enable-fips no-tls1_3'
 )
 
 run-hook () {


More information about the openssl-commits mailing list