浏览代码

Bug 1835: Disable TLS 1.3 by default until it is better tested

https://winscp.net/tracker/1835

Source commit: b13e57c51fb80a001553f18f181fbb6c0062ddb5
Martin Prikryl 5 年之前
父节点
当前提交
4b8e734d1e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/core/SessionData.cpp

+ 1 - 1
source/core/SessionData.cpp

@@ -265,7 +265,7 @@ void __fastcall TSessionData::DefaultSettings()
   FtpTransferActiveImmediately = asAuto;
   Ftps = ftpsNone;
   MinTlsVersion = tls10;
-  MaxTlsVersion = tls13;
+  MaxTlsVersion = tls12;
   FtpListAll = asAuto;
   FtpHost = asAuto;
   FtpDeleteFromCwd = asAuto;