Changelog

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
Dave Rodgman 2023-03-17 10:30:45 +00:00 committed by Yanray Wang
parent d41684e8bc
commit 8a7ed6951d

View File

@ -0,0 +1,4 @@
Features
* Add functions mbedtls_rsa_get_padding_mode() and mbedtls_rsa_get_md_alg() to read
non-public fields for padding mode and hash id from an mbedtls_rsa_context, as
requested in #6917.