Config.in 1.1 KB

123456789101112131415161718192021222324252627282930313233
  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.
  21. config BR2_PACKAGE_OPENSSL_OCF
  22. bool "openssl ocf support"
  23. depends on BR2_PACKAGE_OPENSSL
  24. help
  25. Enable openssl cryptodev (OCF) hardware acceleration support.
  26. This requires kernel patches from the ocf-linux project otherwise
  27. you'll just have a bigger openssl library that works as usual.
  28. http://ocf-linux.sourceforge.net/