[tools] master update
Dr. Paul Dale
pauli at openssl.org
Sat May 1 03:45:35 UTC 2021
The branch master has been updated
via fa7b4ef4e67bb944a40c83539b216c398426bfc1 (commit)
from ee7da65b64a2409255d9effb751b4082642e3d39 (commit)
- Log -----------------------------------------------------------------
commit fa7b4ef4e67bb944a40c83539b216c398426bfc1
Author: Pauli <pauli at openssl.org>
Date: Fri Apr 30 09:56:39 2021 +1000
Add additional run-checker no-XXX options.
There were a number of options missing:
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
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/tools/pull/84)
-----------------------------------------------------------------------
Summary of changes:
run-checker/run-checker.sh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/run-checker/run-checker.sh b/run-checker/run-checker.sh
index 05d6332..b59283c 100755
--- a/run-checker/run-checker.sh
+++ b/run-checker/run-checker.sh
@@ -43,7 +43,11 @@ enable-unit-test no-whirlpool enable-weak-ssl-ciphers enable-zlib
enable-zlib-dynamic 386 no-dtls no-tls no-ssl3 no-tls1 no-tls1_1 no-tls1_2
no-dtls1 no-dtls1_2 no-ssl3-method no-tls1-method no-tls1_1-method
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-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'
+)
run-hook () {
local hookname=$1; shift
More information about the openssl-commits
mailing list