commit | 2abed842258aa714eb043cb717a75c10d1036cb2 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Apr 08 12:40:15 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Apr 09 15:50:00 2014 +0200 |
tree | eb392934362e3079d0a109cd5980bd7a8d4b4e80 | |
parent | 35e95ddca469ca6c212b05b42df1527693eec7d7 [diff] [blame] |
Specific return code for PK sig length mismatch
diff --git a/ChangeLog b/ChangeLog index 7df0e7c..23e59dc 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -10,6 +10,8 @@ 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.