Libtasn1 is a library developed for ASN.1 (Abstract Syntax Notation One) structures management.
| Tags | Software Development Libraries Code Generators |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | C |
Recent releases


Release Notes: An updated fix for a DER decoding issue to not depend on specific compilers. An updated DER decoding check to apply to short form integers as well.


Release Notes: This release has a small optimization, possibly working around a gcc/Valgrind issue. Gnulib files were updated. The asn1Coding -c parameter is now implemented. The asn1Decoding -c parameter is removed, as it did nothing and serves no purpose. Examples have been added to the manual on asn1Coding and asn1Decoding.


Release Notes: A build failure on platforms without support for GNU LD version scripts was fixed. The implementation of asn1_check_version was simplified. Self-checks were improved. gnulib files were updated, many syntax-check nits were fixed, code was indented, and license templates were fixed.


Release Notes: In generated code, config.h is now pulled if HAVE_CONFIG_H is set. Autoconf 2.61 and automake 1.10 are now required. Development has changed from CVS to GIT as an experiment.


Release Notes: Fixes reading of binary files in asn1Decoding for Windows.