Specific return code for PK sig length mismatch

This commit is contained in:
Manuel Pégourié-Gonnard 2014-04-08 12:40:15 +02:00 committed by Paul Bakker
parent 35e95ddca4
commit 2abed84225
5 changed files with 28 additions and 6 deletions

View file

@ -10,6 +10,8 @@ Features
Changes
* x509_crt_info() now prints information about parsed extensions as well
* pk_verify() now returns a specific error code when the signature is valid
but shorter than the supplied length.
Security
* Avoid potential timing leak in ecdsa_sign() by blinding modular division.