From: Ulf Möller Date: Wed, 12 Jan 2000 13:59:20 +0000 (+0000) Subject: corrections X-Git-Tag: OpenSSL_0_9_5beta1~291 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6a3fff5ecfdd78cd45ae22af3fb4bd32f98cd106;p=oweals%2Fopenssl.git corrections --- diff --git a/doc/crypto/RSA_blinding_on.pod b/doc/crypto/RSA_blinding_on.pod index 41707df360..56ea3008ca 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 c1b9507e87..c250a776e4 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.