Skip to content

security(sdjwt): apply exp/nbf to the processed payload - #174

Merged
luisgf merged 1 commit into
mainfrom
security/sdjwt-processed-exp
Aug 13, 2026
Merged

security(sdjwt): apply exp/nbf to the processed payload#174
luisgf merged 1 commit into
mainfrom
security/sdjwt-processed-exp

Conversation

@luisgf

@luisgf luisgf commented Aug 13, 2026

Copy link
Copy Markdown
Owner

RFC 9901 §7.1 step 6: check nbf/exp on the processed payload if present. openvc already ran that check on the issuer-JWT body; if exp/nbf were selectively disclosed they only appeared after _unpack and were not re-checked.

The issuer-JWT body is still checked. The processed payload is now checked as well.

Verified: bash .claude/skills/ship-issue/scripts/gate.sh.

RFC 9901 §7.1 step 6 requires the verifier to check those claims
on the processed payload if present. The issuer-JWT body was
already checked; a selectively disclosed expiry is now too.
@luisgf
luisgf merged commit f37fc04 into main Aug 13, 2026
13 of 14 checks passed
@luisgf
luisgf deleted the security/sdjwt-processed-exp branch August 13, 2026 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant