mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 11:11:08 +01:00
This commit restores all changelog entries between the mbedtls-3.6.0 tag and the mbedtls-4.0.0-beta tag. git diff ce4683e..09dc57d --name-status -- ChangeLog.d Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
7 lines
338 B
Plaintext
7 lines
338 B
Plaintext
Features
|
|
* Add the function mbedtls_ssl_export_keying_material() which allows the
|
|
client and server to extract additional shared symmetric keys from an SSL
|
|
session, according to the TLS-Exporter specification in RFC 8446 and 5705.
|
|
This requires MBEDTLS_SSL_KEYING_MATERIAL_EXPORT to be defined in
|
|
mbedtls_config.h.
|