Minos Galanakis | 9314555 | 2025-09-09 18:54:52 +0100 | [diff] [blame] | 1 | Features |
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. |