mirror of
https://github.com/openssl/openssl.git
synced 2024-11-30 05:24:06 +08:00
revert SUITEB128ONLY patch, anything wanting to use P-384 can use SUITEB128 instead
This commit is contained in:
parent
1e8b9e7e69
commit
b34aa49c25
@ -332,11 +332,15 @@ static void tls1_get_curvelist(SSL *s, int sess,
|
||||
switch (tls1_suiteb(s))
|
||||
{
|
||||
case SSL_CERT_FLAG_SUITEB_128_LOS:
|
||||
case SSL_CERT_FLAG_SUITEB_128_LOS_ONLY:
|
||||
*pcurves = suiteb_curves;
|
||||
*pcurveslen = sizeof(suiteb_curves);
|
||||
break;
|
||||
|
||||
case SSL_CERT_FLAG_SUITEB_128_LOS_ONLY:
|
||||
*pcurves = suiteb_curves;
|
||||
*pcurveslen = 2;
|
||||
break;
|
||||
|
||||
case SSL_CERT_FLAG_SUITEB_192_LOS:
|
||||
*pcurves = suiteb_curves + 2;
|
||||
*pcurveslen = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user