aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-08-24 09:23:14 +0100
committerMatt Caswell <matt@openssl.org>2016-08-24 09:23:14 +0100
commit0ec0104335eb443c6d925d6f12543fb362c6a570 (patch)
tree235d5c4771e546afaec63b86b970e00c200adb63
parentbaaabfd8fdcec04a691695fad9a664bea43202b6 (diff)
downloadopenssl-0ec0104335eb443c6d925d6f12543fb362c6a570.tar.gz
Fix no-ec
Use a ciphersuite in dtlstest that is not affected by no-* options. Backport of commit fe34735c19. Reviewed-by: Richard Levitte <levitte@openssl.org>
-rw-r--r--ssl/dtlstest.c2
1 files changed, 1 insertions, 1 deletions
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");
}