curves can be set in both client and server
This commit is contained in:
parent
878b5d07ef
commit
2588d4ca41
@ -246,8 +246,6 @@ static int cmd_client_sigalgs(SSL_CONF_CTX *cctx, const char *value)
|
|||||||
static int cmd_curves(SSL_CONF_CTX *cctx, const char *value)
|
static int cmd_curves(SSL_CONF_CTX *cctx, const char *value)
|
||||||
{
|
{
|
||||||
int rv;
|
int rv;
|
||||||
if (!(cctx->flags & SSL_CONF_FLAG_CLIENT))
|
|
||||||
return -2;
|
|
||||||
if (cctx->ssl)
|
if (cctx->ssl)
|
||||||
rv = SSL_set1_curves_list(cctx->ssl, value);
|
rv = SSL_set1_curves_list(cctx->ssl, value);
|
||||||
/* NB: ctx == NULL performs syntax checking only */
|
/* NB: ctx == NULL performs syntax checking only */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user