1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-10-28 23:14:56 +03:00

Merge pull request #7282 from gilles-peskine-arm/changelog-6567-psa_key_derivation_abort-no-other_secret

Add changelog entry for a bug in non-PAKE code fixed during PAKE work
This commit is contained in:
Dave Rodgman
2023-03-15 09:27:33 +00:00
committed by GitHub

View File

@@ -0,0 +1,3 @@
Bugfix
* Fix a compilation error when PSA Crypto is built with support for
TLS12_PRF but not TLS12_PSK_TO_MS. Reported by joerchan in #7125.