mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-19 11:08:00 +00:00
Correction to ChangeLog
Corrected function name for rsa_rsassa_pkcs1_v15_sign()
This commit is contained in:
parent
14400c8fb0
commit
a39690e7bf
|
@ -13,7 +13,7 @@ Bugfix
|
||||||
* Fix bug in certificate validation that caused valid chains to be rejected
|
* Fix bug in certificate validation that caused valid chains to be rejected
|
||||||
when the first intermediate certificate has pathLenConstraint=0. Found by
|
when the first intermediate certificate has pathLenConstraint=0. Found by
|
||||||
Nicholas Wilson. Introduced in mbed TLS 1.3.15. #280
|
Nicholas Wilson. Introduced in mbed TLS 1.3.15. #280
|
||||||
* Removed potential leak in mbedtls_rsa_rsassa_pkcs1_v15_sign(), found by
|
* Removed potential leak in rsa_rsassa_pkcs1_v15_sign(), found by
|
||||||
JayaraghavendranK. #372
|
JayaraghavendranK. #372
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
Loading…
Reference in a new issue