2016-03-03 20:11:46 +01:00
|
|
|
LuaSec 0.6
|
2014-01-29 21:43:33 +01:00
|
|
|
==========
|
|
|
|
LuaSec depends on OpenSSL, and integrates with LuaSocket to make it
|
|
|
|
easy to add secure connections to any Lua applications or scripts.
|
2013-03-30 14:12:57 +01:00
|
|
|
|
2016-02-16 13:49:19 +01:00
|
|
|
Documentation: https://github.com/brunoos/luasec/wiki
|
|
|
|
|
|
|
|
This version includes:
|
|
|
|
|
|
|
|
* Lua 5.2 and 5.3 compatibility
|
|
|
|
|
|
|
|
* Context module:
|
|
|
|
- Add ctx:checkkey()
|
|
|
|
|
|
|
|
* SSL module:
|
|
|
|
- Add conn:sni() and conn:getsniname()
|
|
|
|
|
|
|
|
* Context options:
|
|
|
|
- Add "any" protocol ("sslv23" is deprecated)
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
2016-03-03 20:11:46 +01:00
|
|
|
********************************************************************************
|
|
|
|
|
|
|
|
PS: 10th anniversary! Thanks to everyone who collaborate with LuaSec.
|
|
|
|
|
|
|
|
********************************************************************************
|