-
-
Notifications
You must be signed in to change notification settings - Fork 116
#207 JWKSource for p12 files #208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The JWE serialiser crashes when attempting to decode invalid data or even a JWS. The serialiser returns null but checkData does not accept a null value and throws an exception.
Sync naster
Update README.md
[WIP] Fixes GMP requirement
Sync v2.0
ES256K Support added (experimental)
Merge pull request #193 from web-token/ES256K
Thank you. That's a nice addition! |
@Spomky about this PR, should I bother with Travis and coveralls? Travis fails because of core code which wasn't changed in PR. Also coverage decrease seems irrelevant with 0.043% ;) |
Don't worry about the failing tests. I will soon close this PR, but integrate it in the v2.1 branch (the branch master is not appropriate for this new feature). |
@Spomky I think I've messed up something when changing base branch. Will do this PR again this time from proper branch. |
#207