Yanray Wang | 631e6bd | 2023-12-05 15:34:49 +0800 | [diff] [blame^] | 1 | Bugfix |
2 | * Add missing check for `min_tls_version` in TLS 1.3 server-side. | ||||
3 | Without this, TLS 1.3 server may downgrade protocol to a TLS version | ||||
4 | below its supported minimum TLS version. Fixes #8593. |