blob: 989018b4007a019d5416c531889faa462ebac96b [file] [log] [blame]
Ronald Cron4d314962023-03-14 16:46:22 +01001Features
2 * Add support for server-side TLS version negotiation. If both TLS 1.2 and
3 TLS 1.3 protocols are enabled, the TLS server now selects TLS 1.2 or
4 TLS 1.3 depending on the capabilities and preferences of TLS clients.
5 Fixes #6867.