diff options
author | daurnimator <quae@daurnimator.com> | 2018-05-30 17:50:48 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2018-05-30 17:50:48 +1000 |
commit | aa1499cc970e624a39f06c0e82f6653ae4f3d6a5 (patch) | |
tree | 954c7cf2449fd428021fb02c9573958b75e6c513 /debian/changelog | |
parent | 3a2c1dc98b0ba4ca7e4600cd86f11472311954fc (diff) | |
download | luaossl-aa1499cc970e624a39f06c0e82f6653ae4f3d6a5.tar.gz luaossl-aa1499cc970e624a39f06c0e82f6653ae4f3d6a5.tar.bz2 luaossl-aa1499cc970e624a39f06c0e82f6653ae4f3d6a5.zip |
Release 20180530
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 0c1f04b..25e889c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +liblua-openssl (20180530-0) unstable; urgency=low + + * Bind functions for manipulating csr requested extensions + * Add :toPEM() to various objects + * Bind modular bignum functions + * Add ssl:getMasterKey() + * Add ssl.pushffi() + * Add ssl:getCertificate() and context:getCertificate() + * store:add("./empty-file") no longer throws + * Add ssl:getServerTemporaryKey() + * Add x509.cert:lookupSerial() and x509.cert:lookupCertificate() + * Fix precision loss when using Lua 5.3 with 64bit integers. + +-- Daurnimator <quae@daurnimator.com> Wed, 30 May 2018 17:44:42 +1000 + liblua-openssl (20171028-0) unstable; urgency=low * Add win32 support |