提交 1990d100 authored 作者: Travis Cross's avatar Travis Cross

Reword the websocket TLS cipher list

This generates an identical list of cipher suites, but this commit
restates the cipher spec to be more similar to the way we state it
elsewhere.
上级 6a3dcc9e
...@@ -395,7 +395,7 @@ static int tport_ws_init_primary_secure(tport_primary_t *pri, ...@@ -395,7 +395,7 @@ static int tport_ws_init_primary_secure(tport_primary_t *pri,
goto done; goto done;
} }
SSL_CTX_set_cipher_list(wspri->ssl_ctx, "HIGH:!DSS:!aNULL@STRENGTH"); SSL_CTX_set_cipher_list(wspri->ssl_ctx, "!eNULL:!aNULL:!DSS:HIGH:@STRENGTH");
ret = tport_ws_init_primary(pri, tpn, ai, tags, return_culprit); ret = tport_ws_init_primary(pri, tpn, ai, tags, return_culprit);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论