blob: 1aea653e09b398cacbb32a86872136e4086fcad0 [file] [log] [blame]
Max Fillinger9073e042024-09-20 17:57:52 +02001Features
Max Fillingerb84cb4b2024-07-25 16:16:02 +02002 * Add the function mbedtls_ssl_export_keying_material() which allows the
3 client and server to extract additional shared symmetric keys from an SSL
4 session, according to the TLS-Exporter specification in RFC 8446 and 5705.
Max Fillingera5b63c52024-10-28 14:46:46 +01005 This requires MBEDTLS_SSL_KEYING_MATERIAL_EXPORT to be defined in
6 mbedtls_config.h.