1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-30 10:26:37 +02:00

We now refuse to enable SSL/TLS with weak ciphers: DES, 3DES, RC4.

This commit is contained in:
Bram Matthys
2017-09-06 08:21:14 +02:00
parent 959195e7d7
commit 08bc61ec00
2 changed files with 58 additions and 1 deletions
+1
View File
@@ -794,3 +794,4 @@ extern char *plaintextpolicy_valtostr(PlaintextPolicy policy);
extern char plaintextpolicy_valtochar(PlaintextPolicy policy);
extern int verify_certificate(SSL *ssl, char *hostname, char **errstr);
extern char *certificate_name(SSL *ssl);
extern int cipher_check(SSL_CTX *ctx, char **errstr);