1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-10 05:03:02 +03:00

Fix TLS exporter changelog entry

Signed-off-by: Max Fillinger <max@max-fillinger.net>
This commit is contained in:
Max Fillinger
2024-09-20 17:57:52 +02:00
committed by Max Fillinger
parent f95bfda1f9
commit 15f9f5e562

View File

@@ -1,4 +1,4 @@
Features: Features
* Add the function mbedtls_ssl_export_keying_material() which allows the * Add the function mbedtls_ssl_export_keying_material() which allows the
client and server to extract additional shared symmetric keys from an SSL client and server to extract additional shared symmetric keys from an SSL
session, according to the TLS-Exporter specification in RFC 8446 and 5705. session, according to the TLS-Exporter specification in RFC 8446 and 5705.