mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-11 20:01:00 +01:00
This patch implements the function EVP_PKEY_to_jws_algo() which returns a jwt_alg compatible with the private key. This value can then be passed to jws_b64_protected() and jws_b64_signature() which modified to take an jwt_alg instead of a char.