diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2017-01-24 01:16:27 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2017-01-24 01:16:27 +0000 |
commit | 1124eadf8c199e9f857233c35069060380fa3d0e (patch) | |
tree | aa40f79ebb20f58f72bed71bc8576d80a455e7c3 /lib/libtls | |
parent | 02045d8ae917f25ad6e13271cfd45d94a2a573ac (diff) |
Add missing documentation for tls_config_set_verify_depth
Done together with jsing@
Diffstat (limited to 'lib/libtls')
-rw-r--r-- | lib/libtls/tls_init.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libtls/tls_init.3 b/lib/libtls/tls_init.3 index b2261a7c662..05474016f4d 100644 --- a/lib/libtls/tls_init.3 +++ b/lib/libtls/tls_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tls_init.3,v 1.83 2017/01/24 00:28:31 claudio Exp $ +.\" $OpenBSD: tls_init.3,v 1.84 2017/01/24 01:16:26 claudio Exp $ .\" .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> .\" @@ -447,6 +447,10 @@ Additionally, the values .Dv TLS_PROTOCOLS_DEFAULT (TLSv1.2 only) may be used. .It +.Fn tls_config_set_verify_depth +limits the number of intermediate certificates that will be followed during +certificate validation. +.It .Fn tls_config_prefer_ciphers_client prefers ciphers in the client's cipher list when selecting a cipher suite (server only). |