CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2016/04/28 08:20:11
Modified files: usr.sbin/httpd : config.c httpd.h Log message: Simplify TLS configuration handling. Instead of matching by address/port, match by configuration ID. This also prevents a memory leak when there are multiple certificates specified for the same server. ok beck@