mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Drop support for SSLv3.
MFC after: 1 week
This commit is contained in:
parent
3cd55688ba
commit
d75ca0c1fd
1 changed files with 1 additions and 1 deletions
|
|
@ -820,7 +820,7 @@ fetch_ssl(conn_t *conn, const struct url *URL, int verbose)
|
|||
|
||||
SSL_load_error_strings();
|
||||
|
||||
conn->ssl_meth = SSLv23_client_method();
|
||||
conn->ssl_meth = TLSv1_client_method();
|
||||
conn->ssl_ctx = SSL_CTX_new(conn->ssl_meth);
|
||||
SSL_CTX_set_mode(conn->ssl_ctx, SSL_MODE_AUTO_RETRY);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue