Skip to content
Jordan Wright edited this page Oct 9, 2017 · 6 revisions

libp11 - PKCS#11 wrapper library

libp11 is a library implementing a thin 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)".

The official header files for PKCS#11 Standard were released under a non-free license. libp11 does not include these header files, but instead uses a rewritten pkcs11.h header file from the Scute project.

License

libp11 is written by an international team. It is a free software licensed under LGPL license version 2.1 or later:

This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of
the License, or (at your option) any later version.

Important Links

Reporting Bugs

Please file bug reports by creating GitHub issues.

Clone this wiki locally