mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
1967e9aa87
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
12 lines
580 B
Text
12 lines
580 B
Text
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.
|
|
************************************************************************
|