Added max length check for rsa_pkcs1_sign with PKCS#1 v2.1
(cherry picked from commit 9daf0d0651d6346f6f21b6bce9797c626c88f24f)
diff --git a/ChangeLog b/ChangeLog
index e562139..cd4e206 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,7 @@
      Pégourié-Gonnard)
    * Allow R and A to point to same mpi in mpi_div_mpi (found by Manuel
      Pégourié-Gonnard)
+   * Added max length check for rsa_pkcs1_sign with PKCS#1 v2.1
 
 Security
    * Fixed potential memory zeroization on miscrafted RSA key (found by Eloi