Skip to content

Commit 1ca1f26

Browse files
aduh95BethGriggs
authored andcommittedDec 15, 2020
doc: fix crypto doc linter errors
PR-URL: #36035 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 4faf71b commit 1ca1f26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎doc/api/crypto.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1410,8 +1410,8 @@ console.log(verify.verify(publicKey, signature));
14101410
added: v0.1.92
14111411
changes:
14121412
- version:
1413-
- v12.16.0
14141413
- v13.2.0
1414+
- v12.16.0
14151415
pr-url: https://github.com/nodejs/node/pull/29292
14161416
description: This function now supports IEEE-P1363 DSA and ECDSA signatures.
14171417
- version: v12.0.0
@@ -1528,8 +1528,8 @@ This can be called many times with new data as it is streamed.
15281528
added: v0.1.92
15291529
changes:
15301530
- version:
1531-
- v12.16.0
15321531
- v13.2.0
1532+
- v12.16.0
15331533
pr-url: https://github.com/nodejs/node/pull/29292
15341534
description: This function now supports IEEE-P1363 DSA and ECDSA signatures.
15351535
- version: v12.0.0
@@ -3003,8 +3003,8 @@ Throws an error if FIPS mode is not available.
30033003
added: v12.0.0
30043004
changes:
30053005
- version:
3006-
- v12.16.0
30073006
- v13.2.0
3007+
- v12.16.0
30083008
pr-url: https://github.com/nodejs/node/pull/29292
30093009
description: This function now supports IEEE-P1363 DSA and ECDSA signatures.
30103010
-->
@@ -3065,8 +3065,8 @@ not introduce timing vulnerabilities.
30653065
added: v12.0.0
30663066
changes:
30673067
- version:
3068-
- v12.16.0
30693068
- v13.2.0
3069+
- v12.16.0
30703070
pr-url: https://github.com/nodejs/node/pull/29292
30713071
description: This function now supports IEEE-P1363 DSA and ECDSA signatures.
30723072
-->

0 commit comments

Comments
 (0)
Please sign in to comment.