luasec/CHANGELOG

23 lines
818 B
Plaintext
Raw Normal View History

2012-09-02 16:27:04 +02:00
--------------------------------------------------------------------------------
LuaSec 0.3.1
------------
- BUG: receive("a") returns 'closed' error instead of the content when the
SSL/TLS connection is shut down cleanly. (thanks Matthias Diener)
2012-09-02 16:22:22 +02:00
--------------------------------------------------------------------------------
LuaSec 0.3
----------
- Add functions ssl.rawcontext() and ssl.rawconnection()
2012-09-02 16:27:04 +02:00
- Add support to encrypted key password. (thanks Norbert Kiesel)
2012-09-02 16:22:22 +02:00
--------------------------------------------------------------------------------
LuaSec 0.2.1
------------
2012-09-02 16:27:04 +02:00
- 'key' and 'certificate' configurations become optional. (thanks Ren<65> Rebe)
2012-09-02 16:22:22 +02:00
- Add '_VERSION' variable to module.
--------------------------------------------------------------------------------
LuaSec 0.2
----------
Initial version