lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

PA wrote:
> Sigh... so... how would one get full blown TLS/PKI in Lua? 
> openssl-0.9.7f.tar.gz itself is around 3 MB. This is order of magnitude 
> larger than my entire application. Anything more, er, lightweight?

http://www.matrixssl.org/ may be a good starting point.
But first check whether the license is applicable to your
use case (dual GPL/commercial).

The other contenders (gnutls, Mozilla NSS) are not likely to be
much smaller than OpenSSL.

Bye,
     Mike