Skip to content

Commit

Permalink
doc,crypto: added sign/verify method changes about dsaEncoding
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Oct 12, 2020
1 parent 2d83e74 commit 794cd62
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions doc/api/crypto.md
Expand Up @@ -1458,6 +1458,11 @@ changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/35093
description: The privateKey can also be an ArrayBuffer and CryptoKey.
- version:
- v12.16.0
- v13.2.0
pr-url: https://github.com/nodejs/node/pull/29292
description: This function now supports IEEE-P1363 DSA and ECDSA signatures.
- version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/26960
description: This function now supports RSA-PSS keys.
Expand Down Expand Up @@ -1576,6 +1581,11 @@ changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/35093
description: The object can also be an ArrayBuffer and CryptoKey.
- version:
- v12.16.0
- v13.2.0
pr-url: https://github.com/nodejs/node/pull/29292
description: This function now supports IEEE-P1363 DSA and ECDSA signatures.
- version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/26960
description: This function now supports RSA-PSS keys.
Expand Down Expand Up @@ -3284,6 +3294,12 @@ Throws an error if FIPS mode is not available.
### `crypto.sign(algorithm, data, key)`
<!-- YAML
added: v12.0.0
changes:
- version:
- v12.16.0
- v13.2.0
pr-url: https://github.com/nodejs/node/pull/29292
description: This function now supports IEEE-P1363 DSA and ECDSA signatures.
-->

<!--lint disable maximum-line-length remark-lint-->
Expand Down Expand Up @@ -3350,6 +3366,11 @@ changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/35093
description: The data, key, and signature arguments can also be ArrayBuffer.
- version:
- v12.16.0
- v13.2.0
pr-url: https://github.com/nodejs/node/pull/29292
description: This function now supports IEEE-P1363 DSA and ECDSA signatures.
-->

<!--lint disable maximum-line-length remark-lint-->
Expand Down

0 comments on commit 794cd62

Please sign in to comment.