]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: jwe: Some algorithms not supported by AWS-LC
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Tue, 13 Jan 2026 10:51:00 +0000 (11:51 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 15 Jan 2026 09:56:28 +0000 (10:56 +0100)
commitaba18bac71155d3e34d7dab5749bfb2cfa9662ec
treef2faee63149ea7eb47b40a427ededa63f97fe27c
parent39da1845fc98daa786723206b89b379cd8999ac2
MINOR: jwe: Some algorithms not supported by AWS-LC

AWS-LC does not have EVP_aes_128_wrap or EVP_aes_192_wrap so the A128KW
and A192KW algorithms will not be supported for JWE token decryption.
doc/configuration.txt
src/jwe.c