]> git.kaiwu.me - haproxy.git/commit
MINOR: jwt: Convert EC JWK to EVP_PKEY
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Tue, 10 Mar 2026 13:43:42 +0000 (14:43 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 10 Mar 2026 13:58:46 +0000 (14:58 +0100)
commit3d9764f4c3ad96265c3777bc4d53a29122c10404
treeb88717854f4c06d8f345ad01c59812119d9f3a19
parente34b633be3f0ae092b078b6c6f096b5f67b1e8ea
MINOR: jwt: Convert EC JWK to EVP_PKEY

Convert a JWK with the "EC" key type ("kty") into an EVP_PKEY. The JWK
can either represent a public key if it only contains the "x" and "y"
fields, or a private key if it also contains the "d" field.
src/jwe.c