mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-10 00:43:36 +00:00
6 lines
244 B
Plaintext
6 lines
244 B
Plaintext
|
Bugfix
|
||
|
* Fix ECDSA verification, where it was failing to validate the public key
|
||
|
for signatures where R == 1 and S == 1. This bug meant that it was
|
||
|
possible to verify such signatures with an invalid public key, in some
|
||
|
cases.
|