Config.in 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. config ADK_COMPILE_OPENSSL
  2. tristate
  3. default n
  4. depends 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_OPENSSL_UTIL
  19. prompt "openssl-util.................... OpenSSL command line tool"
  20. tristate
  21. default n
  22. depends ADK_PACKAGE_LIBOPENSSL
  23. help
  24. The OpenSSL Project is a collaborative effort to develop a robust,
  25. commercial-grade, full-featured, and Open Source toolkit implementing
  26. the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
  27. protocols as well as a full-strength general purpose cryptography library.
  28. http://www.openssl.org/
  29. This package contains the multi-purpose OpenSSL binary tool.
  30. config ADK_PACKAGE_CA_CERTS
  31. prompt "ca-certificates................... X.509 Root CA Certs of common CAs"
  32. tristate
  33. default n
  34. depends ADK_COMPILE_OPENSSL