From c4d3ef472162081c79302fad615f08d92f54ca40 Mon Sep 17 00:00:00 2001 From: Ron Eldor Date: Tue, 7 May 2019 18:35:49 +0300 Subject: [PATCH] Add ChangeLog entry Add ChangeLog entry describing the new key export feature. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 58ff14734..e205835bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -61,6 +61,8 @@ Features * Add MBEDTLS_REMOVE_3DES_CIPHERSUITES to allow removing 3DES ciphersuites from the default list (enabled by default). See https://sweet32.info/SWEET32_CCS16.pdf. + * Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes, + and the used tls-prf. API Changes * Add a new X.509 API call `mbedtls_x509_parse_der_nocopy()`.