CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2025/06/11 22:35:05
Modified files: usr.sbin/acme-client: netproc.c Log message: Retry request on badNonce error. RFC 8555, 6.5 tells us we SHOULD do this and we MUST use the nonce provided in the error response. Non-compliance found with pebble. OK tb