Skip to content

Commit 9c4b360

Browse 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

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

doc/api/crypto.md

+21
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)