GNOME Bugzilla – Bug 739019
Disable SSL 3 (POODLE attack) in WebKit
Last modified: 2014-10-23 00:04:14 UTC
We need to make sure all browser (i.e. HTTPS) encrypted network connections don't use or fall back to SSL 3: http://googleonlinesecurity.blogspot.co.uk/2014/10/this-poodle-bites-exploiting-ssl-30.html WebKit 2 has fixed this problem but it won't be fixed in WebKit 1. We simply need to disable it manually: https://bugzilla.gnome.org/show_bug.cgi?id=738633 It doesn't appear this problem exists for *all* SSLv3 traffic (i.e. this isn't an issue with IMAP or SMTP), but since Geary does load images across the network, we should ensure SSLv3 is disabled for them.
It appears POODLE requires Javascript to be an attack vector, which isn't an issue with Geary, but it makes sense to follow guidelines and disable SSLv3 anyway.
Pushed to master, commit 8e272f