projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baaabfd
)
Fix no-ec
author
Matt Caswell
<matt@openssl.org>
Wed, 24 Aug 2016 08:23:14 +0000
(09:23 +0100)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/ssl/dtlstest.c
b/ssl/dtlstest.c
index 94e3ef1a6f96b2ee27049e4912d73149c3007b5c..78ebc67744c4931dee515f14d7252d8968025b10 100644
(file)
--- 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");
}