X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=8b70fa3dc4123c91e8c981313b51959da868f35c;hb=9a131ad7477f85d40ee96853e60d0de86f5f4e09;hp=4c70b930c07c127144948aab9b63614f7b8ea555;hpb=68756b12f55cb23536d531695619ad4a567916ab;p=openssl.git diff --git a/CHANGES b/CHANGES index 4c70b930c0..8b70fa3dc4 100644 --- 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]