summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libtls/tls_init.312
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3
index 81047ba793..b51e35073b 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.52 2015/10/16 13:48:44 jsing Exp $ 1.\" $OpenBSD: tls_init.3,v 1.53 2015/10/16 13:49:53 jsing Exp $
2.\" 2.\"
3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> 3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
4.\" 4.\"
@@ -388,6 +388,11 @@ enables client certificate verification, requiring the client to send
388a certificate. 388a certificate.
389.Em (Server) 389.Em (Server)
390.It 390.It
391.Fn tls_config_verify_client_optional
392enables client certificate verification, without requiring the client
393to send a certificate.
394.Em (Server)
395.It
391.Fn tls_peer_cert_provided 396.Fn tls_peer_cert_provided
392checks if the peer of 397checks if the peer of
393.Ar ctx 398.Ar ctx
@@ -470,11 +475,6 @@ connected to
470will only succeed after the handshake is complete. 475will only succeed after the handshake is complete.
471.Em (Server and client) 476.Em (Server and client)
472.It 477.It
473.Fn tls_config_verify_client_optional
474enables client certificate verification, without requiring the client
475to send a certificate.
476.Em (Server)
477.It
478.Fn tls_load_file 478.Fn tls_load_file
479loads a certificate or key from disk into memory to be loaded with 479loads a certificate or key from disk into memory to be loaded with
480.Fn tls_config_set_ca_mem , 480.Fn tls_config_set_ca_mem ,