VMS: Added new method to gather entropy on VMS, based on SYS$GET_ENTROPY.
authorRichard Levitte <levitte@openssl.org>
Tue, 14 May 2019 00:15:14 +0000 (17:15 -0700)
committerRichard Levitte <levitte@openssl.org>
Sat, 2 Nov 2019 10:28:57 +0000 (11:28 +0100)
commit0a71b62107e7175d9bbecf9458bbc0bcbf05d148
tree45e603139f8b718ecaee35f97bf28682c9ba39b6
parentc4ab488399186925c8aaa3678eb1b9c79db656e3
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)

(cherry picked from commit 8b9896eb293a0861f0b8c191b7a278f176b729e6)
CHANGES
crypto/rand/rand_vms.c