SSL services: Difference between revisions
Line 394: | Line 394: | ||
= SslVersion = | = SslVersion = | ||
This is "nn::ssl::sf::SslVersion" or "nn::ssl::Context::SslVersion". | 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. | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
! | ! Bit | ||
! Description | ! Description | ||
|- | |- | ||
| | | 0 || Auto | ||
|- | |- | ||
| | | 3 || TlsV10 | ||
|- | |- | ||
| | | 4 || TlsV11 | ||
|- | |- | ||
| | | 5 || TlsV12 | ||
|} | |} | ||