1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-10-12 18:44:56 +03:00

Merge pull request #5776 from mprse/mixed_psk_log

Add change log entry for mixed-psk
This commit is contained in:
Gilles Peskine
2022-04-28 18:14:41 +02:00
committed by GitHub

View File

@@ -0,0 +1,4 @@
Features
* Extend the existing PSA_ALG_TLS12_PSK_TO_MS() algorithm to support
mixed-psk. Add an optional input PSA_KEY_DERIVATION_INPUT_OTHER_SECRET
holding the other secret.