Gilles Peskine | cc29bfd | 2022-08-12 23:12:35 +0200 | [diff] [blame] | 1 | Bugfix |
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. |