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