CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/07/15 10:00:39
Modified files:
usr.sbin/httpd : config.c httpd.h server.c
Log message:
Send the TLS certificate and key via separate imsgs, rather than
including them in the IMSG_CFG_SERVER imsg. This allows the certificate
and key to each be almost 16KB (the maximum size for an imsg), rather than
having a combined total of less than 16KB (which can be reached with large
keys, certificate bundles or by including text versions of certificates).
ok reyk@