p11-kit
PKCS#11 library
p11-kit provides a way to load and enumerate PKCS#11 modules. It provides a standard configuration setup for installing PKCS#11 modules in such a way that they are discoverable. It also solves problems with coordinating the use of PKCS#11 by different components or libraries living in the same process.
- Versions: 0.24.1
- Website: https://p11-glue.github.io/p11-glue/p11-kit.html
- Licenses: Modified BSD
- Package source: gnu/packages/tls.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of p11-kit as follows:
guix install p11-kit
Or install a particular version:
guix install p11-kit@0.24.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of p11-kit about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/p11-kit'><img src='https://packages.guix.gnu.org/packages/p11-kit/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/p11-kit)
Example Org:
[[https://packages.guix.gnu.org/packages/p11-kit][https://packages.guix.gnu.org/packages/p11-kit/badges/latest-version.svg]]