]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - CHANGES.md
deprecate EC_POINTs_mul function
[thirdparty/openssl.git] / CHANGES.md
index 589cc5537e27e7eba1a3aa481d78483b88ae6830..bc4f524186364c4fcf8ce68179b298dbb5fd0a5d 100644 (file)
@@ -23,6 +23,11 @@ OpenSSL 3.0
 
 ### Changes between 1.1.1 and 3.0 [xx XXX xxxx]
 
+ * Deprecated EC_POINTs_mul(). This function is not widely used and applications
+   should instead use the L<EC_POINT_mul(3)> function.
+
+   *Billy Bob Brumley*
+
  * Removed FIPS_mode() and FIPS_mode_set(). These functions are legacy API's
    that are not applicable to the new provider model. Applications should
    instead use EVP_default_properties_is_fips_enabled() and