Skip to content

Commit 9543da5

Browse files
committed
feat: support for the ML-DSA Algorithm Identifiers
1 parent c3ee73b commit 9543da5

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

docs/interfaces/JWK.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ Support from the community to continue maintaining and improving this module is
5454

5555
***
5656

57+
### pub?
58+
59+
`readonly` `optional` **pub**: `string`
60+
61+
***
62+
5763
### use?
5864

5965
`readonly` `optional` **use**: `string`

docs/type-aliases/JWSAlgorithm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Support from the community to continue maintaining and improving this module is
66

77
***
88

9-
**JWSAlgorithm**: `"PS256"` \| `"ES256"` \| `"RS256"` \| `"Ed25519"` \| `"ES384"` \| `"PS384"` \| `"RS384"` \| `"ES512"` \| `"PS512"` \| `"RS512"` \| `"EdDSA"`
9+
**JWSAlgorithm**: `"PS256"` \| `"ES256"` \| `"RS256"` \| `"Ed25519"` \| `"ES384"` \| `"PS384"` \| `"RS384"` \| `"ES512"` \| `"PS512"` \| `"RS512"` \| `"ML-DSA-44"` \| `"ML-DSA-65"` \| `"ML-DSA-87"` \| `"EdDSA"`
1010

1111
JWS `alg` Algorithm identifiers from the
1212
[JSON Web Signature and Encryption Algorithms IANA registry](https://www.iana.org/assignments/jose/jose.xhtml#web-signature-encryption-algorithms)

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"test": "bash -c 'source .node_flags.sh && ava'"
8686
},
8787
"dependencies": {
88-
"jose": "^6.0.12",
89-
"oauth4webapi": "^3.7.0"
88+
"jose": "^6.1.0",
89+
"oauth4webapi": "^3.8.0"
9090
},
9191
"devDependencies": {
9292
"@koa/cors": "^5.0.0",

0 commit comments

Comments
 (0)