open-vault/changelog/10653.txt
Hridoy Roy f6bdda8c9c
add variable entropy readers to cert gen helpers [VAULT-1179] (#10653)
* move entropy augmentation in cert gen to oss

* changelog

* go mod vendor

* updated helpers to allow custom entropy

* comments

* comments
2021-01-08 09:48:27 -08:00

3 lines
121 B
Plaintext

```release-note:feature
sdk: Private key generation in the certutil package now allows custom io.Readers to be used.
```