Change version number to 0.7

This commit is contained in:
Bruno Silvestre
2018-06-27 10:36:26 -03:00
parent fbbaa866c3
commit de63f21f63
17 changed files with 54 additions and 47 deletions

View File

@ -1,7 +1,17 @@
--------------------------------------------------------------------------------
LuaSec 0.7alpha
LuaSec 0.7
---------------
LuaSec depends on OpenSSL, and integrates with LuaSocket to make it
easy to add secure connections to any Lua applications or scripts.
Documentation: https://github.com/brunoos/luasec/wiki
This version includes:
* Add support to OpenSSL 1.1.0
* Add support to elliptic curves list
* Add ssl.config that exports some OpenSSL information
* Add integration with luaossl
--------------------------------------------------------------------------------
LuaSec 0.6
@ -40,7 +50,6 @@ This version includes:
--------------------------------------------------------------------------------
LuaSec 0.5
------------
LuaSec depends on OpenSSL, and integrates with LuaSocket to make it
easy to add secure connections to any Lua applications or scripts.