commit ba7c2c838c2109336077a89ac103c8335757aa22
Author: Oswald Buddenhagen <o...@kde.org>
Date:   Sun Mar 24 11:10:36 2013 +0100

    disable SSLv2 by default in the wrapper as well
    
    (cherry picked from commit bb5a41f3e0522fbb39697c548111515b2bd6579c)

 src/compat/isync.1 |    2 +-
 src/compat/main.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/compat/isync.1 b/src/compat/isync.1
index 21a7268..dce14f3 100644
--- a/src/compat/isync.1
+++ b/src/compat/isync.1
@@ -259,7 +259,7 @@ File containing X.509 CA certificates used to verify server 
identities.
 .TP
 \fBUseSSLv2\fR \fIyes\fR|\fIno\fR
 Should \fBisync\fR use SSLv2 for communication with the IMAP server over SSL?
-(Default: \fIyes\fR if the imaps port is used, otherwise \fIno\fR)
+(Default: \fIno\fR)
 ..
 .TP
 \fBUseSSLv3\fR \fIyes\fR|\fIno\fR
diff --git a/src/compat/main.c b/src/compat/main.c
index 4689d8e..35c77b0 100644
--- a/src/compat/main.c
+++ b/src/compat/main.c
@@ -254,7 +254,7 @@ main( int argc, char **argv )
                        if (!strncasecmp( "imaps:", optarg, 6 )) {
                                global.use_imaps = 1;
                                global.port = 993;
-                               global.use_sslv2 = 1;
+                               global.use_sslv2 = 0;
                                global.use_sslv3 = 1;
                                optarg += 6;
                        }

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to