commit | 527a2eb8c4c9112d0b2318a4f87baa0b230e958e | [log] [tgz] |
---|---|---|
author | Ronald Cron <ronald.cron@arm.com> | Thu Apr 04 14:49:09 2024 +0200 |
committer | Ronald Cron <ronald.cron@arm.com> | Fri Apr 05 08:45:09 2024 +0200 |
tree | 52b7cb862fd1c273bf92eef7679269fdd84850df | |
parent | 233fcaadbfc1357a7f647c446c9f5cae35a4b796 [diff] |
Add change log Signed-off-by: Ronald Cron <ronald.cron@arm.com>
diff --git a/ChangeLog.d/tls13-without-tickets.txt b/ChangeLog.d/tls13-without-tickets.txt new file mode 100644 index 0000000..8ceef21 --- /dev/null +++ b/ChangeLog.d/tls13-without-tickets.txt
@@ -0,0 +1,3 @@ +Bugfix + * Fix TLS 1.3 client build and runtime when support for session tickets is + disabled (MBEDTLS_SSL_SESSION_TICKETS configuration option). Fixes #6395.