diff options
Diffstat (limited to 'doc/man7/EVP_PKEY-RSA.pod')
-rw-r--r-- | doc/man7/EVP_PKEY-RSA.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/EVP_PKEY-RSA.pod b/doc/man7/EVP_PKEY-RSA.pod index f1141a364b86..161e9d4d71d1 100644 --- a/doc/man7/EVP_PKEY-RSA.pod +++ b/doc/man7/EVP_PKEY-RSA.pod @@ -189,7 +189,7 @@ both return 1 unconditionally. For RSA keys, L<EVP_PKEY_public_check(3)> conforms to the SP800-56Br1 I<public key check> when the OpenSSL FIPS provider is used. The OpenSSL default provider -performs similiar tests but relaxes the keysize restrictions for backwards +performs similar tests but relaxes the keysize restrictions for backwards compatibility. For RSA keys, L<EVP_PKEY_public_check_quick(3)> is the same as |