mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Merge pull request #4707 from gilles-peskine-arm/require-matching-hashlen-rsa-implementation
Require matching hashlen in RSA functions: implementation
This commit is contained in:
5
ChangeLog.d/require-matching-hashlen-rsa.txt
Normal file
5
ChangeLog.d/require-matching-hashlen-rsa.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
API changes
|
||||
* Signature functions in the RSA and PK modules now require the hash
|
||||
length parameter to be the size of the hash input. For RSA signatures
|
||||
other than raw PKCS#1 v1.5, this must match the output size of the
|
||||
specified hash algorithm.
|
Reference in New Issue
Block a user