CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2017/07/19 11:36:25
Modified files: usr.sbin/httpd : config.c httpd.h server.c Log message: Rework the way that TLS configuration is sent/received via imsgs, so that are no longer limited by the 16KB maximum size of a single imsg. Configuration data that is larger than a single message is now chunked and sent via multiple imsgs. Prompted by a diff from Jack Burton <jack at saosce dot com dot au>. ok reyk@