From 0ec0104335eb443c6d925d6f12543fb362c6a570 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 24 Aug 2016 09:23:14 +0100 Subject: Fix no-ec Use a ciphersuite in dtlstest that is not affected by no-* options. Backport of commit fe34735c19. Reviewed-by: Richard Levitte --- ssl/dtlstest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- cgit v1.2.3