mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
set auto ecdh parameter selction for Suite B
This commit is contained in:
parent
55b66f084d
commit
d900c0ae14
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user