Hanno Becker | 5a234e8 | 2021-05-24 11:15:29 +0100 | [diff] [blame] | 1 | API changes |
Hanno Becker | 7e6c178 | 2021-06-08 09:24:55 +0100 | [diff] [blame] | 2 | * mbedtls_ssl_conf_export_keys_ext_cb() and |
Hanno Becker | 1e1c23d | 2021-06-11 15:40:16 +0100 | [diff] [blame] | 3 | 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. |