docs: document Ed25519, Ed448, X448 and the EdDSA deprecation (RFC 9864) - #52
Merged
Merged
Conversation
web-token/jwt-framework#734 adds the fully-specified Ed25519 and Ed448 algorithms, X448 for the ECDH-ES family, and deprecates EdDSA. The algorithm and curve tables gain the new entries with the PHP 8.4 note, the signature algorithms page gets a section with the three-step migration away from EdDSA, the key factory and console pages list the four OKP curves, the prerequisites say when sodium is still needed, the signed-token example moves to Ed25519, and the 4.2 → 4.3 guide carries the feature entry and the deprecation line.
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.
Documentation for web-token/jwt-framework#734 (issue web-token/jwt-framework#724).
introduction/provided-features.md: curve and algorithm tables —Ed25519,Ed448,X448,EdDSAmarked deprecated, the PHP 8.4 note for the 448 curves and the OpenSSL fallback for the 25519 ones.the-components/signed-tokens-jws/signature-algorithms.md: "TheEd25519AndEd448Algorithms" section with the platform notes and the three-step migration away fromEdDSA(including thealgrule on keys).the-components/encrypted-tokens-jwe/encryption-algorithms.md:X448among the key agreement curves.the-components/key-jwk-and-key-set-jwkset/key-management.md,console-command/console.md: the four OKP curves and their backends.the-components/examples/signed-tokens.md: the example moves fromEdDSAtoEd25519.introduction/pre-requisite.md,README.md: when sodium is still required.migration/from-v4.2-to-v4.3.md: feature entry and theEdDSAline in the deprecation table.