X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2FRSA_blinding_on.pod;h=a3239495879de704d298ede5073b119294939b2b;hp=41707df36059030be4e81425622ad28c22669108;hb=28a0841bf58e3813b2e07ad22f19484308e2f70a;hpb=2186cd8ef1c4db86109af7a38182c2bd9ddbbb32 diff --git a/doc/crypto/RSA_blinding_on.pod b/doc/crypto/RSA_blinding_on.pod index 41707df360..a323949587 100644 --- a/doc/crypto/RSA_blinding_on.pod +++ b/doc/crypto/RSA_blinding_on.pod @@ -2,7 +2,7 @@ =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 @@ -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,10 +34,6 @@ RSA_blinding_off() returns no value. =head1 SEE ALSO -rsa(3), rand(3) - -=head1 HISTORY - -RSA_blinding_on() and RSA_blinding_off() appeared in SSLeay 0.9.0. +L, L =cut