diff options
author | daurnimator <quae@daurnimator.com> | 2019-06-12 17:24:23 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2019-06-12 17:28:10 +1000 |
commit | 61b14ef7d033da46c0e5cbb64f1c060e8588c3a4 (patch) | |
tree | 101fae3c4b62af0185048c7760a733364ca18f95 /debian/changelog | |
parent | 3980f2d37de7e9f4496a6388fbdf68694fac532d (diff) | |
download | luaossl-61b14ef7d033da46c0e5cbb64f1c060e8588c3a4.tar.gz luaossl-61b14ef7d033da46c0e5cbb64f1c060e8588c3a4.tar.bz2 luaossl-61b14ef7d033da46c0e5cbb64f1c060e8588c3a4.zip |
Release 20190612
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 b074208..a4fab71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +liblua-openssl (20190612-0) unstable; urgency=low + + * Add kdf module for key derivation (#154) + * Add cert:verify() to verify certificates without a store (#167) + * Add support for arbitrary pkey types (#161) + * Rename :setCurvesList() to :setGroups() (old alias kept for now) + * Note: This is the last release to support OpenSSL 0.9.8 (#169) + +-- Daurnimator <quae@daurnimator.com> Wed, 12 Jun 2019 17:24:48 +1000 + liblua-openssl (20181207-0) unstable; urgency=low * Add context.pushffi |