X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fman3%2FEVP_SealInit.pod;h=73d9bb753104cd54a4659136c5b9cfc2466afc78;hb=HEAD;hp=f630e1b1317475ece5abb2eee01b233f670ce6e7;hpb=4746f25ac62e5bbdc07eedcec9c9a27547577141;p=oweals%2Fopenssl.git diff --git a/doc/man3/EVP_SealInit.pod b/doc/man3/EVP_SealInit.pod index f630e1b131..73d9bb7531 100644 --- a/doc/man3/EVP_SealInit.pod +++ b/doc/man3/EVP_SealInit.pod @@ -55,7 +55,9 @@ failure. =head1 NOTES Because a random secret key is generated the random number generator -must be seeded before calling EVP_SealInit(). +must be seeded when EVP_SealInit() is called. +If the automatic seeding or reseeding of the OpenSSL CSPRNG fails due to +external circumstances (see L), the operation will fail. The public key must be RSA because it is the only OpenSSL public key algorithm that supports key transport. @@ -75,7 +77,8 @@ with B set to NULL. L, L, L, -L +L, +L =head1 COPYRIGHT