]> git.kaiwu.me - haproxy.git/commit
MINOR: jwe: Add new jwt_decrypt_secret converter
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Tue, 13 Jan 2026 10:50:56 +0000 (11:50 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 15 Jan 2026 09:56:27 +0000 (10:56 +0100)
commit416b87d5dba6331422e679230d0f473b07706ea1
treed9175890eb96a7ae4e831ca322470107ae883a85
parent2b45b7bf4f179b2e55dd60c5fce100d1ed5b2e1e
MINOR: jwe: Add new jwt_decrypt_secret converter

This converter checks the validity and decrypts the content of a JWE
token that has a symetric "alg" algorithm. In such a case, we only
require a secret as parameter in order to decrypt the token.
Makefile
include/haproxy/sample.h
include/haproxy/ssl_utils.h
src/jwe.c [new file with mode: 0644]
src/ssl_sample.c