[openssl-commits] [openssl] master update
Matt Caswell
matt at openssl.org
Mon Aug 22 12:55:12 UTC 2016
The branch master has been updated
via fe34735c194b9d81dd84e89bbfcfc67c90aa99b3 (commit)
from 099e2968ed3c7d256cda048995626664082b1b30 (commit)
- Log -----------------------------------------------------------------
commit fe34735c194b9d81dd84e89bbfcfc67c90aa99b3
Author: Matt Caswell <matt at openssl.org>
Date: Mon Aug 22 10:42:08 2016 +0100
Choose a ciphersuite for testing that won't be affected by "no-*" options
The previous ciphersuite broke in no-ec builds.
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
test/dtlstest.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/dtlstest.c b/test/dtlstest.c
index 4d497af..fd6e2ab 100644
--- a/test/dtlstest.c
+++ b/test/dtlstest.c
@@ -55,7 +55,7 @@ static int test_dtls_unprocessed(int testidx)
return 0;
}
- 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");
}
More information about the openssl-commits
mailing list