Config.in 706 B

12345678910111213141516171819
  1. config BR2_PACKAGE_LUAOSSL
  2. bool "luaossl"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. select BR2_PACKAGE_OPENSSL
  5. select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
  6. help
  7. luaossl is a comprehensive binding to OpenSSL for Lua 5.1,
  8. 5.2, and later.
  9. It includes support for certificate and key management,
  10. key generation, signature verification, and deep bindings
  11. to the distinguished name, alternative name, and X.509v3
  12. extension interfaces. It also binds OpenSSL's bignum, message
  13. digest, HMAC, cipher, and CSPRNG interfaces.
  14. http://25thandclement.com/~william/projects/luaossl.html
  15. comment "luaossl needs a toolchain w/ threads"
  16. depends on !BR2_TOOLCHAIN_HAS_THREADS