[openssl-commits] [tools] master update

Matt Caswell matt at openssl.org
Wed May 23 15:30:32 UTC 2018


The branch master has been updated
       via  845c25d8db7fc784cbf92a523300376a8d69b2a1 (commit)
      from  c0ba851e324ad25cf4734ea93b22e315a51e5106 (commit)


- Log -----------------------------------------------------------------
commit 845c25d8db7fc784cbf92a523300376a8d69b2a1
Author: Matt Caswell <matt at openssl.org>
Date:   Tue Feb 13 11:16:42 2018 +0000

    tls1_3 is now on by default so we should instead test no-tls1_3
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/11)

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

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

diff --git a/run-checker/run-checker.sh b/run-checker/run-checker.sh
index 23121b1..843cccb 100755
--- a/run-checker/run-checker.sh
+++ b/run-checker/run-checker.sh
@@ -42,7 +42,7 @@ 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 enable-tls1_3 )
+no-tls1_2-method no-dtls1-method no-dtls1_2-method no-siphash no-tls1_3 )
 
 run-hook () {
     local hookname=$1; shift


More information about the openssl-commits mailing list