CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2025/06/08 17:53:19
Modified files: usr.sbin/acme-client: http.c http.h netproc.c parse.h parse.y Log message: Add insecure API endpoints for regress test with pebble. Pebble is Let's Encrypt's test server which can be used to test corner cases or common mistakes clients make when implementing the acme RFC(s). It can also be used to test new protocol features. This is intentionally undocumented. OK tb