Skip to content

giapdangle/esteid-pkcs11

 
 

Repository files navigation

EstEID PKCS11 Module

  • License: LGPL 2.1
  • © Estonian Information System Authority

Building

Build Status

Ubuntu

  1. Install dependencies

     sudo apt-get install cmake libpcsclite-dev libssl-dev
    
  2. Fetch the source

     git clone --recursive https://github.com/open-eid/esteid-pkcs11
     cd esteid-pkcs11
    
  3. Configure

     mkdir build
     cd build
     cmake ..
    
  4. Build

     make
    
  5. Install

     sudo make install
    
  6. Execute

     firefox
    

OSX

  1. Install dependencies from http://www.cmake.org

  2. Fetch the source

     git clone --recursive https://github.com/open-eid/esteid-pkcs11
     cd esteid-pkcs11
    
  3. Configure

     mkdir build
     cd build
     cmake ..
    
  4. Build

     make
    
  5. Install

     sudo make install
    
  6. Execute

     open /Application/Firefox.app
    

Support

Official builds are provided through official distribution point installer.id.ee. If you want support, you need to be using official builds.

Source code is provided on "as is" terms with no warranty (see license for more information). Do not file Github issues with generic support requests.

About

PKCS11 library for EstEID smartcards

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 80.9%
  • C++ 16.2%
  • Objective-C 2.6%
  • Other 0.3%