CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/04/06 03:14:54
Modified files:
usr.sbin/relayd: parse.y
Log message:
relayd: support TLS with multiple listeners
Fix a bug in relay_inherit() which runs only
relay_load_certfiles(conf, rb, NULL) unconditionally which isn't
alligned with logic in parser when it parses relay block, where multiple
certificates are load as relay_load_certfiles(conf, rb, NULL) only if
here no tlscerts (for default host) and otherwise it loads keypairs.
OK: rsadowski@