summaryrefslogtreecommitdiffstats
path: root/network/libtls/README
blob: 960ec647d0f77e0931551eb4e28d94293c061716 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
The tls family of functions establishes a secure communications channel
using the TLS socket protocol. Both clients and servers are supported.

A TLS connection object is created by tls_client(3) or tls_server(3) and
configured with tls_configure(3).

This also includes a TLS-enabled version of netcat (libressl-nc).

************************************************************************
NOTE! The libressl package already contains libtls.
It's recommended to uninstall this before installing libressl.
************************************************************************