CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2013/05/30 14:17:12
Modified files: usr.sbin/relayd: config.c parse.y relay.c relayd.c relayd.conf.5 relayd.h ssl.c Log message: Support SSL inspection, the ability to transparently filter in SSL/TLS connections (eg. HTTPS) by using a local CA that is accepted by the clients. See the "SSL RELAYS" and "EXAMPLES" sections in the relayd.conf(5) manpage for more details. ok benno@, manpage bits jmc@