Config.in 788 B

12345678910111213141516171819202122232425262728
  1. config BR2_PACKAGE_OPENSSL
  2. bool "openssl"
  3. select BR2_PACKAGE_ZLIB
  4. help
  5. A collaborative effort to develop a robust, commercial-grade, fully
  6. featured, and Open Source toolkit implementing the Secure Sockets
  7. Layer (SSL v2/v3) and Transport Security (TLS v1) as well as a
  8. full-strength general-purpose cryptography library.
  9. http://www.openssl.org/
  10. Note: Some helper scripts need perl.
  11. if BR2_PACKAGE_OPENSSL
  12. config BR2_PACKAGE_OPENSSL_BIN
  13. bool "openssl binary"
  14. help
  15. Install the openssl binary and the associated helper scripts to the
  16. target file system. This is a command line tool for doing various
  17. cryptographic stuff.
  18. config BR2_PACKAGE_OPENSSL_ENGINES
  19. bool "openssl additional engines"
  20. help
  21. Install additional encryption engine libraries.
  22. endif