]> granicus.if.org Git - openssl/commitdiff
Fix no-ec
authorMatt Caswell <matt@openssl.org>
Wed, 24 Aug 2016 08:23:14 +0000 (09:23 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 24 Aug 2016 08:23:14 +0000 (09:23 +0100)
Use a ciphersuite in dtlstest that is not affected by no-* options.
Backport of commit fe34735c19.

Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/dtlstest.c

index 94e3ef1a6f96b2ee27049e4912d73149c3007b5c..78ebc67744c4931dee515f14d7252d8968025b10 100644 (file)
@@ -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");
     }