CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2016/11/02 09:18:42
Modified files: usr.bin/nc : netcat.c lib/libtls : Makefile tls.c tls.h tls_client.c tls_init.3 tls_internal.h Added files: lib/libtls : tls_ocsp.c Log message: Add OCSP client side support to libtls. - Provide access to certificate OCSP URL - Provide ability to check a raw OCSP reply against an established TLS ctx - Check and validate OCSP stapling info in the TLS handshake if a stapled OCSP response is provided.` Add example code to show OCSP URL and stapled info into netcat. ok jsing@