]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Documentation for RNDR and RNDRRS
authorOrr Toledano <otoledan@amazon.com>
Thu, 20 May 2021 22:13:30 +0000 (22:13 +0000)
committerTomas Mraz <tomas@openssl.org>
Thu, 16 Dec 2021 11:38:09 +0000 (12:38 +0100)
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15361)

CHANGES.md
INSTALL.md

index 16e2c341bdc6fec056735c0cb81421258d6968d9..7ddc41a0e73804391015ef3edf8b6718de6f1e84 100644 (file)
@@ -24,6 +24,11 @@ OpenSSL 3.1
 
 ### Changes between 3.0 and 3.1 [xx XXX xxxx]
 
+ * RNDR and RNDRRS support in provider functions to provide
+   random number generation for Arm CPUs (aarch64).
+
+   *Orr Toledano*
+
  * s_client and s_server apps now explicitly say when the TLS version
    does not include the renegotiation mechanism. This avoids confusion
    between that scenario versus when the TLS version includes secure
index 70eb8da1ed4df4e8605306306cf32f7ca9bcde78..40ca7090b5d90d3247ad2468003dbff3fe32ed0b 100644 (file)
@@ -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