From: Dr. Stephen Henson Date: Fri, 1 Nov 2013 21:35:00 +0000 (+0000) Subject: Add -ecdh_single option. X-Git-Tag: master-post-reformat~1102 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a9bc1af984292f377535216570703974a6245ee4;p=oweals%2Fopenssl.git Add -ecdh_single option. Add -ecdh_single option to set SSL_OP_SINGLE_ECDH_USE on the command line. (cherry picked from commit f14a4a861d2d221ed565a75441a218f85b8db530) --- diff --git a/ssl/ssl_conf.c b/ssl/ssl_conf.c index 9a6dcef1db..475fb1dd60 100644 --- a/ssl/ssl_conf.c +++ b/ssl/ssl_conf.c @@ -206,6 +206,7 @@ static int ctrl_str_option(SSL_CONF_CTX *cctx, const char *cmd) SSL_FLAG_TBL("no_tls1_2", SSL_OP_NO_TLSv1_2), SSL_FLAG_TBL("bugs", SSL_OP_ALL), SSL_FLAG_TBL("no_comp", SSL_OP_NO_COMPRESSION), + SSL_FLAG_TBL_SRV("ecdh_single", SSL_OP_SINGLE_ECDH_USE), #ifndef OPENSSL_NO_TLSEXT SSL_FLAG_TBL("no_ticket", SSL_OP_NO_TICKET), #endif