CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2019/08/11 13:44:25
Modified files: usr.sbin/acme-client: netproc.c Log message: In let's encrypt v1 we had to track a challenge for every domain in the certificate we were requesting. This is no longer true in v2 and we have to free the amount of challenges the server told us to fullfill. OK benno