mirror of
https://github.com/p11-glue/p11-kit.git
synced 2025-12-05 20:45:03 +00:00
Provides a way to load and enumerate PKCS#11 modules.
|
|
||
|---|---|---|
| .github | ||
| bash-completion | ||
| build | ||
| ci | ||
| common | ||
| doc | ||
| fuzz | ||
| p11-kit | ||
| po | ||
| subprojects | ||
| trust | ||
| zsh-completion | ||
| .dir-locals.el | ||
| .gitignore | ||
| .gitmodules | ||
| .packit.yaml | ||
| AUTHORS | ||
| autogen.sh | ||
| automaint.sh | ||
| ChangeLog | ||
| configure.ac | ||
| CONTRIBUTING.md | ||
| COPYING | ||
| Makefile.am | ||
| meson.build | ||
| meson_options.txt | ||
| meson_post_install_test.sh | ||
| NEWS | ||
| README | ||
| README.md | ||
| SECURITY.md | ||
p11-kit
p11-kit aims to solve problems with coordinating the use of PKCS #11 by different components or libraries living in the same process, by providing a way to load and enumerate PKCS #11 modules, as well as a standard configuration setup for installing PKCS #11 modules in such a way that they're discoverable.
Documentation
Building
To build and install p11-kit, you can use the following commands:
$ meson setup _build
$ meson compile -C _build
$ meson test -C _build
# meson install -C _build
If you install it locally for testing purposes, you may want to
specify -Dsystemd=disabled -Dbash_completion=disabled at the
invocation of meson _build, to avoid installing files to the
system locations.
Releases
Releases are made available via the primary github site. They are signed with OpenPGP key of one of the maintainers: Daiki Ueno, Zoltan Fridrich.