Welcome to libp11

Libp11 is a library implementing a small layer on top of PKCS#11 API to make using PKCS#11 implementations easier.

The official name for PKCS#11 is "RSA Security Inc. PKCS #11 Cryptographic Token Interface (Cryptoki)". Libp11 source code include the official header files (version 2.20) and thus is "derived from the RSA Security Inc. PKCS #11 Cryptographic Token Interface (Cryptoki)".

License

Libp11 is Open Source software licensed under the GNU LGPL license version 2.1 or later.

Authors

Libp11 was written by Andreas Jellinghaus, Kevin Stefanik, Ludovic Rousseau, Nils Larsch, Olaf Kirch and Stef Hoeben .

Getting libp11

You can either download OpenSC releases from our File Archive or access our SubversionRepository.

Starting Points