summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_set_tmp_ecdh.3
diff options
context:
space:
mode:
authorschwarze <>2017-08-12 14:09:34 +0000
committerschwarze <>2017-08-12 14:09:34 +0000
commitbb4739c7006a404fe03249e29cfd1b5ffdf69984 (patch)
tree37a9c013f79b93ef88369b171f9cbd319dd5392c /src/lib/libssl/man/SSL_set_tmp_ecdh.3
parent0e936765e067e8a9ef5b57fdc9755a3417d46b12 (diff)
downloadopenbsd-bb4739c7006a404fe03249e29cfd1b5ffdf69984.tar.gz
openbsd-bb4739c7006a404fe03249e29cfd1b5ffdf69984.tar.bz2
openbsd-bb4739c7006a404fe03249e29cfd1b5ffdf69984.zip
Import the SSL_CTX_set1_groups(3) manual page from OpenSSL, deleting
the read accessors we don't have and fixing the prototypes - the data type of each and every argument differs in the OpenSSL manuals. Reference the new page from SSL_set_tmp_ecdh(3) as suggested by jsing@.
Diffstat (limited to 'src/lib/libssl/man/SSL_set_tmp_ecdh.3')
-rw-r--r--src/lib/libssl/man/SSL_set_tmp_ecdh.37
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libssl/man/SSL_set_tmp_ecdh.3 b/src/lib/libssl/man/SSL_set_tmp_ecdh.3
index 34e59172d1..0960609012 100644
--- a/src/lib/libssl/man/SSL_set_tmp_ecdh.3
+++ b/src/lib/libssl/man/SSL_set_tmp_ecdh.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_set_tmp_ecdh.3,v 1.1 2017/08/12 12:31:30 schwarze Exp $ 1.\" $OpenBSD: SSL_set_tmp_ecdh.3,v 1.2 2017/08/12 14:09:34 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -68,7 +68,9 @@ is that the curve of the given
68.Fa ecdh 68.Fa ecdh
69key becomes the only curve enabled for the 69key becomes the only curve enabled for the
70.Fa ssl 70.Fa ssl
71connection. 71connection, so it is equivalent to calling
72.Xr SSL_set1_groups_list 3
73with the same single curve name.
72.Pp 74.Pp
73.Fn SSL_CTX_set_tmp_ecdh 75.Fn SSL_CTX_set_tmp_ecdh
74has the same effect on all connections that will be created from 76has the same effect on all connections that will be created from
@@ -99,4 +101,5 @@ always return 1.
99.Xr SSL_CTX_set_cipher_list 3 , 101.Xr SSL_CTX_set_cipher_list 3 ,
100.Xr SSL_CTX_set_options 3 , 102.Xr SSL_CTX_set_options 3 ,
101.Xr SSL_CTX_set_tmp_dh_callback 3 , 103.Xr SSL_CTX_set_tmp_dh_callback 3 ,
104.Xr SSL_CTX_set1_groups 3 ,
102.Xr SSL_new 3 105.Xr SSL_new 3