The branch OpenSSL_1_0_2-stable has been updated via 0ec0104335eb443c6d925d6f12543fb362c6a570 (commit) from baaabfd8fdcec04a691695fad9a664bea43202b6 (commit)
- Log ----------------------------------------------------------------- commit 0ec0104335eb443c6d925d6f12543fb362c6a570 Author: Matt Caswell <m...@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 <levi...@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"); } _____ openssl-commits mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits