Skip to content

Commit

Permalink
doc: fix crypto doc linter errors
Browse files Browse the repository at this point in the history
PR-URL: #36035
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
aduh95 authored and BethGriggs committed Dec 15, 2020
1 parent 4faf71b commit 1ca1f26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/api/crypto.md
Expand Up @@ -1410,8 +1410,8 @@ console.log(verify.verify(publicKey, signature));
added: v0.1.92
changes:
- version:
- v12.16.0
- v13.2.0
- v12.16.0
pr-url: https://github.com/nodejs/node/pull/29292
description: This function now supports IEEE-P1363 DSA and ECDSA signatures.
- version: v12.0.0
Expand Down Expand Up @@ -1528,8 +1528,8 @@ This can be called many times with new data as it is streamed.
added: v0.1.92
changes:
- version:
- v12.16.0
- v13.2.0
- v12.16.0
pr-url: https://github.com/nodejs/node/pull/29292
description: This function now supports IEEE-P1363 DSA and ECDSA signatures.
- version: v12.0.0
Expand Down Expand Up @@ -3003,8 +3003,8 @@ Throws an error if FIPS mode is not available.
added: v12.0.0
changes:
- version:
- v12.16.0
- v13.2.0
- v12.16.0
pr-url: https://github.com/nodejs/node/pull/29292
description: This function now supports IEEE-P1363 DSA and ECDSA signatures.
-->
Expand Down Expand Up @@ -3065,8 +3065,8 @@ not introduce timing vulnerabilities.
added: v12.0.0
changes:
- version:
- v12.16.0
- v13.2.0
- v12.16.0
pr-url: https://github.com/nodejs/node/pull/29292
description: This function now supports IEEE-P1363 DSA and ECDSA signatures.
-->
Expand Down

0 comments on commit 1ca1f26

Please sign in to comment.