-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9507 from ronald-cron-arm/disable-new-session-tic…
…kets 3.6: Disable new session tickets at runtime
- Loading branch information
Showing
9 changed files
with
219 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Bugfix | ||
* Fix TLS connection failure 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_tls13_enable_signal_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_tls13_enable_signal_new_session_tickets() API. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.