CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/11/28 09:59:10
Modified files:
usr.bin/nc : nc.1 netcat.c
Log message:
Allow TLS ciphers and protocols to be specified for nc(1).
Replace the "tlscompat" and "tlsall" options with "cipher" and "protocol"
options that are key/value pairs. This allows the user to specify ciphers
and protocols in a form that are accepted by tls_config_set_ciphers() and
tls_config_set_protocols() respectively.
ok beck@
(also ok jmc@ for a previous revision of the man page).