Skip to content

Commit e8b597f

Browse files
otoledant8m
authored andcommitted
Documentation for RNDR and RNDRRS
Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> (Merged from #15361)
1 parent 1f8ce0c commit e8b597f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ OpenSSL 3.1
2424

2525
### Changes between 3.0 and 3.1 [xx XXX xxxx]
2626

27+
* RNDR and RNDRRS support in provider functions to provide
28+
random number generation for Arm CPUs (aarch64).
29+
30+
*Orr Toledano*
31+
2732
* s_client and s_server apps now explicitly say when the TLS version
2833
does not include the renegotiation mechanism. This avoids confusion
2934
between that scenario versus when the TLS version includes secure

INSTALL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,8 @@ This source is ignored by the FIPS provider.
446446

447447
### rdcpu
448448

449-
Use the `RDSEED` or `RDRAND` command if provided by the CPU.
449+
Use the `RDSEED` or `RDRAND` command on x86 or `RNDRRS` command on aarch64
450+
if provided by the CPU.
450451

451452
### librandom
452453

0 commit comments

Comments
 (0)