mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-02-22 15:45:23 +01:00
Add ChangeLog entry
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
d5c9cc7c90
commit
5a234e8718
8
ChangeLog.d/key-export.txt
Normal file
8
ChangeLog.d/key-export.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
API changes
|
||||
* mbedtls_ssl_conf_export_keys_ext_cb() has been removed.
|
||||
* The signature of key export callbacks configured via
|
||||
mbedtls_ssl_conf_export_keys_cb() has changed, and raw
|
||||
keys and IVs are no longer exported. Further, callbacks
|
||||
now receive an additional parameter indicating the type
|
||||
of secret that's being exported, paving the way for the
|
||||
larger number of secrets in TLS 1.3.
|
||||
Loading…
Reference in a new issue