lua-users home
lua-l archive

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


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