From 9e90df58c01700612f7100f86fd92a36e81284e3 Mon Sep 17 00:00:00 2001 From: Jarno Lamsa Date: Fri, 23 Aug 2019 09:08:31 +0300 Subject: [PATCH] Add changelog entry to record checking Add changelog entry to record checking. The record checking feature is used with Connection ID and SSL context serialisation. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 31273cded..a0eee53bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,6 +35,11 @@ Features mbedtls_ssl_session_load() to allow serializing a session, for example to store it in non-volatile storage, and later using it for TLS session resumption. + * Add a new API function mbedtls_ssl_check_record() to allow checking that + an incoming record is valid, authentic and has not been seen before. This + feature can be used alongside Connection ID and SSL context serialisation. + The feature is enabled at compile-time by MBEDTLS_SSL_RECORD_CHECKING + option. API Changes * Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,