Skip to content

Commit 794cd62

Browse files
committed
doc,crypto: added sign/verify method changes about dsaEncoding
1 parent 2d83e74 commit 794cd62

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

doc/api/crypto.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,6 +1458,11 @@ changes:
14581458
- version: REPLACEME
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: REPLACEME
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.
@@ -3284,6 +3294,12 @@ Throws an error if FIPS mode is not available.
32843294
### `crypto.sign(algorithm, data, key)`
32853295
<!-- YAML
32863296
added: v12.0.0
3297+
changes:
3298+
- version:
3299+
- v12.16.0
3300+
- v13.2.0
3301+
pr-url: https://github.com/nodejs/node/pull/29292
3302+
description: This function now supports IEEE-P1363 DSA and ECDSA signatures.
32873303
-->
32883304

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

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

0 commit comments

Comments
 (0)