mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-30 20:07:01 +00:00
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.
This commit is contained in:
parent
b7b486cfd1
commit
9e90df58c0
|
@ -35,6 +35,11 @@ Features
|
||||||
mbedtls_ssl_session_load() to allow serializing a session, for example to
|
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
|
store it in non-volatile storage, and later using it for TLS session
|
||||||
resumption.
|
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
|
API Changes
|
||||||
* Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,
|
* Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,
|
||||||
|
|
Loading…
Reference in a new issue