Config.in 743 B

123456789101112131415161718192021
  1. config ADK_PACKAGE_OPENCDK
  2. tristate
  3. default n
  4. depends on ADK_PACKAGE_LIBOPENCDK
  5. config ADK_PACKAGE_LIBOPENCDK
  6. prompt "libopencdk........................ The Open Crypto Development Kit library"
  7. tristate
  8. default n
  9. select ADK_PACKAGE_OPENCDK
  10. select ADK_PACKAGE_LIBGCRYPT
  11. select ADK_PACKAGE_LIBGPG_ERROR
  12. select ADK_PACKAGE_ZLIB
  13. help
  14. This library provides basic parts of the OpenPGP message format.
  15. For reference, please read the rfc2440.txt in the doc/ directory.
  16. Due to some possible security problems, the library also implements
  17. parts of draft-ietf-openpgp-rfc2440bis-08.txt. If you want to exchange
  18. messages with earlier PGP version < 7, you should use the compat mode.
  19. ftp://ftp.gnutls.org/pub/gnutls/opencdk/