CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2017/11/27 14:06:26
Modified files: usr.sbin/relayd: ca.c config.c parse.y relay.c relayd.c relayd.h Log message: Use file descriptor passing to load certificates into the relays. Especially the ca file (having all the trusted certs in them) can be so big that loading via imsg fails. OK beck@