We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2c1dc commit aa1499cCopy full SHA for aa1499c
debian/changelog
@@ -1,3 +1,18 @@
1
+liblua-openssl (20180530-0) unstable; urgency=low
2
+
3
+ * Bind functions for manipulating csr requested extensions
4
+ * Add :toPEM() to various objects
5
+ * Bind modular bignum functions
6
+ * Add ssl:getMasterKey()
7
+ * Add ssl.pushffi()
8
+ * Add ssl:getCertificate() and context:getCertificate()
9
+ * store:add("./empty-file") no longer throws
10
+ * Add ssl:getServerTemporaryKey()
11
+ * Add x509.cert:lookupSerial() and x509.cert:lookupCertificate()
12
+ * Fix precision loss when using Lua 5.3 with 64bit integers.
13
14
+-- Daurnimator <[email protected]> Wed, 30 May 2018 17:44:42 +1000
15
16
liblua-openssl (20171028-0) unstable; urgency=low
17
18
* Add win32 support
0 commit comments