7.18. Libksba-1.6.7

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.

Approximate build time: 0.1 SBU
Required disk space: 9.4 MB

7.18.1. Installation of Libksba

Configure Libksba by running the following command:

./configure --prefix=/usr

Build Libksba by running the following command:

make

Install with the following command:

make install