[Commits] [SCM] claws branch, master, updated. 3.10.1-168-gc6dc3e2
Colin
colin at claws-mail.org
Thu Oct 16 14:38:29 CEST 2014
The branch, master has been updated
via c6dc3e229f361f11ab4920d84bb11b5821bc4e86 (commit)
from dc8728ee3222dbe49cdac81e6dc72b2ba206a046 (commit)
Summary of changes:
src/common/ssl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit c6dc3e229f361f11ab4920d84bb11b5821bc4e86
Author: Colin Leroy <colin at colino.net>
Date: Thu Oct 16 14:35:46 2014 +0200
Disable SSL3.0 entirely as a Poodle fix.
diff --git a/src/common/ssl.c b/src/common/ssl.c
index f612299..569c808 100644
--- a/src/common/ssl.c
+++ b/src/common/ssl.c
@@ -323,7 +323,7 @@ gboolean ssl_init_socket(SockInfo *sockinfo)
sockinfo->gnutls_priority, r);
}
else {
- gnutls_priority_set_direct(session, "NORMAL", NULL);
+ gnutls_priority_set_direct(session, "NORMAL:-VERS-SSL3.0", NULL);
}
gnutls_record_disable_padding(session);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list