mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-09 07:59:22 +01:00
Specific return code for PK sig length mismatch
This commit is contained in:
parent
35e95ddca4
commit
2abed84225
5 changed files with 28 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue