blob: 2fc01a4c529d88ff8206bb9370ebf1241f1fe44b [file] [log] [blame]
Hanno Becker5a234e82021-05-24 11:15:29 +01001API changes
Hanno Becker7e6c1782021-06-08 09:24:55 +01002 * mbedtls_ssl_conf_export_keys_ext_cb() and
Hanno Becker1e1c23d2021-06-11 15:40:16 +01003 mbedtls_ssl_conf_export_keys_cb() have been removed and
4 replaced by a new API mbedtls_ssl_set_export_keys_cb().
5 Raw keys and IVs are no longer passed to the callback.
6 Further, callbacks now receive an additional parameter
7 indicating the type of secret that's being exported,
8 paving the way for the larger number of secrets
9 in TLS 1.3. Finally, the key export callback and
10 context are now connection-specific.