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