master
Add TLS suppport to nc. Provides a useful little test and script tool. ok jsing@ bluhm@
remove some unnecessary sys/param.h inclusions
Synced atomicio implementation in nc and sendbug with ssh.
nc: document -Talpn
nc: add ALPN TLS option, so you can specify -T alpn=value
Fix HTTP CONNECT proxy support to not treat responses like "HTTP/1.0 200poo" as success; patch from Spiros Thanasoulas