File tree Expand file tree Collapse file tree 7 files changed +119
-18
lines changed Expand file tree Collapse file tree 7 files changed +119
-18
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ release.
32
32
</tr >
33
33
<tr >
34
34
<td valign="top">
35
- <b ><a href =" doc/changelogs/CHANGELOG_V15.md#15.7.0 " >15.7.0</a ></b ><br />
35
+ <b ><a href =" doc/changelogs/CHANGELOG_V15.md#15.8.0 " >15.8.0</a ></b ><br />
36
+ <a href =" doc/changelogs/CHANGELOG_V15.md#15.7.0 " >15.7.0</a ><br />
36
37
<a href =" doc/changelogs/CHANGELOG_V15.md#15.6.0 " >15.6.0</a ><br />
37
38
<a href =" doc/changelogs/CHANGELOG_V15.md#15.5.1 " >15.5.1</a ><br />
38
39
<a href =" doc/changelogs/CHANGELOG_V15.md#15.5.0 " >15.5.0</a ><br />
Original file line number Diff line number Diff line change @@ -1973,7 +1973,7 @@ This property is deprecated. Please use `crypto.setFips()` and
1973
1973
1974
1974
### ` crypto.checkPrime(candidate[, options, [callback]]) `
1975
1975
<!-- YAML
1976
- added: REPLACEME
1976
+ added: v15.8.0
1977
1977
-->
1978
1978
1979
1979
* ` candidate ` {ArrayBuffer|SharedArrayBuffer|TypedArray|Buffer|DataView|bigint}
@@ -1995,7 +1995,7 @@ Checks the primality of the `candidate`.
1995
1995
1996
1996
### ` crypto.checkPrimeSync(candidate[, options]) `
1997
1997
<!-- YAML
1998
- added: REPLACEME
1998
+ added: v15.8.0
1999
1999
-->
2000
2000
2001
2001
* ` candidate ` {ArrayBuffer|SharedArrayBuffer|TypedArray|Buffer|DataView|bigint}
@@ -2748,7 +2748,7 @@ it will be a buffer containing the data encoded as DER.
2748
2748
2749
2749
### ` crypto.generatePrime(size[, options[, callback]]) `
2750
2750
<!-- YAML
2751
- added: REPLACEME
2751
+ added: v15.8.0
2752
2752
-->
2753
2753
2754
2754
* ` size ` {number} The size (in bits) of the prime to generate.
@@ -2790,7 +2790,7 @@ is provided.
2790
2790
2791
2791
### ` crypto.generatePrimeSync(size[, options]) `
2792
2792
<!-- YAML
2793
- added: REPLACEME
2793
+ added: v15.8.0
2794
2794
-->
2795
2795
2796
2796
* ` size ` {number} The size (in bits) of the prime to generate.
Original file line number Diff line number Diff line change @@ -2729,7 +2729,7 @@ change the value has been deprecated and will be disabled in the future.
2729
2729
### DEP0151: Main index lookup and extension searching
2730
2730
<!-- YAML
2731
2731
changes:
2732
- - version: REPLACEME
2732
+ - version: v15.8.0
2733
2733
pr-url: https://github.com/nodejs/node/pull/36918
2734
2734
description: Documentation-only deprecation
2735
2735
with `--pending-deprecation` support.
Original file line number Diff line number Diff line change @@ -735,7 +735,7 @@ chained.
735
735
<!-- YAML
736
736
added: v0.11.13
737
737
changes:
738
- - version: REPLACEME
738
+ - version: v15.8.0
739
739
pr-url: https://github.com/nodejs/node/pull/37026
740
740
description: AbortSignal support was added.
741
741
- version: v11.4.0
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ rl.on('line', (input) => {
90
90
91
91
### Event: ` 'history' `
92
92
<!-- YAML
93
- added: REPLACEME
93
+ added: v15.8.0
94
94
-->
95
95
96
96
The ` 'history' ` event is emitted whenever the history array has changed.
@@ -436,7 +436,7 @@ asynchronous iteration may result in missed lines.
436
436
<!-- YAML
437
437
added: v0.1.98
438
438
changes:
439
- - version: REPLACEME
439
+ - version: v15.8.0
440
440
pr-url: https://github.com/nodejs/node/pull/33676
441
441
description: Value will always be a string, never undefined.
442
442
-->
@@ -544,7 +544,7 @@ the current position of the cursor down.
544
544
<!-- YAML
545
545
added: v0.1.98
546
546
changes:
547
- - version: REPLACEME
547
+ - version: v15.8.0
548
548
pr-url: https://github.com/nodejs/node/pull/33662
549
549
description: The `history` option is supported now.
550
550
- version: v13.9.0
Original file line number Diff line number Diff line change @@ -1636,37 +1636,37 @@ added: v15.0.0
1636
1636
1637
1637
### ` NODE-ED25519 ` and ` NODE-ED448 ` Algorithms
1638
1638
<!-- YAML
1639
- added: REPLACEME
1639
+ added: v15.8.0
1640
1640
-->
1641
1641
1642
1642
#### Class: ` NodeEdKeyGenParams `
1643
1643
<!-- YAML
1644
- added: REPLACEME
1644
+ added: v15.8.0
1645
1645
-->
1646
1646
1647
1647
##### ` nodeEdKeyGenParams.name `
1648
1648
<!-- YAML
1649
- added: REPLACEME
1649
+ added: v15.8.0
1650
1650
-->
1651
1651
1652
1652
* Type: {string} Must be one of ` 'NODE-ED25519' ` , ` 'NODE-ED448' ` or ` 'ECDH' ` .
1653
1653
1654
1654
##### ` nodeEdKeyGenParams.namedCurve `
1655
1655
<!-- YAML
1656
- added: REPLACEME
1656
+ added: v15.8.0
1657
1657
-->
1658
1658
1659
1659
* Type: {string} Must be one of ` 'NODE-ED25519' ` , ` 'NODE-ED448' ` ,
1660
1660
` 'NODE-X25519' ` , or ` 'NODE-X448' ` .
1661
1661
1662
1662
#### Class: ` NodeEdKeyImportParams `
1663
1663
<!-- YAML
1664
- added: REPLACEME
1664
+ added: v15.8.0
1665
1665
-->
1666
1666
1667
1667
##### ` nodeEdKeyImportParams.name `
1668
1668
<!-- YAML
1669
- added: REPLACEME
1669
+ added: v15.8.0
1670
1670
-->
1671
1671
1672
1672
* Type: {string} Must be one of ` 'NODE-ED25519' ` or ` 'NODE-ED448' `
@@ -1675,15 +1675,15 @@ added: REPLACEME
1675
1675
1676
1676
##### ` nodeEdKeyImportParams.namedCurve `
1677
1677
<!-- YAML
1678
- added: REPLACEME
1678
+ added: v15.8.0
1679
1679
-->
1680
1680
1681
1681
* Type: {string} Must be one of ` 'NODE-ED25519' ` , ` 'NODE-ED448' ` ,
1682
1682
` 'NODE-X25519' ` , or ` 'NODE-X448' ` .
1683
1683
1684
1684
##### ` nodeEdKeyImportParams.public `
1685
1685
<!-- YAML
1686
- added: REPLACEME
1686
+ added: v15.8.0
1687
1687
-->
1688
1688
1689
1689
* Type: {boolean}
You can’t perform that action at this time.
0 commit comments