blob: f463de1af2e283ff84a36a332ae0cec3387e297e [file] [log] [blame]
Gilles Peskinecc29bfd2022-08-12 23:12:35 +02001Bugfix
2 * Fix the handling of renegotiation attempts in TLS 1.3. They are now
3 systematically rejected.
4 * Fix an unused-variable warning in TLS 1.3-only builds if
5 MBEDTLS_SSL_RENEGOTIATION was enabled. Fixes #6200.