Skip to content

Commit

Permalink
Allow DigestInfo.DigestAlgorith.parameters to be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby authored and davidlehn committed Mar 30, 2022
1 parent cbf0bd5 commit 56f4316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rsa.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ var digestInfoValidator = {
name: 'DigestInfo.DigestAlgorithm.parameters',
tagClass: asn1.Class.UNIVERSAL,
type: asn1.Type.NULL,
optional: true,
constructed: false
}]
}, {
Expand Down

0 comments on commit 56f4316

Please sign in to comment.