mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-23 16:20:49 +00:00
Improve changelog for ECDSA verify fix
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
683850b416
commit
5d13e5e568
@ -1,5 +1,5 @@
|
||||
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.
|
||||
* 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 in #4420.
|
||||
|
Loading…
x
Reference in New Issue
Block a user