Mbed-TLS / mbedtls

An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases.
https://www.trustedfirmware.org/projects/mbed-tls/
Other
5.04k stars 2.51k forks source link

Move the PAKE hash algorithm parameter into the alg id #9321

Open yanesca opened 2 days ago

yanesca commented 2 days ago

Suggested enhancement

Move the PAKE hash algorithm parameter into the alg id, in particular:

Justification

Mbed TLS needs this because the PSA Crypto API now has finalised the PAKE interface and we need to make this change to be compliant and to enable implementing new algorithms (like SPAKE2+).