diff options
author | James Muir <james@openssl.org> | 2023-11-29 18:37:44 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2023-12-01 10:31:37 +0100 |
commit | c89b553bdc2587b483f38aa1ab2b142cc078343d (patch) | |
tree | 49ef4de30b111b885de4b379d5dd53ed81e854d3 /doc/man7/EVP_PKEY-RSA.pod | |
parent | doc: Minor typo in SSL_CTX_set_tmp_dh_callback docs. (diff) | |
download | openssl-c89b553bdc2587b483f38aa1ab2b142cc078343d.tar.xz openssl-c89b553bdc2587b483f38aa1ab2b142cc078343d.zip |
rsa-doc: fix typo
"d_i in RFC8017" -> "d_i" in RFC8017
Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22868)
Diffstat (limited to '')
-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 161e9d4d71..dcd38fcee8 100644 --- a/doc/man7/EVP_PKEY-RSA.pod +++ b/doc/man7/EVP_PKEY-RSA.pod @@ -80,7 +80,7 @@ Up to eight additional "r_i" prime factors are supported. =item "rsa-exponent10" (B<OSSL_PKEY_PARAM_RSA_EXPONENT10>) <unsigned integer> RSA CRT (Chinese Remainder Theorem) exponents. The exponents are known -as "dP", "dQ" and "d_i in RFC8017". +as "dP", "dQ" and "d_i" in RFC8017. Up to eight additional "d_i" exponents are supported. =item "rsa-coefficient1" (B<OSSL_PKEY_PARAM_RSA_COEFFICIENT1>) <unsigned integer> |