Skip to content

Commit

Permalink
improvement: dsaEncoding is now available in lts/erbium
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Feb 13, 2020
1 parent 7477f08 commit 594c3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/help/runtime_support.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ module.exports = {
oaepHashSupported: major > 12 || (major === 12 && minor >= 9),
keyObjectSupported: !!KeyObject && major >= 12,
edDSASupported: !!sign && !!verify,
dsaEncodingSupported: major > 13 || (major === 13 && minor >= 2)
dsaEncodingSupported: major > 13 || (major === 13 && minor >= 2) || (major === 12 && minor >= 16)
}

0 comments on commit 594c3e4

Please sign in to comment.