summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorwilliam <william@25tandclement.com>2014-10-28 21:09:25 -0700
committerwilliam <william@25tandclement.com>2014-10-28 21:09:25 -0700
commit1190066b6b3069f20878cf14985b1ffe55610dbe (patch)
tree4afa15ae011f112aa254c0e9898b49bc5f394cd4 /debian
parent0e7debd4f2c0c0f7fd83db3e0da19d2666895286 (diff)
downloadluaossl-1190066b6b3069f20878cf14985b1ffe55610dbe.tar.gz
luaossl-1190066b6b3069f20878cf14985b1ffe55610dbe.tar.bz2
luaossl-1190066b6b3069f20878cf14985b1ffe55610dbe.zip
update debian changelog
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog27
1 files changed, 26 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d40905a..5627752 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,34 @@
1liblua-openssl (20141028-0) unstable; urgency=low
2
3 * Add ssl:getVersion and ssl:getClientVersion.
4 * Fix "TLS" and "SSL" method names for context.new. OpenSSL TLSv1_method()
5 literally only speaks 1.0, not 1.0 and above. "TLS" now uses
6 SSLv23_method and disables SSLv2 and SSLv3. "SSL" uses SSLv23_method and
7 disables SSLv2.
8
9 -- William Ahern <william@25thandClement.com> Tue, 28 Oct 2014 21:03:23 -0700
10
1liblua-openssl (20140923-0) unstable; urgency=low 11liblua-openssl (20140923-0) unstable; urgency=low
2 12
3 * [FIXME] Lots of changes. 13 * Add more CRL support from Kaarle Ritvanen.
14 * Add prelimiary 5.3 support.
15 * Add SSL_CTX and SSL option support.
16 * Add ephemeral key support.
17 * Add Server Name Indication (SNI) support.
18 * Fix issue which prevented loading public and private keys together.
19 * Add bindings to opensslv.h and opensslconf.h.
4 20
5 -- William Ahern <william@25thandClement.com> Tue, 23 Sep 2014 20:32:32 -0700 21 -- William Ahern <william@25thandClement.com> Tue, 23 Sep 2014 20:32:32 -0700
6 22
23liblua-openssl (20140718-0) unstable; urgency=low
24
25 * Add CRL spport from Kaarle Ritvanen.
26 * Add PKCS1 support from Kaarle Ritvanen.
27 * Add AIX platform support.
28 * Add rand.stir.
29
30 -- William Ahern <william@25thandClement.com> Fri, 18 Jul 2014 22:44:31 -0700
31
7liblua-openssl (20140328-0) unstable; urgency=low 32liblua-openssl (20140328-0) unstable; urgency=low
8 33
9 * Add DER input/output formats. 34 * Add DER input/output formats.