summaryrefslogtreecommitdiff
path: root/src/lib/libtls/tls_init.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libtls/tls_init.3')
-rw-r--r--src/lib/libtls/tls_init.317
1 files changed, 11 insertions, 6 deletions
diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3
index cd1f00af23..b4c6a7cc3a 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.61 2016/05/27 11:25:57 sthen Exp $ 1.\" $OpenBSD: tls_init.3,v 1.62 2016/07/13 16:30:48 jsing 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: May 27 2016 $ 17.Dd $Mdocdate: July 13 2016 $
18.Dt TLS_INIT 3 18.Dt TLS_INIT 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -322,13 +322,18 @@ sets the list of ciphers that may be used.
322Lists of ciphers are specified by name, and the 322Lists of ciphers are specified by name, and the
323permitted names are: 323permitted names are:
324.Pp 324.Pp
325.Bl -tag -width "default" -offset indent -compact 325.Bl -tag -width "insecure" -offset indent -compact
326.It Dv "secure" 326.It Dv "secure" (or alias "default")
327.It Dv "default" (an alias for secure) 327.It Dv "compat"
328.It Dv "legacy" 328.It Dv "legacy"
329.It Dv "compat" (an alias for legacy) 329.It Dv "insecure" (or alias "all")
330.El 330.El
331.Pp 331.Pp
332Alternatively, libssl cipher strings can be specified.
333See the CIPHERS section of
334.Xr openssl 1
335for further information.
336.Pp
332.Em (Client and server) 337.Em (Client and server)
333.It 338.It
334.Fn tls_config_set_key_file 339.Fn tls_config_set_key_file