|
2 | 2 |
|
3 | 3 | <!-- YAML
|
4 | 4 | changes:
|
5 |
| - - version: REPLACEME |
| 5 | + - version: v18.4.0 |
6 | 6 | pr-url: https://github.com/nodejs/node/pull/43310
|
7 | 7 | description: Removed proprietary `'node.keyObject'` import/export format.
|
8 |
| - - version: REPLACEME |
| 8 | + - version: v18.4.0 |
9 | 9 | pr-url: https://github.com/nodejs/node/pull/43310
|
10 | 10 | description: Removed proprietary `'NODE-DSA'`, `'NODE-DH'`,
|
11 | 11 | and `'NODE-SCRYPT'` algorithms.
|
12 |
| - - version: REPLACEME |
| 12 | + - version: v18.4.0 |
13 | 13 | pr-url: https://github.com/nodejs/node/pull/42507
|
14 | 14 | description: Added `'Ed25519'`, `'Ed448'`, `'X25519'`, and `'X448'`
|
15 | 15 | algorithms.
|
16 |
| - - version: REPLACEME |
| 16 | + - version: v18.4.0 |
17 | 17 | pr-url: https://github.com/nodejs/node/pull/42507
|
18 | 18 | description: Removed proprietary `'NODE-ED25519'` and `'NODE-ED448'`
|
19 | 19 | algorithms.
|
20 |
| - - version: REPLACEME |
| 20 | + - version: v18.4.0 |
21 | 21 | pr-url: https://github.com/nodejs/node/pull/42507
|
22 | 22 | description: Removed proprietary `'NODE-X25519'` and `'NODE-X448'` named
|
23 | 23 | curves from the `'ECDH'` algorithm.
|
@@ -553,7 +553,7 @@ The algorithms currently supported include:
|
553 | 553 | <!-- YAML
|
554 | 554 | added: v15.0.0
|
555 | 555 | changes:
|
556 |
| - - version: REPLACEME |
| 556 | + - version: v18.4.0 |
557 | 557 | pr-url: https://github.com/nodejs/node/pull/42507
|
558 | 558 | description: Added `'X25519'`, and `'X448'` algorithms.
|
559 | 559 | -->
|
@@ -584,7 +584,7 @@ The algorithms currently supported include:
|
584 | 584 | <!-- YAML
|
585 | 585 | added: v15.0.0
|
586 | 586 | changes:
|
587 |
| - - version: REPLACEME |
| 587 | + - version: v18.4.0 |
588 | 588 | pr-url: https://github.com/nodejs/node/pull/42507
|
589 | 589 | description: Added `'X25519'`, and `'X448'` algorithms.
|
590 | 590 | -->
|
@@ -666,7 +666,7 @@ The algorithms currently supported include:
|
666 | 666 | <!-- YAML
|
667 | 667 | added: v15.0.0
|
668 | 668 | changes:
|
669 |
| - - version: REPLACEME |
| 669 | + - version: v18.4.0 |
670 | 670 | pr-url: https://github.com/nodejs/node/pull/42507
|
671 | 671 | description: Added `'Ed25519'`, `'Ed448'`, `'X25519'`, and `'X448'`
|
672 | 672 | algorithms.
|
@@ -754,7 +754,7 @@ The {CryptoKey} (secret key) generating algorithms supported include:
|
754 | 754 | <!-- YAML
|
755 | 755 | added: v15.0.0
|
756 | 756 | changes:
|
757 |
| - - version: REPLACEME |
| 757 | + - version: v18.4.0 |
758 | 758 | pr-url: https://github.com/nodejs/node/pull/42507
|
759 | 759 | description: Added `'Ed25519'`, `'Ed448'`, `'X25519'`, and `'X448'`
|
760 | 760 | algorithms.
|
@@ -809,7 +809,7 @@ The algorithms currently supported include:
|
809 | 809 | <!-- YAML
|
810 | 810 | added: v15.0.0
|
811 | 811 | changes:
|
812 |
| - - version: REPLACEME |
| 812 | + - version: v18.4.0 |
813 | 813 | pr-url: https://github.com/nodejs/node/pull/42507
|
814 | 814 | description: Added `'Ed25519'`, and `'Ed448'` algorithms.
|
815 | 815 | -->
|
@@ -893,7 +893,7 @@ The unwrapped key algorithms supported include:
|
893 | 893 | <!-- YAML
|
894 | 894 | added: v15.0.0
|
895 | 895 | changes:
|
896 |
| - - version: REPLACEME |
| 896 | + - version: v18.4.0 |
897 | 897 | pr-url: https://github.com/nodejs/node/pull/42507
|
898 | 898 | description: Added `'Ed25519'`, and `'Ed448'` algorithms.
|
899 | 899 | -->
|
@@ -965,13 +965,13 @@ are simple JavaScript dictionary objects.
|
965 | 965 | ### Class: `AlgorithmIdentifier`
|
966 | 966 |
|
967 | 967 | <!-- YAML
|
968 |
| -added: REPLACEME |
| 968 | +added: v18.4.0 |
969 | 969 | -->
|
970 | 970 |
|
971 | 971 | #### `algorithmIdentifier.name`
|
972 | 972 |
|
973 | 973 | <!-- YAML
|
974 |
| -added: REPLACEME |
| 974 | +added: v18.4.0 |
975 | 975 | -->
|
976 | 976 |
|
977 | 977 | * Type: {string}
|
@@ -1228,15 +1228,15 @@ added: v15.0.0
|
1228 | 1228 | #### `ed448Params.name`
|
1229 | 1229 |
|
1230 | 1230 | <!-- YAML
|
1231 |
| -added: REPLACEME |
| 1231 | +added: v18.4.0 |
1232 | 1232 | -->
|
1233 | 1233 |
|
1234 | 1234 | * Type: {string} Must be `'Ed448'`.
|
1235 | 1235 |
|
1236 | 1236 | #### `ed448Params.context`
|
1237 | 1237 |
|
1238 | 1238 | <!-- YAML
|
1239 |
| -added: REPLACEME |
| 1239 | +added: v18.4.0 |
1240 | 1240 | -->
|
1241 | 1241 |
|
1242 | 1242 | * Type: {ArrayBuffer|TypedArray|DataView|Buffer|undefined}
|
|
0 commit comments