1config 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 10 It includes support for certificate and key management, 11 key generation, signature verification, and deep bindings 12 to the distinguished name, alternative name, and X.509v3 13 extension interfaces. It also binds OpenSSL's bignum, message 14 digest, HMAC, cipher, and CSPRNG interfaces. 15 16 http://25thandclement.com/~william/projects/luaossl.html 17 18comment "luaossl needs a toolchain w/ threads" 19 depends on !BR2_TOOLCHAIN_HAS_THREADS 20