[DO NOT MERGE — blocked on Python draft-10] STRICT draft-10 alg: reject legacy EdDSA - #20
Draft
marcofanti wants to merge 1 commit into
Draft
[DO NOT MERGE — blocked on Python draft-10] STRICT draft-10 alg: reject legacy EdDSA#20marcofanti wants to merge 1 commit into
marcofanti wants to merge 1 commit into
Conversation
… until Python is on draft-10)
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.
⛔ Draft / do not merge. This stages the breaking strict-
algflip ahead of the ecosystem so it's ready, but merging now would break all Python interop (the Python reference is still pre-draft-10, emittingEdDSA) including the demo's polyglot step.What it does
Jwts/TokenSupport: token headers must beEd25519; legacyEdDSArejected.Jwk.requireConsistentAlg: polymorphicEdDSAin a JWK rejected (unsupported-alg). Absentalgstill tolerated — the draft-10 "MUST reject absent alg" rule is deferred to merge time (it reorderstoPublicKeyerror semantics and is the detail most likely to change with the ecosystem's real JWK emission).Ed25519).215 tests green on this branch.
Merge gate
Merge only once the Python library and the person server / demo are on draft-10 (emit
Ed25519). As of 2026-08-07 the Python lib is still0.3.5/ pre-10 (last upstream commit 2026-06-16). When the gate opens: rebase onto main, re-validate against Python's actual draft-10 wire format, finalize the absent-alg rejection, then release as the next minor (breaking → 0.3.0).🤖 Generated with Claude Code