We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1f368 commit e27f612Copy full SHA for e27f612
1 file changed
lib/asn1.js
@@ -566,7 +566,6 @@ function _fromDer(bytes, remaining, depth, options) {
566
start = bytes.length();
567
var subOptions = {
568
// enforce strict mode to avoid parsing ASN.1 from plain data
569
- verbose: options.verbose,
570
strict: true,
571
decodeBitStrings: true
572
};
0 commit comments