Libtasn1 is the ASN.1 library used by GnuTLS, GNU Shishi and some other packages.
Libtasn1 was written by Fabio Fiorina, and has been shipped as part of GnuTLS. Libtasn1 didn't have its own home page until now. It is currently maintained by Simon Josefsson.
The goal of this implementation is to be highly portable, and only require an ANSI C89 platform.
Product's homepage
What's New in This Release: [ read full changelog ]
· This version adds asn1_read_node_value() to obtain a node's value.
· This is to deprecate the export of the node_asn internal structure for the upcoming 3.x release.
· The ASN1_DATA_NODE type and the ASN1_ETYPE_* constants were added to support the new function.