diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/man/SSL_set_tmp_ecdh.3 | 7 |
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 |
| 69 | key becomes the only curve enabled for the | 69 | key becomes the only curve enabled for the |
| 70 | .Fa ssl | 70 | .Fa ssl |
| 71 | connection. | 71 | connection, so it is equivalent to calling |
| 72 | .Xr SSL_set1_groups_list 3 | ||
| 73 | with the same single curve name. | ||
| 72 | .Pp | 74 | .Pp |
| 73 | .Fn SSL_CTX_set_tmp_ecdh | 75 | .Fn SSL_CTX_set_tmp_ecdh |
| 74 | has the same effect on all connections that will be created from | 76 | has 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 |
