By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
This is "nn::ssl::sf::SslVersion" or "nn::ssl::Context::SslVersion". 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=1.0/max=1.2.
+
This is "nn::ssl::sf::SslVersion" or "nn::ssl::Context::SslVersion".
−
Auto/bit24 uses min=TlsV10 max=TlsV12.
+
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).
−
[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 both Auto bits only use TLS 1.2 for the maximum.
+
Auto uses min=TlsV10 max=TlsV12. ApiVersion is 1.
+
+
[12.0.0+] Auto now uses min=TlsV10 max=TlsV13. ApiVersion is now 2.
+
+
[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.