1config BR2_PACKAGE_PKCS11_HELPER 2 bool "pkcs11-helper" 3 depends on !BR2_STATIC_LIBS # dlfcn.h 4 help 5 pkcs11-helper is a library that simplifies the interaction 6 with PKCS#11 providers for end-user applications. 7 8 pkcs11-helper allows using multiple PKCS#11 providers at the 9 same time, enumerating available token certificates, or 10 selecting a certificate directly by serialized id, handling 11 card removal and card insert events, handling card re-insert 12 to a different slot, supporting session expiration and much 13 more all using a simple API. 14 15 pkcs11-helper is not designed to manage card content, since 16 object attributes are usually vendor specific, and 99% of 17 application need to access existing objects in order to 18 perform signature and decryption. 19 20 https://github.com/OpenSC/pkcs11-helper 21 22comment "pkcs11-helper needs a toolchain w/ dynamic library" 23 depends on BR2_STATIC_LIBS 24