mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-09 19:14:02 +00:00
Add change logs
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
97dc5832c5
commit
31b40b3600
13
ChangeLog.d/disable-new-session-tickets.txt
Normal file
13
ChangeLog.d/disable-new-session-tickets.txt
Normal file
@ -0,0 +1,13 @@
|
||||
Bugfix
|
||||
* Fix TLS connection abortion in applications using an Mbed TLS client in
|
||||
the default configuration connecting to a TLS 1.3 server sending tickets.
|
||||
See the documentation of mbedtls_ssl_conf_enable_new_session_tickets()
|
||||
for more information.
|
||||
Fixes #8749.
|
||||
|
||||
Changes
|
||||
* By default, the handling of TLS 1.3 tickets by the Mbed TLS client is now
|
||||
disabled at runtime. Applications that were using TLS 1.3 tickets
|
||||
signalled by MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET return values now
|
||||
need to enable the handling of TLS 1.3 tickets through the new
|
||||
mbedtls_ssl_conf_enable_new_session_tickets() API.
|
Loading…
x
Reference in New Issue
Block a user