From e5a0272a073ca8207e74df103d4a339ca402e6c0 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Mon, 9 Nov 2015 17:52:07 +0000 Subject: update some client/server info; from jan klemkow ok jsing --- src/lib/libtls/tls_init.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/lib') 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 @@ -.\" $OpenBSD: tls_init.3,v 1.53 2015/10/16 13:49:53 jsing Exp $ +.\" $OpenBSD: tls_init.3,v 1.54 2015/11/09 17:52:07 jmc Exp $ .\" .\" Copyright (c) 2014 Ted Unangst .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 16 2015 $ +.Dd $Mdocdate: November 9 2015 $ .Dt TLS_INIT 3 .Os .Sh NAME @@ -289,16 +289,16 @@ Configuration options may apply to only clients or only servers or both. .Fn tls_config_set_ca_file sets the filename used to load a file containing the root certificates. -.Em (Client) +.Em (Client and Server) .It .Fn tls_config_set_ca_path sets the path (directory) which should be searched for root certificates. -.Em (Client) +.Em (Client and Server) .It .Fn tls_config_set_ca_mem sets the root certificates directly from memory. -.Em (Client) +.Em (Client and Server) .It .Fn tls_config_set_cert_file sets file from which the public certificate will be read. -- cgit v1.2.3-55-g6feb