Config.in 638 B

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