blob: b05ad7c542207a237afbda00420f36a3f2c2f598 [file] [log] [blame]
Yanray Wang631e6bd2023-12-05 15:34:49 +08001Bugfix
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.