haproxy/tests/unit/jwk
William Lallemand d014d7ee72 TESTS: jws: implement a test for JWS signing
This test returns a JWS payload signed a specified private key in the
PEM format, and uses the "jose" command tool to check if the signature
is correct against the jwk public key.

The test could be improved later by using the code from jwt.c allowing
to check a signature.
2025-03-11 22:29:40 +01:00
..
ecdsa.key TESTS: jws: register a unittest for jwk 2025-03-03 12:43:32 +01:00
ecdsa.pub.jwk TESTS: jws: register a unittest for jwk 2025-03-03 12:43:32 +01:00
jws.sh TESTS: jws: implement a test for JWS signing 2025-03-11 22:29:40 +01:00
rsa.key TESTS: jws: register a unittest for jwk 2025-03-03 12:43:32 +01:00
rsa.pub.jwk TESTS: jws: register a unittest for jwk 2025-03-03 12:43:32 +01:00
test.sh TESTS: jws: register a unittest for jwk 2025-03-03 12:43:32 +01:00