Skip to content

Commit

Permalink
doc,crypto: add missing CFRG curve algorithms to supported lists
Browse files Browse the repository at this point in the history
PR-URL: #44876
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
panva authored and nodejs-github-bot committed Oct 5, 2022
1 parent 22fbf83 commit 2f47a5b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/api/webcrypto.md
Expand Up @@ -597,6 +597,8 @@ containing the generated data.
The algorithms currently supported include:

* `'ECDH'`
* `'X25519'`[^1]
* `'X448'`[^1]
* `'HKDF'`
* `'PBKDF2'`

Expand Down Expand Up @@ -635,6 +637,8 @@ generate raw keying material, then passing the result into the
The algorithms currently supported include:

* `'ECDH'`
* `'X25519'`[^1]
* `'X448'`[^1]
* `'HKDF'`
* `'PBKDF2'`

Expand Down Expand Up @@ -910,7 +914,11 @@ The unwrapped key algorithms supported include:
* `'RSA-PSS'`
* `'RSA-OAEP'`
* `'ECDSA'`
* `'Ed25519'`[^1]
* `'Ed448'`[^1]
* `'ECDH'`
* `'X25519'`[^1]
* `'X448'`[^1]
* `'HMAC'`
* `'AES-CTR'`
* `'AES-CBC'`
Expand Down

0 comments on commit 2f47a5b

Please sign in to comment.