blob: b90467e3758c8b941e943ae6d4aeb72e74991998 (
plain) (
tree)
|
|
liblua-openssl (20140328-0) unstable; urgency=low
* Add DER input/output formats.
* Add GEN_DIRNAME alternative names.
* Change the return value of several methods from boolean true
to the method object, to allow easy call chaining in Lua.
* Fix rand.uniform to use lua_Unsigned when it's a 64-bit type (Lua 5.3).
* Rename openssl.pubkey to openssl.pkey.
-- William Ahern <william@25thandClement.com> Fri, 28 Mar 2014 22:44:31 -0700
liblua-openssl (20140322-0) unstable; urgency=low
* Add Lua 5.3 support.
* Add user guide.
-- William Ahern <william@25thandClement.com> Sat, 22 Mar 2014 20:23:56 -0800
liblua-openssl (20140131-0) unstable; urgency=low
* Add multi-threaded re-entrancy protection, including explicitly
synchronizing OpenSSL initialization because OpenSSL doesn't appear to
use its own locking callbacks from initialization routines.
-- William Ahern <william@25thandClement.com> Fri, 31 Jan 2014 14:27:30 -0800
liblua-openssl (20131209-1) unstable; urgency=low
* Initial release after splitting from cqueues project.
-- William Ahern <william@25thandClement.com> Sun, 09 Dec 2013 21:17:33 -0800
|