mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-06-05 21:15:09 +00:00
4c54ebd97d
Addresses https://github.com/Mbed-TLS/mbedtls-framework/issues/264 but perhaps not in the best way. Keep an exception for PAKE, for which we already have algorithm support (`PSA_ALG_JPAKE`) but no `pake_fail` function. https://github.com/Mbed-TLS/mbedtls-framework/issues/263 Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>