]> git.kaiwu.me - haproxy.git/commit
MINOR: jws: support HMAC in jws_b64_protected(), make nonce optional
authorMia Kanashi <chad@redpilled.dev>
Wed, 6 May 2026 21:17:40 +0000 (00:17 +0300)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 7 May 2026 13:19:15 +0000 (15:19 +0200)
commit6900278ac6bce6f4892a79a50b737a8756bab646
tree88a828d4ab896ec4369d843e6398b15df4752df6
parent83e6ae3334cbab6761b9c6c425b16db1e86d028a
MINOR: jws: support HMAC in jws_b64_protected(), make nonce optional

This adds support for HMAC algorithms in jws_b64_protected(), but also
makes nonce field optional, because it isn't needed in some cases where
HMAC is used, primarily ACME EAB requires that nonce field must not
exist.
src/jws.c