diff options
author | tb <> | 2025-01-18 10:45:12 +0000 |
---|---|---|
committer | tb <> | 2025-01-18 10:45:12 +0000 |
commit | 4bb218cb864b7afff4c75a1a68352a7f749033e4 (patch) | |
tree | bb9fcabf5f9d563e4a039ddfa987c9c45650c2de /src/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3 | |
parent | c79c1646d28571d60ad8157510b2f311aa3d348e (diff) | |
download | openbsd-4bb218cb864b7afff4c75a1a68352a7f749033e4.tar.gz openbsd-4bb218cb864b7afff4c75a1a68352a7f749033e4.tar.bz2 openbsd-4bb218cb864b7afff4c75a1a68352a7f749033e4.zip |
Stop mentioning DSA/DSS
Support for this went away in 2017, but a few things still mentioned DSA
in various contexts. Replace DSA with ECDSA where appropriate and otherwise
delete this. It won't work.
ok jsing
Diffstat (limited to 'src/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3')
-rw-r--r-- | src/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3 b/src/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3 index 8be504d3b3..c6f5253431 100644 --- a/src/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3 +++ b/src/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_CTX_set_tmp_dh_callback.3,v 1.10 2022/03/31 17:27:18 naddy Exp $ | 1 | .\" $OpenBSD: SSL_CTX_set_tmp_dh_callback.3,v 1.11 2025/01/18 10:45:12 tb Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. | 4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: March 31 2022 $ | 51 | .Dd $Mdocdate: January 18 2025 $ |
52 | .Dt SSL_CTX_SET_TMP_DH_CALLBACK 3 | 52 | .Dt SSL_CTX_SET_TMP_DH_CALLBACK 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -104,7 +104,6 @@ These functions apply to SSL/TLS servers only. | |||
104 | .Pp | 104 | .Pp |
105 | When using a cipher with RSA authentication, | 105 | When using a cipher with RSA authentication, |
106 | an ephemeral DH key exchange can take place. | 106 | an ephemeral DH key exchange can take place. |
107 | Ciphers with DSA keys always use ephemeral DH keys as well. | ||
108 | In these cases, the session data are negotiated using the ephemeral/temporary | 107 | In these cases, the session data are negotiated using the ephemeral/temporary |
109 | DH key and the key supplied and certified by the certificate chain is only used | 108 | DH key and the key supplied and certified by the certificate chain is only used |
110 | for signing. | 109 | for signing. |