mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-03 20:54:00 +00:00
92f387777d
* development: (66 commits) Document the return type change in the migration guide Fix return type of example key export callbacks Add change log psa: mac: Add driver dispatch tests for psa_mac_verify psa: mac: Add driver delegation support for psa_mac_verify() psa: mac: Introduce psa_mac_compute_internal psa: mac: Add driver dispatch tests for psa_mac_compute psa: mac: Improve MAC finalization code psa: mac: Add driver delegation support for psa_mac_compute() psa: mac: Add MAC compute builtin implementation psa: mac: Improve implementation of psa_mac_finalize_alg_and_key_validation() psa: mac: Split psa_mac_setup() psa: mac: Re-organize psa_mac_setup() internal function Move export callback and context to the end of SSL context Improve ChangeLog wording for key export Remove return value from key export callback Make key export callback and context connection-specific Remove all occurrences of TLS < 1.2 PRF identifier Remote key export identifier used for TLS < 1.2. Add missing documentation for key export callback parameters ...