Freeze v0.3: query-fold + canonicalization (§4.2) + JWS/token hardening (supersedes #3) - #6
Merged
Conversation
…ng (§9, §11) Combines this PR's breaking work with the additive #5 base now on main: adopts the §4.2 query-fold + exact canonicalization (was tracked as deferred), adds JWS algorithm-confusion defense, kid/key-separation, exp<=300s, cross-instance jti sharing, and the token-replay/key-separation §11 considerations — on top of #5's cns single-use, revocation, and interop. Marks the spec FROZEN at 0.3 (badge, header, CHANGELOG). validate.py + conformance.py green against delego 0.2.3; query-fold hashing vectors ship when the reference implements the fold. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Lands the reconciliation of PR #3 (koishore's draft) on top of the merged #5, and freezes the spec at 0.3.
Combines:
+→space, first-=, duplicate preservation, fragment exclusion, code-point order); §9/§9.1 JWS hardening (pinalg=EdDSA, rejectnone/alg-confusion,kidrotation, key separation,exp≤300s, cross-instancejti); §11 algorithm-confusion + key-separation.cns/revocation/interop.Freeze framing: badge, header (
Status: Frozen), and CHANGELOG flipped from0.3-draft→0.3.validate.py+conformance.pygreen against delego 0.2.3; the query-fold is spec-ahead-of-reference (hashing vectors regenerate when delego implements the fold — tracked as the delego 0.3.0 milestone).Closes #3 (superseded — its content is fully incorporated here).
🤖 Generated with Claude Code