Config.in 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. config ADK_COMPILE_OPENSSL
  2. tristate
  3. default n
  4. depends on ADK_PACKAGE_LIBOPENSSL
  5. config ADK_PACKAGE_LIBOPENSSL
  6. prompt "openssl........................... Open source SSL (Secure Socket Layer) libraries"
  7. tristate
  8. default n
  9. select ADK_COMPILE_OPENSSL
  10. select ADK_PACKAGE_ZLIB
  11. help
  12. The OpenSSL Project is a collaborative effort to develop a robust,
  13. commercial-grade, full-featured, and Open Source toolkit implementing
  14. the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
  15. protocols as well as a full-strength general purpose cryptography library.
  16. http://www.openssl.org/
  17. This package contains the shared SSL libraries, needed by other programs.
  18. config ADK_PACKAGE_LIBOPENSSL_DEV
  19. prompt "libopenssl-dev.................... SSL development files"
  20. tristate
  21. default n
  22. select ADK_COMPILE_OPENSSL
  23. depends on ADK_PACKAGE_LIBOPENSSL
  24. help
  25. http://www.openssl.org/
  26. config ADK_PACKAGE_OPENSSL_UTIL
  27. prompt "openssl-util.................... OpenSSL command line tool"
  28. tristate
  29. default n
  30. depends on ADK_PACKAGE_LIBOPENSSL
  31. help
  32. The OpenSSL Project is a collaborative effort to develop a robust,
  33. commercial-grade, full-featured, and Open Source toolkit implementing
  34. the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
  35. protocols as well as a full-strength general purpose cryptography library.
  36. http://www.openssl.org/
  37. This package contains the multi-purpose OpenSSL binary tool.