mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Disable SSLv23 (POODLE vulnerability)
This commit is contained in:
parent
4c5ec1d10d
commit
da69122988
@ -28902,7 +28902,7 @@ SSL_CTX *init_ssl(void)
|
|||||||
SSL_library_init();
|
SSL_library_init();
|
||||||
SSL_load_error_strings();
|
SSL_load_error_strings();
|
||||||
|
|
||||||
meth = (SSL_METHOD *) SSLv23_method();
|
meth = (SSL_METHOD *) TLSv1_method();
|
||||||
ctx = SSL_CTX_new(meth);
|
ctx = SSL_CTX_new(meth);
|
||||||
|
|
||||||
if (getcfg("global", "SSL Passphrase", pwd, sizeof(pwd))) {
|
if (getcfg("global", "SSL Passphrase", pwd, sizeof(pwd))) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user