Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9c4b360

Browse filesBrowse files
panvadanielleadams
authored andcommitted
doc,crypto: added sign/verify method changes about dsaEncoding
PR-URL: #35480 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent ccbe267 commit 9c4b360
Copy full SHA for 9c4b360

File tree

Expand file treeCollapse file tree

1 file changed

+21
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+21
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/crypto.md‎

Copy file name to clipboardExpand all lines: doc/api/crypto.md
+21Lines changed: 21 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1458,6 +1458,11 @@ changes:
14581458
- version: v15.0.0
14591459
pr-url: https://github.com/nodejs/node/pull/35093
14601460
description: The privateKey can also be an ArrayBuffer and CryptoKey.
1461+
- version:
1462+
- v12.16.0
1463+
- v13.2.0
1464+
pr-url: https://github.com/nodejs/node/pull/29292
1465+
description: This function now supports IEEE-P1363 DSA and ECDSA signatures.
14611466
- version: v12.0.0
14621467
pr-url: https://github.com/nodejs/node/pull/26960
14631468
description: This function now supports RSA-PSS keys.
@@ -1576,6 +1581,11 @@ changes:
15761581
- version: v15.0.0
15771582
pr-url: https://github.com/nodejs/node/pull/35093
15781583
description: The object can also be an ArrayBuffer and CryptoKey.
1584+
- version:
1585+
- v12.16.0
1586+
- v13.2.0
1587+
pr-url: https://github.com/nodejs/node/pull/29292
1588+
description: This function now supports IEEE-P1363 DSA and ECDSA signatures.
15791589
- version: v12.0.0
15801590
pr-url: https://github.com/nodejs/node/pull/26960
15811591
description: This function now supports RSA-PSS keys.
@@ -3314,6 +3324,12 @@ Throws an error if FIPS mode is not available.
33143324
### `crypto.sign(algorithm, data, key)`
33153325
<!-- YAML
33163326
added: v12.0.0
3327+
changes:
3328+
- version:
3329+
- v12.16.0
3330+
- v13.2.0
3331+
pr-url: https://github.com/nodejs/node/pull/29292
3332+
description: This function now supports IEEE-P1363 DSA and ECDSA signatures.
33173333
-->
33183334

33193335
<!--lint disable maximum-line-length remark-lint-->
@@ -3380,6 +3396,11 @@ changes:
33803396
- version: v15.0.0
33813397
pr-url: https://github.com/nodejs/node/pull/35093
33823398
description: The data, key, and signature arguments can also be ArrayBuffer.
3399+
- version:
3400+
- v12.16.0
3401+
- v13.2.0
3402+
pr-url: https://github.com/nodejs/node/pull/29292
3403+
description: This function now supports IEEE-P1363 DSA and ECDSA signatures.
33833404
-->
33843405

33853406
<!--lint disable maximum-line-length remark-lint-->

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.