diff options
author | jmc <> | 2015-11-09 17:52:07 +0000 |
---|---|---|
committer | jmc <> | 2015-11-09 17:52:07 +0000 |
commit | e5a0272a073ca8207e74df103d4a339ca402e6c0 (patch) | |
tree | dc07095ca220de52b13859f32dc5a36c949f8a6e /src/lib | |
parent | 2e3a613788f1eef9e72b6cda77db1e8250ffc3c8 (diff) | |
download | openbsd-e5a0272a073ca8207e74df103d4a339ca402e6c0.tar.gz openbsd-e5a0272a073ca8207e74df103d4a339ca402e6c0.tar.bz2 openbsd-e5a0272a073ca8207e74df103d4a339ca402e6c0.zip |
update some client/server info; from jan klemkow
ok jsing
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libtls/tls_init.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3 index b51e35073b..1eaa95e020 100644 --- a/src/lib/libtls/tls_init.3 +++ b/src/lib/libtls/tls_init.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: tls_init.3,v 1.53 2015/10/16 13:49:53 jsing Exp $ | 1 | .\" $OpenBSD: tls_init.3,v 1.54 2015/11/09 17:52:07 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: October 16 2015 $ | 17 | .Dd $Mdocdate: November 9 2015 $ |
18 | .Dt TLS_INIT 3 | 18 | .Dt TLS_INIT 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -289,16 +289,16 @@ Configuration options may apply to only clients or only servers or both. | |||
289 | .Fn tls_config_set_ca_file | 289 | .Fn tls_config_set_ca_file |
290 | sets the filename used to load a file | 290 | sets the filename used to load a file |
291 | containing the root certificates. | 291 | containing the root certificates. |
292 | .Em (Client) | 292 | .Em (Client and Server) |
293 | .It | 293 | .It |
294 | .Fn tls_config_set_ca_path | 294 | .Fn tls_config_set_ca_path |
295 | sets the path (directory) which should be searched for root | 295 | sets the path (directory) which should be searched for root |
296 | certificates. | 296 | certificates. |
297 | .Em (Client) | 297 | .Em (Client and Server) |
298 | .It | 298 | .It |
299 | .Fn tls_config_set_ca_mem | 299 | .Fn tls_config_set_ca_mem |
300 | sets the root certificates directly from memory. | 300 | sets the root certificates directly from memory. |
301 | .Em (Client) | 301 | .Em (Client and Server) |
302 | .It | 302 | .It |
303 | .Fn tls_config_set_cert_file | 303 | .Fn tls_config_set_cert_file |
304 | sets file from which the public certificate will be read. | 304 | sets file from which the public certificate will be read. |