TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
351e6885f55fd6354b57b51a5dbaadf3231aa7c8
/
.
/
ChangeLog.d
/
ecdsa-verify-fixes.txt
blob: b41b0461abb48760ba66ed70748baac0d011c0cd [
file
] [
log
] [
blame
]
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.