This repository has been archived by the owner on Apr 15, 2022. It is now read-only.
- Adds JWE support for alg=A256KW, enc=A256GCM if compiled
--with-openssl. - Adds jwt_check_allowed_char function to scan encoded JWTs to see
if they match the regexp. - Adds jwk_build_symmetric_key to return proper JWK of kty oct.