Config.in 916 B

1234567891011121314151617181920212223
  1. config 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. pkcs11-helper allows using multiple PKCS#11 providers at the
  8. same time, enumerating available token certificates, or
  9. selecting a certificate directly by serialized id, handling
  10. card removal and card insert events, handling card re-insert
  11. to a different slot, supporting session expiration and much
  12. more all using a simple API.
  13. pkcs11-helper is not designed to manage card content, since
  14. object attributes are usually vendor specific, and 99% of
  15. application need to access existing objects in order to
  16. perform signature and decryption.
  17. https://github.com/OpenSC/pkcs11-helper
  18. comment "pkcs11-helper needs a toolchain w/ dynamic library"
  19. depends on BR2_STATIC_LIBS