indutny / asn1.js

ASN.1 Decoder/Encoder/DSL
MIT License
181 stars 64 forks source link

Strict tag decoding #128

Open robin-aws opened 3 years ago

robin-aws commented 3 years ago

Tag decoding was ignoring the first three bits of the tag (tag class and primitive bit).

Fixing this also broke a few tests that had technically incorrect payloads, so those have been patched as well.