From a39690e7bff699a60f6c7c839df80d773d40f7e4 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Sat, 2 Jan 2016 00:49:12 +0000 Subject: [PATCH] Correction to ChangeLog Corrected function name for rsa_rsassa_pkcs1_v15_sign() --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 20af9bc42..25b0ed4e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,7 +13,7 @@ Bugfix * Fix bug in certificate validation that caused valid chains to be rejected when the first intermediate certificate has pathLenConstraint=0. Found by 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 Changes