Update version to 0.8, new rock file

This commit is contained in:
Bruno Silvestre
2019-04-16 14:01:52 -03:00
parent f8b2968e79
commit d6ba8d21da
18 changed files with 55 additions and 41 deletions

View File

@@ -1,3 +1,17 @@
--------------------------------------------------------------------------------
LuaSec 0.8
---------------
This version includes:
* Add support to ALPN
* Add support to TLS 1.3
* Add support to multiple certificates
* Add timeout to https module (https.TIMEOUT)
* Drop support to SSL 3.0
* Drop support to TLS 1.0 from https module
* Fix invalid reference to Lua state
* Fix memory leak when get certficate extensions
--------------------------------------------------------------------------------
LuaSec 0.7
---------------