From: Dr. Stephen Henson Date: Mon, 26 Nov 2012 15:10:50 +0000 (+0000) Subject: set auto ecdh parameter selction for Suite B X-Git-Tag: master-post-reformat~1572 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d900c0ae149c55515c366ffce813b86d248eb752;p=oweals%2Fopenssl.git set auto ecdh parameter selction for Suite B --- diff --git a/ssl/ssl_ciph.c b/ssl/ssl_ciph.c index 084e8bbb1b..7f3e16080b 100644 --- a/ssl/ssl_ciph.c +++ b/ssl/ssl_ciph.c @@ -1394,6 +1394,8 @@ static int check_suiteb_cipher_list(const SSL_METHOD *meth, CERT *c, *prule_str = "ECDHE-ECDSA-AES256-GCM-SHA384"; break; } + /* Set auto ECDH parameter determination */ + c->ecdh_tmp_auto = 1; return 1; }