]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add support for RNDRRS Provider
authorOrr Toledano <otoledan@amazon.com>
Thu, 6 May 2021 21:32:49 +0000 (21:32 +0000)
committerTomas Mraz <tomas@openssl.org>
Thu, 16 Dec 2021 11:38:09 +0000 (12:38 +0100)
commiteb28fda79748c303d88a8af48de5187100f2c64c
tree17d698b50c8bd724fc27c80c1684a1b0296adcb2
parentefa1f22483ee43d84e1aee01b08c0bda04060c1c
Add support for RNDRRS Provider

Create new provider for RNDRRS. Modify support for rand_cpu to default to
RDRAND/RDSEED on x86 and RNDRRS on aarch64.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15361)
crypto/info.c
providers/implementations/rands/seeding/build.info
providers/implementations/rands/seeding/rand_cpu_arm64.c [new file with mode: 0644]