mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
ce48c92c6c
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
6 lines
256 B
Plaintext
6 lines
256 B
Plaintext
Bugfix
|
|
* Fix ECDSA verification, where it was not always validating the
|
|
public key. This bug meant that it was possible to verify a
|
|
signature with an invalid public key, in some cases. Reported by
|
|
Guido Vranken using Cryptofuzz in #4420.
|