diff options
author | Orr Toledano <otoledan@amazon.com> | 2021-05-21 00:13:30 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2021-12-16 12:38:09 +0100 |
commit | e8b597f33143410fb50bdeba8722c249524bc0b9 (patch) | |
tree | aa745cb17ef5aea6add828cb5f44618378c9d92e /INSTALL.md | |
parent | Add tests for RNDR and combine tests with RDRAND (diff) | |
download | openssl-e8b597f33143410fb50bdeba8722c249524bc0b9.tar.xz openssl-e8b597f33143410fb50bdeba8722c249524bc0b9.zip |
Documentation for RNDR and RNDRRS
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15361)
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 70eb8da1ed..40ca7090b5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -446,7 +446,8 @@ This source is ignored by the FIPS provider. ### rdcpu -Use the `RDSEED` or `RDRAND` command if provided by the CPU. +Use the `RDSEED` or `RDRAND` command on x86 or `RNDRRS` command on aarch64 +if provided by the CPU. ### librandom |