The Libksba package contains a library used to make X.509 certificates as well as making the CMS (Cryptographic Message Syntax) easily accessible by other applications. Both specifications are building blocks of S/MIME and TLS. The library does not rely on another cryptographic library but provides hooks for easy integration with Libgcrypt.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://www.gnupg.org/ftp/gcrypt/libksba/libksba-1.6.7.tar.bz2
Download SHA256 Sum: cf72510b8ebb4eb6693eef765749d83677a03c79291a311040a5bfd79baab763
Download MD5 sum: 7e736de467b67c7ea88de746c31ea12f
Download size: 692 KB
Estimated disk space required: 9.4 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
"valgrind"
To Prepare Libksba by running the following commands:
./configure --prefix=/usr
make
To test the results, issue:
make check
Now Install, as the root user:
make install