diff --git a/doc/crypto/RSA_blinding_on.pod b/doc/crypto/RSA_blinding_on.pod index 41707df36059030be4e81425622ad28c22669108..56ea3008ca87147416b499b6559dffba98792ad5 100644 --- a/doc/crypto/RSA_blinding_on.pod +++ b/doc/crypto/RSA_blinding_on.pod @@ -14,7 +14,7 @@ RSA_blinding_on, RSA_blinding_off - Protect the RSA operation from timing attack =head1 DESCRIPTION -RSA is vulnerable from timing attacks. In a setup where attackers can +RSA is vulnerable to timing attacks. In a setup where attackers can measure the time of RSA decryption or signature operations, blinding must be used to protect the RSA operation from that attack. diff --git a/doc/crypto/RSA_check_key.pod b/doc/crypto/RSA_check_key.pod index c1b9507e877b1803017dc716968e94b784f9c8f1..c250a776e46055f0aaff27031471cd3e883845cb 100644 --- a/doc/crypto/RSA_check_key.pod +++ b/doc/crypto/RSA_check_key.pod @@ -15,7 +15,7 @@ RSA_check_key - Validate RSA keys This function validates RSA keys. It checks that B

and B are in fact prime, and that B. -In the case of private keys, it also checks that B, +It also checks that B, and that B, B and B are set correctly or are B. The key's public components may not be B.