[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Fri Mar 11 13:54:06 UTC 2016


The branch master has been updated
       via  ad87a3dc2ca3bfd4642cf2fdc524535916a85c2c (commit)
      from  39dbb990a06753c0ab74d56098218d41780a9053 (commit)


- Log -----------------------------------------------------------------
commit ad87a3dc2ca3bfd4642cf2fdc524535916a85c2c
Author: Matt Caswell <matt at openssl.org>
Date:   Fri Mar 11 13:50:55 2016 +0000

    Suppress CT warnings in test_ssl
    
    Running test_ssl with HARNESS_VERBOSE results in lots of spurious warnings
    about an inability to load the CT config file. This fixes it.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

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

Summary of changes:
 test/recipes/80-test_ssl.t | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/recipes/80-test_ssl.t b/test/recipes/80-test_ssl.t
index 5412cb6..ba57695 100644
--- a/test/recipes/80-test_ssl.t
+++ b/test/recipes/80-test_ssl.t
@@ -11,6 +11,8 @@ use OpenSSL::Test::Utils;
 
 setup("test_ssl");
 
+$ENV{CTLOG_FILE} = srctop_file("test", "ct", "log_list.conf");
+
 my ($no_rsa, $no_dsa, $no_dh, $no_ec, $no_srp, $no_psk,
     $no_ssl3, $no_tls1, $no_tls1_1, $no_tls1_2,
     $no_dtls, $no_dtls1, $no_dtls1_2, $no_ct) =


More information about the openssl-commits mailing list