Skip to content

Commit

Permalink
changes: add note about the new provider random hook
Browse files Browse the repository at this point in the history
Reviewed-by: Tim Hudson <[email protected]>
Reviewed-by: Shane Lontis <[email protected]>
(Merged from openssl#24498)
  • Loading branch information
paulidale committed Feb 4, 2025
1 parent b6a6eb6 commit d466672
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ OpenSSL 3.5

### Changes between 3.4 and 3.5 [xx XXX xxxx]

* A new random generation API has been introduced which modifies all
of the L<RAND_bytes(3)> family of calls so they are routed through a
specific named provider instead of being resolved via the normal DRBG
chaining. In a future OpenSSL release, this will obsolete RAND_METHOD.

*Dr Paul Dale*

* New inline functions were added to support loads and stores of unsigned
16-bit, 32-bit and 64-bit integers in either little-endian or big-endian
form, regardless of the host byte-order. See the `OPENSSL_load_u16_le(3)`
Expand Down

0 comments on commit d466672

Please sign in to comment.