Allow TLS ciphers and protocols to be specified for nc(1).
authorjsing <jsing@openbsd.org>
Tue, 28 Nov 2017 16:59:10 +0000 (16:59 +0000)
committerjsing <jsing@openbsd.org>
Tue, 28 Nov 2017 16:59:10 +0000 (16:59 +0000)
commit0b3c03acdfe2cd9272f0d1f2cd8dc722bdf8f0b1
tree3be26b9a2c30e501bbc2ee6bfa3ad60af7f9301d
parent68a43ba868a2f12b8dc4703403a27575639c59fd
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).
usr.bin/nc/nc.1
usr.bin/nc/netcat.c