asn1.js
asn1.js copied to clipboard
Implicit seqof bug
When using implicit seqof(Type)
, where Type
is seq()
, the sequence is encoded as a0
, while it seems it should be encoded as 30
Here's a test: Vanuan@055b737