summaryrefslogtreecommitdiffstats
path: root/doc/crypto/RSA_check_key.pod
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-01-12 13:59:20 +0000
committerUlf Möller <ulf@openssl.org>2000-01-12 13:59:20 +0000
commit6a3fff5ecfdd78cd45ae22af3fb4bd32f98cd106 (patch)
treeebefcf2fb2c261b38cc02ad09f3fcbd687601458 /doc/crypto/RSA_check_key.pod
parent76aa0ddc86772080db4f61821b9ff357e330c843 (diff)
corrections
Diffstat (limited to 'doc/crypto/RSA_check_key.pod')
-rw-r--r--doc/crypto/RSA_check_key.pod2
1 files changed, 1 insertions, 1 deletions
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<p> and B<q> are
in fact prime, and that B<n = p*q>.
-In the case of private keys, it also checks that B<d*e = 1 mod (p-1*q-1)>,
+It also checks that B<d*e = 1 mod (p-1*q-1)>,
and that B<dmp1>, B<dmq1> and B<iqmp> are set correctly or are B<NULL>.
The key's public components may not be B<NULL>.