[openssl-commits] [tools] master update

Matt Caswell matt at openssl.org
Thu Jun 21 09:11:12 UTC 2018


The branch master has been updated
       via  3660c7ff2c23ae4d89e463f0abd5a359b6172775 (commit)
      from  897f0887b4fecf22e522c248800b158c2e6a7422 (commit)


- Log -----------------------------------------------------------------
commit 3660c7ff2c23ae4d89e463f0abd5a359b6172775
Author: Matt Caswell <matt at openssl.org>
Date:   Tue Jun 19 21:43:07 2018 +0100

    Test no-sm2, no-sm3, no-sm4
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/tools/pull/19)

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

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

diff --git a/run-checker/run-checker.sh b/run-checker/run-checker.sh
index 843cccb..ab8910e 100755
--- a/run-checker/run-checker.sh
+++ b/run-checker/run-checker.sh
@@ -42,7 +42,8 @@ no-static-engine no-stdio no-threads no-ts enable-ubsan no-ui
 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-tls1_2-method no-dtls1-method no-dtls1_2-method no-siphash no-tls1_3 no-sm2
+no-sm3 no-sm4 )
 
 run-hook () {
     local hookname=$1; shift


More information about the openssl-commits mailing list