diff options
author | schwarze <> | 2017-08-12 14:09:34 +0000 |
---|---|---|
committer | schwarze <> | 2017-08-12 14:09:34 +0000 |
commit | 8ef887a4dbce66cf975e69b9ab3f8f214be85cac (patch) | |
tree | 37a9c013f79b93ef88369b171f9cbd319dd5392c | |
parent | 20d1bc3a6c917bf8b404d9b5a7a559199eb00e34 (diff) | |
download | openbsd-8ef887a4dbce66cf975e69b9ab3f8f214be85cac.tar.gz openbsd-8ef887a4dbce66cf975e69b9ab3f8f214be85cac.tar.bz2 openbsd-8ef887a4dbce66cf975e69b9ab3f8f214be85cac.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@.
-rw-r--r-- | src/lib/libssl/man/Makefile | 3 | ||||
-rw-r--r-- | src/lib/libssl/man/SSL_CTX_set1_groups.3 | 161 | ||||
-rw-r--r-- | src/lib/libssl/man/SSL_CTX_set_cipher_list.3 | 5 | ||||
-rw-r--r-- | src/lib/libssl/man/SSL_set_tmp_ecdh.3 | 7 | ||||
-rw-r--r-- | src/lib/libssl/man/ssl.3 | 3 |
5 files changed, 173 insertions, 6 deletions
diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile index 3a704dd5ff..2fcc90eab9 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.56 2017/08/12 12:31:30 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.57 2017/08/12 14:09:34 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -45,6 +45,7 @@ MAN = BIO_f_ssl.3 \ | |||
45 | SSL_CTX_set_tmp_dh_callback.3 \ | 45 | SSL_CTX_set_tmp_dh_callback.3 \ |
46 | SSL_CTX_set_tmp_rsa_callback.3 \ | 46 | SSL_CTX_set_tmp_rsa_callback.3 \ |
47 | SSL_CTX_set_verify.3 \ | 47 | SSL_CTX_set_verify.3 \ |
48 | SSL_CTX_set1_groups.3 \ | ||
48 | SSL_CTX_use_certificate.3 \ | 49 | SSL_CTX_use_certificate.3 \ |
49 | SSL_SESSION_free.3 \ | 50 | SSL_SESSION_free.3 \ |
50 | SSL_SESSION_get_compress_id.3 \ | 51 | SSL_SESSION_get_compress_id.3 \ |
diff --git a/src/lib/libssl/man/SSL_CTX_set1_groups.3 b/src/lib/libssl/man/SSL_CTX_set1_groups.3 new file mode 100644 index 0000000000..e4ac450354 --- /dev/null +++ b/src/lib/libssl/man/SSL_CTX_set1_groups.3 | |||
@@ -0,0 +1,161 @@ | |||
1 | .\" $OpenBSD: SSL_CTX_set1_groups.3,v 1.1 2017/08/12 14:09:34 schwarze Exp $ | ||
2 | .\" OpenSSL SSL_CTX_set1_curves.pod de4d764e Nov 9 14:51:06 2016 +0000 | ||
3 | .\" | ||
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | ||
5 | .\" Copyright (c) 2013, 2014, 2016 The OpenSSL Project. All rights reserved. | ||
6 | .\" | ||
7 | .\" Redistribution and use in source and binary forms, with or without | ||
8 | .\" modification, are permitted provided that the following conditions | ||
9 | .\" are met: | ||
10 | .\" | ||
11 | .\" 1. Redistributions of source code must retain the above copyright | ||
12 | .\" notice, this list of conditions and the following disclaimer. | ||
13 | .\" | ||
14 | .\" 2. Redistributions in binary form must reproduce the above copyright | ||
15 | .\" notice, this list of conditions and the following disclaimer in | ||
16 | .\" the documentation and/or other materials provided with the | ||
17 | .\" distribution. | ||
18 | .\" | ||
19 | .\" 3. All advertising materials mentioning features or use of this | ||
20 | .\" software must display the following acknowledgment: | ||
21 | .\" "This product includes software developed by the OpenSSL Project | ||
22 | .\" for use in the OpenSSL Toolkit. (http://www.openssl.org/)" | ||
23 | .\" | ||
24 | .\" 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to | ||
25 | .\" endorse or promote products derived from this software without | ||
26 | .\" prior written permission. For written permission, please contact | ||
27 | .\" openssl-core@openssl.org. | ||
28 | .\" | ||
29 | .\" 5. Products derived from this software may not be called "OpenSSL" | ||
30 | .\" nor may "OpenSSL" appear in their names without prior written | ||
31 | .\" permission of the OpenSSL Project. | ||
32 | .\" | ||
33 | .\" 6. Redistributions of any form whatsoever must retain the following | ||
34 | .\" acknowledgment: | ||
35 | .\" "This product includes software developed by the OpenSSL Project | ||
36 | .\" for use in the OpenSSL Toolkit (http://www.openssl.org/)" | ||
37 | .\" | ||
38 | .\" THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY | ||
39 | .\" EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
40 | .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | ||
41 | .\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR | ||
42 | .\" ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
43 | .\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | ||
44 | .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
45 | .\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | ||
46 | .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, | ||
47 | .\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | ||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | ||
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | ||
50 | .\" | ||
51 | .Dd $Mdocdate: August 12 2017 $ | ||
52 | .Dt SSL_CTX_SET1_GROUPS 3 | ||
53 | .Os | ||
54 | .Sh NAME | ||
55 | .Nm SSL_CTX_set1_groups , | ||
56 | .Nm SSL_CTX_set1_groups_list , | ||
57 | .Nm SSL_set1_groups , | ||
58 | .Nm SSL_set1_groups_list , | ||
59 | .Nm SSL_CTX_set1_curves , | ||
60 | .Nm SSL_CTX_set1_curves_list , | ||
61 | .Nm SSL_set1_curves , | ||
62 | .Nm SSL_set1_curves_list | ||
63 | .Nd choose supported EC groups | ||
64 | .Sh SYNOPSIS | ||
65 | .In openssl/ssl.h | ||
66 | .Ft int | ||
67 | .Fo SSL_CTX_set1_groups | ||
68 | .Fa "SSL_CTX *ctx" | ||
69 | .Fa "const int *glist" | ||
70 | .Fa "size_t glistlen" | ||
71 | .Fc | ||
72 | .Ft int | ||
73 | .Fo SSL_CTX_set1_groups_list | ||
74 | .Fa "SSL_CTX *ctx" | ||
75 | .Fa "const char *list" | ||
76 | .Fc | ||
77 | .Ft int | ||
78 | .Fo SSL_set1_groups | ||
79 | .Fa "SSL *ssl" | ||
80 | .Fa "const int *glist" | ||
81 | .Fa "size_t glistlen" | ||
82 | .Fc | ||
83 | .Ft int | ||
84 | .Fo SSL_set1_groups_list | ||
85 | .Fa "SSL *ssl" | ||
86 | .Fa "const char *list" | ||
87 | .Fc | ||
88 | .Ft int | ||
89 | .Fo SSL_CTX_set1_curves | ||
90 | .Fa "SSL_CTX *ctx" | ||
91 | .Fa "const int *clist" | ||
92 | .Fa "size_t clistlen" | ||
93 | .Fc | ||
94 | .Ft int | ||
95 | .Fo SSL_CTX_set1_curves_list | ||
96 | .Fa "SSL_CTX *ctx" | ||
97 | .Fa "const char *list" | ||
98 | .Fc | ||
99 | .Ft int | ||
100 | .Fo SSL_set1_curves | ||
101 | .Fa "SSL *ssl" | ||
102 | .Fa "const int *clist" | ||
103 | .Fa "size_t clistlen" | ||
104 | .Fc | ||
105 | .Ft int | ||
106 | .Fo SSL_set1_curves_list | ||
107 | .Fa "SSL *ssl" | ||
108 | .Fa "const char *list" | ||
109 | .Fc | ||
110 | .Sh DESCRIPTION | ||
111 | .Fn SSL_CTX_set1_groups | ||
112 | sets the supported groups for | ||
113 | .Fa ctx | ||
114 | to the | ||
115 | .Fa glistlen | ||
116 | groups in the array | ||
117 | .Fa glist . | ||
118 | The array consist of group NIDs in preference order. | ||
119 | For a TLS client, the groups are used directly in the supported groups | ||
120 | extension. | ||
121 | For a TLS server, the groups are used to determine the set of shared | ||
122 | groups. | ||
123 | .Pp | ||
124 | .Fn SSL_CTX_set1_groups_list | ||
125 | sets the supported groups for | ||
126 | .Fa ctx | ||
127 | to the | ||
128 | .Fa list | ||
129 | represented as a colon separated list of group NIDs or names, for example | ||
130 | "P-521:P-384:P-256". | ||
131 | .Pp | ||
132 | .Fn SSL_set1_groups | ||
133 | and | ||
134 | .Fn SSL_set1_groups_list | ||
135 | are similar except that they set supported groups for the SSL structure | ||
136 | .Fa ssl | ||
137 | only. | ||
138 | .Pp | ||
139 | The curve functions are deprecated synonyms for the equivalently | ||
140 | named group functions and are identical in every respect except | ||
141 | that they are implemented as macros. | ||
142 | They exist because prior to TLS1.3, there was only the concept of | ||
143 | supported curves. | ||
144 | In TLS1.3, this was renamed to supported groups and extended to include | ||
145 | Diffie Hellman groups. | ||
146 | .Pp | ||
147 | If an application wishes to make use of several of these functions for | ||
148 | configuration purposes either on a command line or in a file, it should | ||
149 | consider using the SSL_CONF interface instead of manually parsing | ||
150 | options. | ||
151 | .Sh RETURN VALUES | ||
152 | All these functions return 1 for success or 0 for failure. | ||
153 | .Sh SEE ALSO | ||
154 | .Xr ssl 3 , | ||
155 | .Xr SSL_CTX_add_extra_chain_cert 3 , | ||
156 | .Xr SSL_CTX_set_cipher_list 3 , | ||
157 | .Xr SSL_CTX_set_options 3 , | ||
158 | .Xr SSL_new 3 | ||
159 | .Sh HISTORY | ||
160 | The curve functions first appeared in OpenSSL 1.0.2 | ||
161 | and the group functions in OpenSSL 1.1.1. | ||
diff --git a/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 b/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 index 1f12fa3296..779f97913c 100644 --- a/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 +++ b/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.2 2016/11/30 17:25:20 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.3 2017/08/12 14:09:34 schwarze 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: November 30 2016 $ | 51 | .Dd $Mdocdate: August 12 2017 $ |
52 | .Dt SSL_CTX_SET_CIPHER_LIST 3 | 52 | .Dt SSL_CTX_SET_CIPHER_LIST 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -119,5 +119,6 @@ return 1 if any cipher could be selected and 0 on complete failure. | |||
119 | .Sh SEE ALSO | 119 | .Sh SEE ALSO |
120 | .Xr ssl 3 , | 120 | .Xr ssl 3 , |
121 | .Xr SSL_CTX_set_tmp_dh_callback 3 , | 121 | .Xr SSL_CTX_set_tmp_dh_callback 3 , |
122 | .Xr SSL_CTX_set1_groups 3 , | ||
122 | .Xr SSL_CTX_use_certificate 3 , | 123 | .Xr SSL_CTX_use_certificate 3 , |
123 | .Xr SSL_get_ciphers 3 | 124 | .Xr SSL_get_ciphers 3 |
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 |
diff --git a/src/lib/libssl/man/ssl.3 b/src/lib/libssl/man/ssl.3 index c01bddd0df..031df50190 100644 --- a/src/lib/libssl/man/ssl.3 +++ b/src/lib/libssl/man/ssl.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssl.3,v 1.8 2017/08/12 12:31:30 schwarze Exp $ | 1 | .\" $OpenBSD: ssl.3,v 1.9 2017/08/12 14:09:34 schwarze Exp $ |
2 | .\" OpenSSL e330f55d Nov 11 00:51:04 2016 +0100 | 2 | .\" OpenSSL e330f55d Nov 11 00:51:04 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Ralf S. Engelschall <rse@openssl.org>, | 4 | .\" This file was written by Ralf S. Engelschall <rse@openssl.org>, |
@@ -221,6 +221,7 @@ Configuration functions: | |||
221 | .Xr SSL_CTX_set_tmp_dh_callback 3 , | 221 | .Xr SSL_CTX_set_tmp_dh_callback 3 , |
222 | .Xr SSL_CTX_set_tmp_rsa_callback 3 , | 222 | .Xr SSL_CTX_set_tmp_rsa_callback 3 , |
223 | .Xr SSL_CTX_set_verify 3 , | 223 | .Xr SSL_CTX_set_verify 3 , |
224 | .Xr SSL_CTX_set1_groups 3 , | ||
224 | .Xr SSL_CTX_use_certificate 3 , | 225 | .Xr SSL_CTX_use_certificate 3 , |
225 | .Xr SSL_set_tmp_ecdh 3 , | 226 | .Xr SSL_set_tmp_ecdh 3 , |
226 | .Xr SSL_set1_param 3 | 227 | .Xr SSL_set1_param 3 |