CHANGELOG

changeset 0
f7d2d78eb424
equal deleted inserted replaced
-1:000000000000 0:f7d2d78eb424
1 --------------------------------------------------------------------------------
2 LuaSec 0.4
3 ------------
4 - Add option 'no_ticket' (included in OpenSSL 0.9.8f).
5 - Add HTTPS module. (thanks Tomas Guisasola and Pablo Musa)
6
7 --------------------------------------------------------------------------------
8 LuaSec 0.3.3
9 ------------
10 - BUG: Clear the error queue before call I/O functions (see SSL_get_error
11 manual).
12 (thanks Matthew Wild)
13
14 --------------------------------------------------------------------------------
15 LuaSec 0.3.2
16 ------------
17 - BUG: Windows uses a different way to report socket error.
18 (thanks Sebastien Perin)
19
20 --------------------------------------------------------------------------------
21 LuaSec 0.3.1
22 ------------
23 - BUG: receive("a") returns 'closed' error instead of the content when the
24 SSL/TLS connection is shut down cleanly. (thanks Matthias Diener)
25
26 --------------------------------------------------------------------------------
27 LuaSec 0.3
28 ----------
29 - Add functions ssl.rawcontext() and ssl.rawconnection()
30 - Add support to encrypted key password. (thanks Norbert Kiesel)
31
32 --------------------------------------------------------------------------------
33 LuaSec 0.2.1
34 ------------
35 - 'key' and 'certificate' configurations become optional. (thanks René Rebe)
36 - Add '_VERSION' variable to module.
37
38 --------------------------------------------------------------------------------
39 LuaSec 0.2
40 ----------
41 Initial version

mercurial