Documentation for BN_is_prime_fasttest.
[oweals/openssl.git] / doc / crypto / RSA_blinding_on.pod
index 41707df36059030be4e81425622ad28c22669108..7879cccd070279e17c047010f02abc683277aa42 100644 (file)
@@ -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.
 
@@ -34,7 +34,7 @@ RSA_blinding_off() returns no value.
 
 =head1 SEE ALSO
 
-rsa(3), rand(3)
+L<rsa(3)|rsa(3)>, L<rand(3)|rand(3)>
 
 =head1 HISTORY