rusticata / asn1-rs

Parsers/Encoders for ASN.1 BER/DER data
Apache License 2.0
10 stars 14 forks source link

Fix encoding of optional TaggedImplicit object #42

Closed yestyle closed 3 months ago

yestyle commented 3 months ago

Sorry, not familiar with TaggedParser and OptTaggedParser. Had to drop it from the test.

chifflier commented 3 months ago

Hi, after review, I can confirm the problem in the serialization of TaggedValue<Implicit>. Thank you for your bug report, and the PR! I am looking for the other APIs and will commit this before a new release.

chifflier commented 3 months ago

Merged, thanks!