Handle encryption with private key and decryption with public key as per RFC 2313
(cherry picked from commit e6ee41f932f71e86b2d33a9ed12ba4e3d172b1ca)
diff --git a/ChangeLog b/ChangeLog
index 453ee25..c86e441 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,8 @@
      Pégourié-Gonnard)
    * Added max length check for rsa_pkcs1_sign with PKCS#1 v2.1
    * Memory leak when using RSA_PKCS_V21 operations fixed
+   * Handle encryption with private key and decryption with public key as per
+     RFC 2313
 
 Security
    * Fixed potential memory zeroization on miscrafted RSA key (found by Eloi