Change RC5_32_set_key to return an int type
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 4c70b930c07c127144948aab9b63614f7b8ea555..8b70fa3dc4123c91e8c981313b51959da868f35c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,12 @@
 
  Changes between 1.1.1 and 3.0.0 [xx XXX xxxx]
 
+  *) RC5_32_set_key has been changed to return an int type, with 0 indicating
+     an error and 1 indicating success. In previous versions of OpenSSL this
+     was a void type. If a key was set longer than the maximum possible this
+     would crash.
+     [Matt Caswell]
+
   *) Support SM2 signing and verification schemes with X509 certificate.
      [Paul Yang]