qnighy / yasna.rs

ASN.1 library for Rust
Apache License 2.0
42 stars 31 forks source link

Arbitrary DER ser- and deserialization from a TaggedDerValue type #28

Closed jethrogb closed 5 years ago

jethrogb commented 5 years ago

This partially reverts #9 and replaces it with new functionality. write_tagged_der can now set the appropriate PC bit value without having to poke through the abstraction.

cc @aandyl