[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] LuaSec 0.6
- From: Bruno Silvestre <bruno.silvestre@...>
- Date: Fri, 4 Mar 2016 14:19:08 -0300
LuaSec depends on OpenSSL, and integrates with LuaSocket to make it
easy to add secure connections to any Lua applications or scripts.
This version includes:
* Lua 5.2 and 5.3 compatibility
* Context module:
- Add ctx:checkkey()
- Add "any" protocol ("sslv23" is deprecated)
* SSL module:
- Add conn:sni() and conn:getsniname()
* HTTPS module:
- Using "any" protocol without SSLv2/SSLv3, by default
* X509 module:
- Human readable IP address
- Add cert:issued()
- Add cert:pubkey()
* Some bug fixes
--
bruno