summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSean Bright <sean@seanbright.com>2023-11-20 15:08:19 -0500
committerTomas Mraz <tomas@openssl.org>2023-11-30 18:47:31 +0100
commit89b4d336971bd440612ff34ad167bd29b49c7241 (patch)
tree2917538f46958a058ddbcc21688f64ab617cfb21 /doc
parenteb1928825869d530e7f11f2400fc27a33d8dd950 (diff)
doc: Minor typo in SSL_CTX_set_tmp_dh_callback docs.
well know -> well known CLA: trivial Reviewed-by: Todd Short <todd.short@me.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22778) (cherry picked from commit db04cf25f3e0dda77a3b054ae12ae1874b1ae977)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/SSL_CTX_set_tmp_dh_callback.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/SSL_CTX_set_tmp_dh_callback.pod b/doc/man3/SSL_CTX_set_tmp_dh_callback.pod
index 0c6694d4c6..4799ada684 100644
--- a/doc/man3/SSL_CTX_set_tmp_dh_callback.pod
+++ b/doc/man3/SSL_CTX_set_tmp_dh_callback.pod
@@ -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