pkcs11-helper

Library to simplify PKCS#11 interaction for cryptographic operations

brewmacoslinux
Try with needOr install directly
Source

About

Library to simplify the interaction with PKCS#11

Examples

check if pkcs11-helper library is installed and working$ pkg-config --modversion pkcs11-helper
view pkcs11-helper library compilation flags for development$ pkg-config --cflags --libs pkcs11-helper
verify pkcs11-helper headers are available for c development$ ls /usr/local/include/pkcs11-helper/
link pkcs11-helper library when compiling c or c++ code$ gcc myprogram.c -lpkcs11-helper -o myprogram
check pkcs11-helper library file location on system$ find /usr/local -name '*pkcs11-helper*' -type f