aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLibravatar daurnimator <quae@daurnimator.com> 2022-07-11 15:40:14 +1000
committerLibravatarLibravatar daurnimator <quae@daurnimator.com> 2022-07-11 15:40:14 +1000
commit247c0d9e12d2c654284c259f8cdb2a6ecf9d81b5 (patch)
tree66e7c49b987e8de6d31102ea4fda8e82c0da47c5
parent0060e0b6b28f60415cc3f218898bf9ba9c6d32ce (diff)
downloadluaossl-247c0d9e12d2c654284c259f8cdb2a6ecf9d81b5.tar.gz
luaossl-247c0d9e12d2c654284c259f8cdb2a6ecf9d81b5.tar.bz2
luaossl-247c0d9e12d2c654284c259f8cdb2a6ecf9d81b5.zip
Release 20220711
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 967ad0c..6f56a3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+liblua-openssl (20220711-0) unstable; urgency=low
+
+ * fix luaL_Buffer usage (#189)
+ * fix OpenSSL 3 compatibility (#199)
+ * add cipher:getTag() / cipher:setTag() for AEAD (#201)
+
+-- Daurnimator <quae@daurnimator.com> Mon, 11 Jul 2022 15:39:13 +1000
+
liblua-openssl (20200709-0) unstable; urgency=low
* fix loading from DER files when type set to any (#177)