Max Fillinger | 9073e04 | 2024-09-20 17:57:52 +0200 | [diff] [blame] | 1 | Features |
Max Fillinger | b84cb4b | 2024-07-25 16:16:02 +0200 | [diff] [blame] | 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. | ||||
Max Fillinger | a5b63c5 | 2024-10-28 14:46:46 +0100 | [diff] [blame] | 5 | This requires MBEDTLS_SSL_KEYING_MATERIAL_EXPORT to be defined in |
6 | mbedtls_config.h. |