docs: document ML-DSA and the AKP key type (RFC 9964) - #53
Merged
Merged
Conversation
web-token/jwt-framework#735 adds the ML-DSA-44/65/87 algorithms and the AKP key type. The key type and algorithm tables gain the entries, the signature algorithms page gets a section with the key shape (seed as "priv", "alg" required), the checks and the runtime platform requirement behind isSupported(), the key factory page the AKP generation, the seed form and the PEM forms the loader reads, the console page the two generator commands, the prerequisites and the README the requirement, and the 4.2 → 4.3 guide the feature entry.
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#735 (issue web-token/jwt-framework#723).
introduction/provided-features.md:AKPin the key type table,ML-DSA-44/65/87in the signature algorithm table with the PHP 8.4 + OpenSSL 3.5 runtime requirement.the-components/signed-tokens-jws/signature-algorithms.md: "TheML-DSA-44,ML-DSA-65AndML-DSA-87Algorithms" — key shape (seed aspriv,algrequired), the checks run before OpenSSL, signature sizes, and the runtime probe behindMLDSA44::isSupported().the-components/key-jwk-and-key-set-jwkset/key-management.md:AKPamong the generated key types, the "Algorithm Key Pair (ML-DSA)" section (fresh key, rebuild from a stored seed, RFC 9881 PEM forms, the ML-DSA-signed certificate limitation), thumbprint andtoPublic()notes.console-command/console.md:key:generate:mldsa/keyset:generate:mldsa.introduction/pre-requisite.md,README.md: the platform requirement.migration/from-v4.2-to-v4.3.md: the feature entry.