From aa1499cc970e624a39f06c0e82f6653ae4f3d6a5 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Wed, 30 May 2018 17:50:48 +1000 Subject: [PATCH] Release 20180530 --- debian/changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 Wed, 30 May 2018 17:44:42 +1000 + liblua-openssl (20171028-0) unstable; urgency=low * Add win32 support