summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-05-13 17:15:14 -0700
committerRichard Levitte <levitte@openssl.org>2019-11-02 11:25:21 +0100
commit8b9896eb293a0861f0b8c191b7a278f176b729e6 (patch)
treebb47ef624820f021a42255cd220a45a18f75edf3 /CHANGES
parent132b5facf8d681db5dfa45828d8b02f1bf5df64b (diff)
downloadopenssl-new-8b9896eb293a0861f0b8c191b7a278f176b729e6.tar.gz
VMS: Added new method to gather entropy on VMS, based on SYS$GET_ENTROPY.
This system services is based on FreeBSD 12's getentropy(), and is therefore treated the same way as getentropy() with regards to amount of entropy bits per data bit. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8926)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 20e170c493..be4325e8bd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,10 @@
Changes between 1.1.1 and 3.0.0 [xx XXX xxxx]
+ *) Added a new method to gather entropy on VMS, based on SYS$GET_ENTROPY.
+ The presence of this system service is determined at run-time.
+ [Richard Levitte]
+
*) Added functionality to create an EVP_PKEY context based on data
for methods from providers. This takes an algorithm name and a
property query string and simply stores them, with the intent