| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ccbe267 commit 9c4b360
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1458,6 +1458,11 @@ changes: | |||
| 1458 | 1458 | - version: v15.0.0 | |
| 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: v15.0.0 | |
| 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. | |
@@ -3314,6 +3324,12 @@ Throws an error if FIPS mode is not available. | |||
| 3314 | 3324 | ### `crypto.sign(algorithm, data, key)` | |
| 3315 | 3325 | <!-- YAML | |
| 3316 | 3326 | 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. | ||
| 3317 | 3333 | --> | |
| 3318 | 3334 | ||
| 3319 | 3335 | <!--lint disable maximum-line-length remark-lint--> | |
@@ -3380,6 +3396,11 @@ changes: | |||
| 3380 | 3396 | - version: v15.0.0 | |
| 3381 | 3397 | pr-url: https://github.com/nodejs/node/pull/35093 | |
| 3382 | 3398 | 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. | ||
| 3383 | 3404 | --> | |
| 3384 | 3405 | ||
| 3385 | 3406 | <!--lint disable maximum-line-length remark-lint--> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments