File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments