When asked if an ECX key has parameters we should answer "true"
[openssl.git] / CHANGES.md
index 7a8896bf3141d210acc90ec993866c6f17b83d3e..39088d1bc754ddd2a80c1f3eca5542ac1b6a2782 100644 (file)
@@ -21,7 +21,22 @@ OpenSSL Releases
 OpenSSL 3.0
 -----------
 
-### Changes between 1.1.1 and 3.0 alpha 3 [4 Jun 2020]
+### Changes between 1.1.1 and 3.0 [xx XXX xxxx]
+
+ * Dropped interactive mode from the 'openssl' program.  From now on,
+   the `openssl` command without arguments is equivalent to `openssl
+   help`.
+
+   *Richard Levitte*
+
+ * Renamed EVP_PKEY_cmp() to EVP_PKEY_eq() and
+   EVP_PKEY_cmp_parameters() to EVP_PKEY_parameters_eq().
+   While the old function names have been retained for backward compatibility
+   they should not be used in new developments
+   because their return values are confusing: Unlike other `_cmp()` functions
+   they do not return 0 in case their arguments are equal.
+
+   *David von Oheimb*
 
  * Deprecated EC_METHOD_get_field_type(). Applications should switch to
    EC_GROUP_get_field_type().