aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorLibravatarLibravatar william <william@25tandclement.com> 2014-10-28 21:09:25 -0700
committerLibravatarLibravatar william <william@25tandclement.com> 2014-10-28 21:09:25 -0700
commit1190066b6b3069f20878cf14985b1ffe55610dbe (patch)
tree4afa15ae011f112aa254c0e9898b49bc5f394cd4 /debian/changelog
parent0e7debd4f2c0c0f7fd83db3e0da19d2666895286 (diff)
downloadluaossl-1190066b6b3069f20878cf14985b1ffe55610dbe.tar.gz
luaossl-1190066b6b3069f20878cf14985b1ffe55610dbe.tar.bz2
luaossl-1190066b6b3069f20878cf14985b1ffe55610dbe.zip
update debian changelog
Diffstat (limited to 'debian/changelog')
-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 @@
+liblua-openssl (20141028-0) unstable; urgency=low
+
+ * Add ssl:getVersion and ssl:getClientVersion.
+ * Fix "TLS" and "SSL" method names for context.new. OpenSSL TLSv1_method()
+ literally only speaks 1.0, not 1.0 and above. "TLS" now uses
+ SSLv23_method and disables SSLv2 and SSLv3. "SSL" uses SSLv23_method and
+ disables SSLv2.
+
+ -- William Ahern <william@25thandClement.com> Tue, 28 Oct 2014 21:03:23 -0700
+
liblua-openssl (20140923-0) unstable; urgency=low
- * [FIXME] Lots of changes.
+ * Add more CRL support from Kaarle Ritvanen.
+ * Add prelimiary 5.3 support.
+ * Add SSL_CTX and SSL option support.
+ * Add ephemeral key support.
+ * Add Server Name Indication (SNI) support.
+ * Fix issue which prevented loading public and private keys together.
+ * Add bindings to opensslv.h and opensslconf.h.
-- William Ahern <william@25thandClement.com> Tue, 23 Sep 2014 20:32:32 -0700
+liblua-openssl (20140718-0) unstable; urgency=low
+
+ * Add CRL spport from Kaarle Ritvanen.
+ * Add PKCS1 support from Kaarle Ritvanen.
+ * Add AIX platform support.
+ * Add rand.stir.
+
+ -- William Ahern <william@25thandClement.com> Fri, 18 Jul 2014 22:44:31 -0700
+
liblua-openssl (20140328-0) unstable; urgency=low
* Add DER input/output formats.