p11-kit
1.1、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.
开发语言:C
开发组织:Freedesktop.org
官方主页:https://p11-glue.github.io/p11-glue/p11-kit.html
源码仓库:https://github.com/p11-glue/p11-kit
1.2、通过包管理器安装p11-kit
操作系统包管理器安装命令
macOSHomeBrewbrew install p11-kit
GNU/LinuxHomeBrewbrew install p11-kit
aptsudo apt-get install -y p11-kitc
CentOSyumsudo yum install -y p11-kit
dnfsudo dnf install -y p11-kit
openSUSEzyppersudo zypper install -y p11-kit
Alpine Linuxapksudo apk add p11-kit

Arch Linux

ArcoLinux

Manjaro Linux

pacmansudo pacman -Syyu --noconfirm
sudo pacman -S    --noconfirm p11-kit
Gentoo LinuxPortagesudo emerge p11-kit
1.3、通过编译源码安装p11-kit
1.4、p11-kit中包含的命令
1.5、p11-kit中包含的头文件
1.6、p11-kit中包含的库文件
  • libp11-kit.{a | so dylib}