Changes

Jump to navigation Jump to search
7 bytes removed ,  18:31, 8 June 2021
Line 416: Line 416:  
This is a bitmask which controls the min/max TLS versions to use, depending on which lowest/highest bits are set (if Auto isn't set).
 
This is a bitmask which controls the min/max TLS versions to use, depending on which lowest/highest bits are set (if Auto isn't set).
   −
Auto uses min=TlsV10 max=TlsV12. ApiVersion is 1.
+
Auto uses min=TlsV10 max=TlsV12.
   −
[12.0.0+] Auto now uses min=TlsV10 max=TlsV13. ApiVersion is now 2.
+
[12.0.0+] Auto now uses min=TlsV10 max=((ApiVersion <= 1) ? TlsV12 : TlsV13).
    
[12.0.3+] TLS 1.3 is no longer used. The TlsV13 bit is now handled the same as TlsV12 (uses TLS 1.2), and Auto only uses TLS 1.2 for the maximum.
 
[12.0.3+] TLS 1.3 is no longer used. The TlsV13 bit is now handled the same as TlsV12 (uses TLS 1.2), and Auto only uses TLS 1.2 for the maximum.

Navigation menu