Update RAND_DRBG.pod
Fixed a minor typo while reading the documentation. I agree that this contribution is trivial can be freely used. CLA: trivial Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> Reviewed-by: Kurt Roeckx <kurt@roeckx.be> (Merged from https://github.com/openssl/openssl/pull/7221)
This commit is contained in:
parent
00f561ab9c
commit
9b977afc0b
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ In addition to automatic reseeding, the caller can request an immediate
|
|||
reseeding of the DRBG with fresh entropy by setting the
|
||||
I<prediction resistance> parameter to 1 when calling L<RAND_DRBG_generate(3)>.
|
||||
|
||||
The dcoument [NIST SP 800-90C] describes prediction resistance requests
|
||||
The document [NIST SP 800-90C] describes prediction resistance requests
|
||||
in detail and imposes strict conditions on the entropy sources that are
|
||||
approved for providing prediction resistance.
|
||||
Since the default DRBG implementation does not have access to such an approved
|
||||
|
|
Loading…
Reference in a new issue