summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libtls/tls_init.310
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
290sets the filename used to load a file 290sets the filename used to load a file
291containing the root certificates. 291containing 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
295sets the path (directory) which should be searched for root 295sets the path (directory) which should be searched for root
296certificates. 296certificates.
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
300sets the root certificates directly from memory. 300sets 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
304sets file from which the public certificate will be read. 304sets file from which the public certificate will be read.