]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: acme: allow empty payload in acme_jws_payload()
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 10 Apr 2025 16:43:42 +0000 (18:43 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 11 Apr 2025 23:29:27 +0000 (01:29 +0200)
commit7231bf5726031c34d3fc6110dc7cfc04769e48ae
tree4168ce3e35c85673d4b3e39cea48954a2b5ec5ef
parent4842c5ea8c950724963625303bd21ada45160e32
MINOR: acme: allow empty payload in acme_jws_payload()

Some ACME requests are required to have a JWS with an empty payload,
let's be more flexible and allow this function to have an empty buffer.
src/acme.c