@@ -1458,6 +1458,11 @@ changes:
1458
1458
- version: REPLACEME
1459
1459
pr-url: https://github.com/nodejs/node/pull/35093
1460
1460
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.
1461
1466
- version: v12.0.0
1462
1467
pr-url: https://github.com/nodejs/node/pull/26960
1463
1468
description: This function now supports RSA-PSS keys.
@@ -1576,6 +1581,11 @@ changes:
1576
1581
- version: REPLACEME
1577
1582
pr-url: https://github.com/nodejs/node/pull/35093
1578
1583
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.
1579
1589
- version: v12.0.0
1580
1590
pr-url: https://github.com/nodejs/node/pull/26960
1581
1591
description: This function now supports RSA-PSS keys.
@@ -3284,6 +3294,12 @@ Throws an error if FIPS mode is not available.
3284
3294
### ` crypto.sign(algorithm, data, key) `
3285
3295
<!-- YAML
3286
3296
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.
3287
3303
-->
3288
3304
3289
3305
<!-- lint disable maximum-line-length remark-lint-->
@@ -3350,6 +3366,11 @@ changes:
3350
3366
- version: REPLACEME
3351
3367
pr-url: https://github.com/nodejs/node/pull/35093
3352
3368
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.
3353
3374
-->
3354
3375
3355
3376
<!-- lint disable maximum-line-length remark-lint-->
0 commit comments