mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
Improve ChangeLog wording for key export
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
e0dad720ee
commit
1e1c23d768
@ -1,13 +1,10 @@
|
|||||||
API changes
|
API changes
|
||||||
* mbedtls_ssl_conf_export_keys_ext_cb() and
|
* mbedtls_ssl_conf_export_keys_ext_cb() and
|
||||||
mbedtls_ssl_conf_export_keys_cb() have been removed
|
mbedtls_ssl_conf_export_keys_cb() have been removed and
|
||||||
and replaced by a new API
|
replaced by a new API mbedtls_ssl_set_export_keys_cb().
|
||||||
mbedtls_ssl_set_export_keys_cb().
|
Raw keys and IVs are no longer passed to the callback.
|
||||||
* The signature of key export callbacks configured via
|
Further, callbacks now receive an additional parameter
|
||||||
mbedtls_ssl_set_export_keys_cb() is different from that
|
indicating the type of secret that's being exported,
|
||||||
of the previous mbedtls_ssl_conf_export_keys_cb(): First,
|
paving the way for the larger number of secrets
|
||||||
raw keys and IVs are no longer exported. Further, callbacks
|
in TLS 1.3. Finally, the key export callback and
|
||||||
now receive an additional parameter indicating the type
|
context are now connection-specific.
|
||||||
of secret that's being exported, paving the way for the
|
|
||||||
larger number of secrets in TLS 1.3. Finally, the key export
|
|
||||||
callback and context are now connection-specific.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user