- Notifications
You must be signed in to change notification settings - Fork99
Provides a way to load and enumerate PKCS#11 modules.
License
p11-glue/p11-kit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
p11-kit aims to solve problems with coordinating the use ofPKCS #11by different components or libraries living in the same process, byproviding a way to load and enumerate PKCS #11 modules, as well as astandard configuration setup for installing PKCS #11 modules in such away that they're discoverable.
To build and install p11-kit, you can use the following commands:
$meson setup _build$meson compile -C _build$mesontest -C _build#meson install -C _build
If you install it locally for testing purposes, you may want tospecify-Dsystemd=disabled -Dbash_completion=disabled
at theinvocation ofmeson _build
, to avoid installing files to thesystem locations.
Releases are made available via theprimary github site. They are signed with OpenPGP key of one of the maintainers:Daiki Ueno,Zoltan Fridrich.
About
Provides a way to load and enumerate PKCS#11 modules.