haproxy/reg-tests/jwt
Remi Tricot-Le Breton f5632fd481 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.
2025-10-13 10:38:52 +02:00
..
build_token.py BUG/MEDIUM: jwt: Properly process ecdsa signatures (concatenated R and S params) 2023-01-18 16:18:31 +01:00
cert.ecdsa.pem REGTESTS: jwt: Add test with actual certificate passed to jwt_verify 2025-06-30 17:59:55 +02:00
cert.rsa.pem REGTESTS: jwt: Add test with actual certificate passed to jwt_verify 2025-06-30 17:59:55 +02:00
es256-public.pem REGTESTS: jwt: Add tests for the jwt_verify converter 2021-10-14 16:38:14 +02:00
es384-public.pem REGTESTS: jwt: Add tests for the jwt_verify converter 2021-10-14 16:38:14 +02:00
es512-public.pem REGTESTS: jwt: Add tests for the jwt_verify converter 2021-10-14 16:38:14 +02:00
jws_verify.vtc MINOR: jwt: Add new jwt_verify_cert converter 2025-10-13 10:38:52 +02:00
rsa-public.pem REGTESTS: jwt: Add tests for the jwt_verify converter 2021-10-14 16:38:14 +02:00