CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/12/18 05:04:55
Modified files: usr.sbin/acme-client: revokeproc.c Log message: acme-client: encode unexpected SANs before printing If a SAN isn't configured, it could be anything, so make printing it safe using strvisx(). If it is configured but duplicate, printing it should be fine, so don't bother. This removes two XXX added in the previous commit. ok florian