Libksba-1.3.5
      
      
        
          Introduction to Libksba
        
        
          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-7.10
          platform.
        
        
          Package Information
        
        
        
          Libksba Dependencies
        
        
          Required
        
        
          libgpg-error-1.24
        
        
          Optional
        
        
          Valgrind-3.11.0
        
        
          User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libksba
        
       
      
        
          Installation of Libksba
        
        
          Install Libksba by running the
          following commands:
        
        
./configure --prefix=/usr &&
make
        
          To test the results, issue: make
          check.
        
        
          Now, as the root user:
        
        
make install
       
      
        
          Contents
        
        
          
            
              Installed Program:
              ksba-config
            
            
              Installed Library:
              libksba.so
            
            
              Installed Directory:
              None
            
           
         
        
          
            Short Descriptions
          
          
            
            
              
                | 
                    ksba-config
                   | 
                    is a utility used to configure and build applications
                    based on the libksba(3) library. It can be used to query
                    the C compiler and linker flags which are required to
                    correctly compile and link the application against the
                    libksba(3) library.
                   | 
              
                | 
                    libksba.{so,a} | 
                    contains the cryptographic API functions.
                   | 
            
          
         
       
      
        Last updated on 2016-08-28 20:08:04 -0700