]> git.kaiwu.me - haproxy.git/commit
MINOR: acme: send the request for challenge ready
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 11 Apr 2025 14:44:50 +0000 (16:44 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 11 Apr 2025 23:29:27 +0000 (01:29 +0200)
commit711a13a4b47f46b20aa42830f98d1fe2ec407317
treef50f9cd0fc4a2234869fcf56e25004c74f15523f
parentae0bc88f91f22f06bd04d6fab71a9a38656dff20
MINOR: acme: send the request for challenge ready

This patch sends the "{}" message to specify that a challenge is ready.
It iterates on every challenge URL in the authorization list from the
acme_ctx.

This allows the ACME server to procede to the challenge validation.
https://www.rfc-editor.org/rfc/rfc8555#section-7.5.1
include/haproxy/acme-t.h
src/acme.c