@@ -1129,17 +1129,17 @@ passing keys as strings or `Buffer`s due to improved security features.
11291129<!-- YAML
11301130added: v11.6.0
11311131changes:
1132- - version: REPLACEME
1132+ - version: v12.0.0
11331133 pr-url: https://github.com/nodejs/node/pull/26960
11341134 description: Added support for `'rsa-pss'`
1135- - version: REPLACEME
1135+ - version: v12.0.0
11361136 pr-url: https://github.com/nodejs/node/pull/26786
11371137 description: This property now returns `undefined` for KeyObject
11381138 instances of unrecognized type instead of aborting.
1139- - version: REPLACEME
1139+ - version: v12.0.0
11401140 pr-url: https://github.com/nodejs/node/pull/26774
11411141 description: Added support for `'x25519'` and `'x448'`
1142- - version: REPLACEME
1142+ - version: v12.0.0
11431143 pr-url: https://github.com/nodejs/node/pull/26319
11441144 description: Added support for `'ed25519'` and `'ed448'`.
11451145-->
@@ -1284,7 +1284,7 @@ console.log(verify.verify(publicKey, signature));
12841284<!-- YAML
12851285added: v0.1.92
12861286changes:
1287- - version: REPLACEME
1287+ - version: v12.0.0
12881288 pr-url: https://github.com/nodejs/node/pull/26960
12891289 description: This function now supports RSA-PSS keys.
12901290 - version: v11.6.0
@@ -1387,7 +1387,7 @@ This can be called many times with new data as it is streamed.
13871387<!-- YAML
13881388added: v0.1.92
13891389changes:
1390- - version: REPLACEME
1390+ - version: v12.0.0
13911391 pr-url: https://github.com/nodejs/node/pull/26960
13921392 description: This function now supports RSA-PSS keys.
13931393 - version: v11.7.0
@@ -1937,10 +1937,10 @@ algorithm names.
19371937<!-- YAML
19381938added: v10.12.0
19391939changes:
1940- - version: REPLACEME
1940+ - version: v12.0.0
19411941 pr-url: https://github.com/nodejs/node/pull/26774
19421942 description: Add ability to generate X25519 and X448 key pairs.
1943- - version: REPLACEME
1943+ - version: v12.0.0
19441944 pr-url: https://github.com/nodejs/node/pull/26554
19451945 description: Add ability to generate Ed25519 and Ed448 key pairs.
19461946 - version: v11.6.0
@@ -2001,7 +2001,7 @@ a `Promise` for an `Object` with `publicKey` and `privateKey` properties.
20012001<!-- YAML
20022002added: v10.12.0
20032003changes:
2004- - version: REPLACEME
2004+ - version: v12.0.0
20052005 pr-url: https://github.com/nodejs/node/pull/26554
20062006 description: Add ability to generate Ed25519 and Ed448 key pairs.
20072007 - version: v11.6.0
@@ -2692,7 +2692,7 @@ Throws an error if FIPS mode is not available.
26922692
26932693### crypto.sign(algorithm, data, key)
26942694<!-- YAML
2695- added: REPLACEME
2695+ added: v12.0.0
26962696-->
26972697* ` algorithm ` {string | null | undefined}
26982698* ` data ` {Buffer | TypedArray | DataView}
@@ -2742,7 +2742,7 @@ not introduce timing vulnerabilities.
27422742
27432743### crypto.verify(algorithm, data, key, signature)
27442744<!-- YAML
2745- added: REPLACEME
2745+ added: v12.0.0
27462746-->
27472747* ` algorithm ` {string | null | undefined}
27482748* ` data ` {Buffer | TypedArray | DataView}
0 commit comments