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:25:21 +0000 (11:25 +0100)
commit8b9896eb293a0861f0b8c191b7a278f176b729e6
treebb47ef624820f021a42255cd220a45a18f75edf3
parent132b5facf8d681db5dfa45828d8b02f1bf5df64b
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)
CHANGES
crypto/rand/rand_vms.c