[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Matt Caswell matt at openssl.org
Wed Aug 24 08:33:39 UTC 2016


The branch OpenSSL_1_0_2-stable has been updated
       via  0ec0104335eb443c6d925d6f12543fb362c6a570 (commit)
      from  baaabfd8fdcec04a691695fad9a664bea43202b6 (commit)


- Log -----------------------------------------------------------------
commit 0ec0104335eb443c6d925d6f12543fb362c6a570
Author: Matt Caswell <matt at openssl.org>
Date:   Wed Aug 24 09:23:14 2016 +0100

    Fix no-ec
    
    Use a ciphersuite in dtlstest that is not affected by no-* options.
    Backport of commit fe34735c19.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

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

Summary of changes:
 ssl/dtlstest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssl/dtlstest.c b/ssl/dtlstest.c
index 94e3ef1..78ebc67 100644
--- a/ssl/dtlstest.c
+++ b/ssl/dtlstest.c
@@ -59,7 +59,7 @@ static int test_dtls_unprocessed(int testidx)
         printf("Failed configuring auto ECDH\n");
     }
 
-    if (!SSL_CTX_set_cipher_list(cctx, "ECDHE-RSA-AES256-SHA384")) {
+    if (!SSL_CTX_set_cipher_list(cctx, "AES128-SHA")) {
         printf("Failed setting cipher list\n");
     }
 


More information about the openssl-commits mailing list