From 6a3fff5ecfdd78cd45ae22af3fb4bd32f98cd106 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Wed, 12 Jan 2000 13:59:20 +0000 Subject: [PATCH] corrections --- doc/crypto/RSA_blinding_on.pod | 2 +- doc/crypto/RSA_check_key.pod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.25.1