benmcollins/libjwt: Update supported features#937
Open
benmcollins wants to merge 1 commit into
Open
Conversation
jonathanp-okta
previously approved these changes
Jul 16, 2026
Contributor
There was a problem hiding this comment.
Thanks for the update! We verified the changes against the live libjwt repository before merging:
PS256/PS384/PS512— confirmed supported across all three backends (OpenSSL,GnuTLS,MbedTLS) ✓- Standard claims (
iss,sub,aud,exp,nbf,iat,jti) — confirmed supported perRFC-7519;jtispecifically formalized inv3.4.0✓ - minimumVersion: "
3.4.0" — reasonable anchor sincev3.4.0is the release that ties all these features together ✓ - Install command —
PPAwas outdated, the cmake build-from-source instruction is correct ✓ - Stars — accurate at time of submission ✓
Contributor
|
Hey, @benmcollins! The PR looks good and is approved, but merging is blocked because the commits must have verified signatures (GPG/SSH signing required by this repo's branch protection rules). Could you please rebase and sign your commits? Thanks! |
benmcollins
force-pushed
the
benmcollins-libjwt-update
branch
from
July 16, 2026 15:30
067ecec to
e4fe972
Compare
Author
|
Thanks. I rebased and force-pushed with gpg signature. |
Contributor
|
Hey @benmcollins, we’re still blocked on merging this because commit |
LibJWT now also supports JWE, but I did not see a way to specify this. Signed-off-by: Ben Collins <bcollins@libjwt.io>
benmcollins
force-pushed
the
benmcollins-libjwt-update
branch
from
July 16, 2026 16:11
e4fe972 to
6bf8b2b
Compare
Author
|
Not sure how that commit got mixed in there. It's gone now. |
jonathanp-okta
approved these changes
Jul 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
LibJWT now also supports JWE, but I did not see a way to specify this.