Correct argument order for CMS_decrypt() in docs.
[oweals/openssl.git] / doc / crypto / RSA_blinding_on.pod
index 41707df36059030be4e81425622ad28c22669108..fd2c69abd8671ddd7bea1677a8d5e4e271361d9d 100644 (file)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
 
 =head1 NAME
 
-RSA_blinding_on, RSA_blinding_off - Protect the RSA operation from timing attacks
+RSA_blinding_on, RSA_blinding_off - protect the RSA operation from timing attacks
 
 =head1 SYNOPSIS
 
 
 =head1 SYNOPSIS
 
@@ -14,7 +14,7 @@ RSA_blinding_on, RSA_blinding_off - Protect the RSA operation from timing attack
 
 =head1 DESCRIPTION
 
 
 =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.
 
 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
 
 
 =head1 SEE ALSO
 
-rsa(3), rand(3)
+L<rsa(3)|rsa(3)>, L<rand(3)|rand(3)>
 
 =head1 HISTORY
 
 
 =head1 HISTORY