From: Matt Caswell Date: Wed, 24 Aug 2016 08:23:14 +0000 (+0100) Subject: Fix no-ec X-Git-Tag: OpenSSL_1_0_2i~51 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0ec0104335eb443c6d925d6f12543fb362c6a570;p=oweals%2Fopenssl.git Fix no-ec Use a ciphersuite in dtlstest that is not affected by no-* options. Backport of commit fe34735c19. Reviewed-by: Richard Levitte --- diff --git a/ssl/dtlstest.c b/ssl/dtlstest.c index 94e3ef1a6f..78ebc67744 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"); }