]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/RSA_padding_add_PKCS1_type_1.pod
man: clarify the 'random number generator must be seeded' requirement
[thirdparty/openssl.git] / doc / man3 / RSA_padding_add_PKCS1_type_1.pod
index 685063b2e0b2f2af9be99477d4b83f6e5b184071..40eb8f94a938e492f4d2cfb3e9bf16191a0a1163 100644 (file)
@@ -100,6 +100,8 @@ simply copy the data
 
 The random number generator must be seeded prior to calling
 RSA_padding_add_xxx().
+If the automatic seeding or reseeding of the OpenSSL CSPRNG fails due to
+external circumstances (see L<RAND(7)>), the operation will fail.
 
 RSA_padding_check_xxx() verifies that the B<fl> bytes at B<f> contain
 a valid encoding for a B<rsa_len> byte RSA key in the respective
@@ -143,7 +145,8 @@ including PKCS1_OAEP.
 
 L<RSA_public_encrypt(3)>,
 L<RSA_private_decrypt(3)>,
-L<RSA_sign(3)>, L<RSA_verify(3)>
+L<RSA_sign(3)>, L<RSA_verify(3)>,
+L<RAND(7)>
 
 =head1 COPYRIGHT