-
Notifications
You must be signed in to change notification settings - Fork 187
Home
Jordan Wright edited this page Oct 9, 2017
·
6 revisions
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.
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.
- Download the libp11 releases
- Installation overview
- Important changes
- Mailing lists
Please file bug reports by creating GitHub issues.