diff options
Diffstat (limited to 'debian/changelog')
| -rw-r--r-- | debian/changelog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cab9c87..34704a2 100644 --- a/debian/changelog +++ b/debian/changelog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | liblua-openssl (20150422-0) unstable; urgency=low | ||
| 2 | |||
| 3 | * Add support for ALPN server callback, SSL_CTX_set_alpn_select_cb. | ||
| 4 | * Fix X509_STORE double-free bug on older OpenSSL releases (< 1.0.2) | ||
| 5 | by implementing and using our own X509_STORE_free routine which properly | ||
| 6 | checks reference counts. Workaround adapted from Ruby OpenSSL bindings. | ||
| 7 | * Fix strerror_r usage on glibc. | ||
| 8 | |||
| 9 | -- William Ahern <william@25thandClement.com> Wed, 22 Apr 2015 15:39:14 -0700 | ||
| 10 | |||
| 1 | liblua-openssl (20150304-0) unstable; urgency=low | 11 | liblua-openssl (20150304-0) unstable; urgency=low |
| 2 | 12 | ||
| 3 | * Merge ALPN support from quae@daurnimator.com. | 13 | * Merge ALPN support from quae@daurnimator.com. |
