Browse Source

Enabling TLS 1.3 by default

Source commit: 8ade01bbe5034474f61e60b30b784196376c56bc
Martin Prikryl 5 năm trước cách đây
mục cha
commit
033b64b465
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = tls12;
+  MaxTlsVersion = tls13;
   FtpListAll = asAuto;
   FtpHost = asAuto;
   FtpDeleteFromCwd = asAuto;