diff options
-rw-r--r-- | src/lib/libssl/man/SSL_CTX_set1_groups.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_set1_groups.3 b/src/lib/libssl/man/SSL_CTX_set1_groups.3 index e4ac450354..0d1eb36ea7 100644 --- a/src/lib/libssl/man/SSL_CTX_set1_groups.3 +++ b/src/lib/libssl/man/SSL_CTX_set1_groups.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_CTX_set1_groups.3,v 1.1 2017/08/12 14:09:34 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_CTX_set1_groups.3,v 1.2 2017/08/19 19:36:39 schwarze Exp $ |
2 | .\" OpenSSL SSL_CTX_set1_curves.pod de4d764e Nov 9 14:51:06 2016 +0000 | 2 | .\" OpenSSL SSL_CTX_set1_curves.pod de4d764e Nov 9 14:51:06 2016 +0000 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@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: August 12 2017 $ | 51 | .Dd $Mdocdate: August 19 2017 $ |
52 | .Dt SSL_CTX_SET1_GROUPS 3 | 52 | .Dt SSL_CTX_SET1_GROUPS 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -115,7 +115,7 @@ to the | |||
115 | .Fa glistlen | 115 | .Fa glistlen |
116 | groups in the array | 116 | groups in the array |
117 | .Fa glist . | 117 | .Fa glist . |
118 | The array consist of group NIDs in preference order. | 118 | The array consists of group NIDs in preference order. |
119 | For a TLS client, the groups are used directly in the supported groups | 119 | For a TLS client, the groups are used directly in the supported groups |
120 | extension. | 120 | extension. |
121 | For a TLS server, the groups are used to determine the set of shared | 121 | For a TLS server, the groups are used to determine the set of shared |
@@ -159,3 +159,5 @@ All these functions return 1 for success or 0 for failure. | |||
159 | .Sh HISTORY | 159 | .Sh HISTORY |
160 | The curve functions first appeared in OpenSSL 1.0.2 | 160 | The curve functions first appeared in OpenSSL 1.0.2 |
161 | and the group functions in OpenSSL 1.1.1. | 161 | and the group functions in OpenSSL 1.1.1. |
162 | Both have been available since | ||
163 | .Ox 6.1 . | ||