CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2012/10/09 07:43:31
Modified files: sbin/iked : ca.c Log message: "If srcid is omitted, the default is to use the hostname of the local machine." This has been broken when the subjectAltName certificate check was introduced some time ago. Fix it by obtaining the hostname source Id in the certificate request code as well. ok mikeb@