diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 15 |
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() |