blob: 1aea653e09b398cacbb32a86872136e4086fcad0 [file] [log] [blame]
Minos Galanakis93145552025-09-09 18:54:52 +01001Features
2 * 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.
5 This requires MBEDTLS_SSL_KEYING_MATERIAL_EXPORT to be defined in
6 mbedtls_config.h.