Skip to content

Commit

Permalink
rsa-doc: fix typo
Browse files Browse the repository at this point in the history
"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 #22868)

(cherry picked from commit c89b553)
  • Loading branch information
James Muir authored and t8m committed Dec 1, 2023
1 parent 72a8981 commit 873a7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/man7/EVP_PKEY-RSA.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 873a7cf

Please sign in to comment.