aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorLibravatarLibravatar daurnimator <quae@daurnimator.com> 2018-11-02 17:39:02 +1100
committerLibravatarLibravatar daurnimator <quae@daurnimator.com> 2018-11-02 17:55:34 +1100
commit3370b2d77c4a96684e502bc1c793fe09b78f0ac0 (patch)
treeb684babedac517c1f6128965eca4dd1e8f96f9aa /debian/changelog
parentcd690399e836f97af3d3bd61fe5ddd569283d0e5 (diff)
downloadluaossl-3370b2d77c4a96684e502bc1c793fe09b78f0ac0.tar.gz
luaossl-3370b2d77c4a96684e502bc1c793fe09b78f0ac0.tar.bz2
luaossl-3370b2d77c4a96684e502bc1c793fe09b78f0ac0.zip
Release 20181102
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c905261..09105bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+liblua-openssl (20181102-0) unstable; urgency=low
+
+ * Update SSL options
+ * Add Basic TLSv1.3 support
+ * Cache objects so that equal pointers result in same lua object
+ * Fix non-DER value for CA basic constraint
+ * Add context:getContext()
+ * Add context:addCustomExtension() and openssl.extensionSupported()
+ * Add context:useServerInfo() and context:useServerInfoFile()
+ * Add ssl and context getter+setter for readahead flag
+ * Add ssl and context :setCipherSuites() for TLSv1.3
+ * Add conspicuously missing ssl:setCipherList()
+
+-- Daurnimator <quae@daurnimator.com> Fri, 02 Nov 2018 17:37:23 +1100
+
liblua-openssl (20180708-0) unstable; urgency=low
* Fix incorrect class check in :getTLSextStatusType()