]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: jwt: Add new jwt_verify_cert converter
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Thu, 2 Oct 2025 13:32:41 +0000 (15:32 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 13 Oct 2025 08:38:52 +0000 (10:38 +0200)
commitf5632fd481eeb104203451fbe14fc0d7a9884e1e
treeb7a59a35c4a2dd184a710952f491bc50b782a385
parentc3c0597a34c685ac92efca910790422efa3c6348
MINOR: jwt: Add new jwt_verify_cert converter

This converter will be in charge of performing the same operation as the
'jwt_verify' one except that it takes a full-on pem certificate path
instead of a public key path as parameter.
The certificate path can be either provided directly as a string or via
a variable. This allows to use certificates that are not known during
init to perform token validation.
include/haproxy/jwt-t.h
include/haproxy/jwt.h
reg-tests/jwt/jws_verify.vtc
src/jwt.c
src/sample.c