Skip to content

Commit

Permalink
doc: Minor typo in SSL_CTX_set_tmp_dh_callback docs.
Browse files Browse the repository at this point in the history
well know -> well known

CLA: trivial

Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #22778)

(cherry picked from commit db04cf2)
  • Loading branch information
seanbright authored and t8m committed Nov 30, 2023
1 parent 4554f0b commit 728117a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/man3/SSL_CTX_set_tmp_dh_callback.pod
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ As generating DH parameters is extremely time consuming, an application
should not generate the parameters on the fly. DH parameters can be reused, as
the actual key is newly generated during the negotiation.

Typically applications should use well know DH parameters that have built-in
Typically applications should use well known DH parameters that have built-in
support in OpenSSL. The macros SSL_CTX_set_dh_auto() and SSL_set_dh_auto()
configure OpenSSL to use the default built-in DH parameters for the B<SSL_CTX>
and B<SSL> objects respectively. Passing a value of 1 in the I<onoff> parameter
Expand Down

0 comments on commit 728117a

Please sign in to comment.