Browse Source

Enabling TLS 1.3 by default

Source commit: 8ade01bbe5034474f61e60b30b784196376c56bc
Martin Prikryl 5 years ago
parent
commit
033b64b465
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/core/SessionData.cpp

+ 1 - 1
source/core/SessionData.cpp

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