ystero-dev / hampi

Rust ASN.1 Toolkit
Other
43 stars 18 forks source link

Support for Tag resolution in the `resolver` #85

Open gabhijit opened 1 year ago

gabhijit commented 1 year ago

A tag needs to be properly assigned to a type to be used in the BER/DER encoding. We have a support for the tag in the parser crate when it can be parsed. Similar support for the tags needs to be added in the Asn1resolver structure as well.

See also: #75