mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-04 02:52:38 -04:00
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.
|