libtasn1 is a highly portable C library that encodes and decodes DER/BER data following an ASN.1 schema.
Download (HTTP): https://mirror.csclub.uwaterloo.ca/gnu/libtasn1/libtasn1-4.20.0.tar.gz
Download SHA256 Sum: 92e0e3bd4c02d4aeee76036b2ddd83f0c732ba4cda5cb71d583272b23587a76c
Download MD5 sum: 930f71d788cf37505a0327c1b84741be
Download size: 1,784 KB
Estimated disk space required: 16 MB (with tests)
Estimated build time: 0.3 SBU (with tests)
"gtk-doc" "valgrind"
![[Note]](../images/note.png)
Not Available in the chroot environment
Configure by running the following commands:
./configure --prefix=/usr --disable-static
To Compile the package, issue:
make
To test the results, issue:
make check
Now, Install the package:
make install