]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
changes: note the deprecation of RAND_METHOD APIs
authorPauli <ppzgs1@gmail.com>
Sat, 20 Feb 2021 02:48:33 +0000 (12:48 +1000)
committerPauli <ppzgs1@gmail.com>
Tue, 23 Feb 2021 13:24:41 +0000 (23:24 +1000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13652)

CHANGES.md

index e45cb3a1fd1964f0103436480679f5ad99f2b345..0e9f27824c2bfe6cdd1a3f93478e8224b1bdc8d7 100644 (file)
@@ -23,6 +23,13 @@ OpenSSL 3.0
 
 ### Changes between 1.1.1 and 3.0 [xx XXX xxxx]
 
+* The RAND_METHOD APIs have been deprecated.  The functions deprecated are:
+   RAND_OpenSSL(), RAND_get_rand_method(), RAND_set_rand_engine() and
+   RAND_set_rand_method().  Provider based random number generators should
+   be used instead via EVP_RAND(3).
+
+   *Paul Dale*
+
 * The SRP APIs have been deprecated. The old APIs do not work via providers,
    and there is no EVP interface to them. Unfortunately there is no replacement
    for these APIs at this time.