OSDN Git Service

Treat SSL 3.0 as a weak encryption method and change not to use it by default.
authors_kawamoto <s_kawamoto@users.sourceforge.jp>
Wed, 15 Oct 2014 13:12:30 +0000 (22:12 +0900)
committers_kawamoto <s_kawamoto@users.sourceforge.jp>
Wed, 15 Oct 2014 13:12:30 +0000 (22:12 +0900)
FFFTP_Eng_Release/FFFTP.exe
Release/FFFTP.exe
socketwrapper.c

index 837d173..c67341e 100644 (file)
Binary files a/FFFTP_Eng_Release/FFFTP.exe and b/FFFTP_Eng_Release/FFFTP.exe differ
index 83b9e73..af25e22 100644 (file)
Binary files a/Release/FFFTP.exe and b/Release/FFFTP.exe differ
index 88b58b7..f752045 100644 (file)
@@ -705,7 +705,7 @@ BOOL AttachSSL(SOCKET s, SOCKET parent, BOOL* pbAborted, BOOL bStrengthen)
                                        {\r
                                                if(bStrengthen)\r
                                                {\r
-                                                       p_SSL_ctrl(*ppSSL, SSL_CTRL_OPTIONS, SSL_OP_NO_SSLv2, NULL);\r
+                                                       p_SSL_ctrl(*ppSSL, SSL_CTRL_OPTIONS, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3, NULL);\r
                                                        p_SSL_set_cipher_list(*ppSSL, "HIGH");\r
                                                }\r
                                        }\r