Config.in 744 B

1234567891011121314151617181920212223
  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. config BR2_PACKAGE_OPENSSL_BIN
  11. bool "openssl binary"
  12. depends on BR2_PACKAGE_OPENSSL
  13. help
  14. Install the openssl binary to the target file system. This is a
  15. command line tool for doing various crypthographic stuff.
  16. config BR2_PACKAGE_OPENSSL_ENGINES
  17. bool "openssl additional engines"
  18. depends on BR2_PACKAGE_OPENSSL
  19. help
  20. Install additional encryption engine libraries.