mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 22:15:43 +01:00
3fa684ed91
PSA Crypto was checking the byte length of a to-be-imported public ECP key against the expected length for Weierstrass keys, forgetting that Curve25519/Curve448 exists. Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
4 lines
157 B
Plaintext
4 lines
157 B
Plaintext
Bugfix
|
|
* PSA key import will now correctly import a Curve25519/Curve448 public key
|
|
instead of erroring out. Contributed by Steven Cooreman in #3492.
|