vault/changelog/_12119.txt
Vault Automation a728a665e1
Random API improvements (#12119) (#12143)
* In the random APIs, add a 'prng' param that causes a DRBG seeded from the selected source(s) to be the source of the returned bytes

* fixes, unit test next

* unit tests

* changelog

* memory ramifications

* switch to using a string called drbg

* Update helper/random/random_api.go



* wrong changelog

---------

Co-authored-by: Scott Miller <smiller@hashicorp.com>
Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
2026-02-03 20:02:48 +00:00

6 lines
No EOL
284 B
Text

```release-note:improvement
secrets/transit, core: Boost the limit of random bytes retrievable via random byte
APIs. And add the option to get PRNG random bytes seeded by random sources.
Note that requests for large numbers of bytes will increase Vault memory
usage accordingly.
```