X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FRSA_blinding_on.pod;h=fd2c69abd8671ddd7bea1677a8d5e4e271361d9d;hb=a12a6b99629e29d6f8f2e6731e29627a89839715;hp=41707df36059030be4e81425622ad28c22669108;hpb=2186cd8ef1c4db86109af7a38182c2bd9ddbbb32;p=oweals%2Fopenssl.git diff --git a/doc/crypto/RSA_blinding_on.pod b/doc/crypto/RSA_blinding_on.pod index 41707df360..fd2c69abd8 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,7 +34,7 @@ RSA_blinding_off() returns no value. =head1 SEE ALSO -rsa(3), rand(3) +L, L =head1 HISTORY