CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/03 23:13:13
Modified files:
usr.bin/nc : nc.1 netcat.c
lib/libtls : tls.h tls_config.c tls_init.3 tls_internal.h
tls_ocsp.c
Log message:
Add ocsp_require_stapling config option for tls - allows a connection
to indicate that it requires the peer to provide a stapled OCSP response
with the handshake. Provide a "-T muststaple" for nc that uses it.
ok jsing@, guenther@
