mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-26 21:35:35 +00:00
9dbbc297a3
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
6 lines
262 B
Plaintext
6 lines
262 B
Plaintext
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.
|