mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-25 09:35:19 +00:00
6 lines
229 B
Plaintext
6 lines
229 B
Plaintext
|
Bugfix
|
||
|
* Fix the handling of renegotiation attempts in TLS 1.3. They are now
|
||
|
systematically rejected.
|
||
|
* Fix an unused-variable warning in TLS 1.3-only builds if
|
||
|
MBEDTLS_SSL_RENEGOTIATION was enabled. Fixes #6200.
|