diff options
author | daurnimator <quae@daurnimator.com> | 2017-09-03 22:58:11 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-09-03 22:58:11 +1000 |
commit | 2a697c3e6149a88765a172e54532ddf9d5e35746 (patch) | |
tree | d402197f42dd3454d0256a71b775f4866517c31c /debian/changelog | |
parent | 17e9acda9f5537e9e136411b3cdc2416035c17f9 (diff) | |
download | luaossl-master.tar.gz luaossl-master.tar.bz2 luaossl-master.zip |
update debian changelogHEADrel-20170903master
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5f5981a..37f86a3 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,73 @@ | |||
1 | liblua-openssl (20170903-0) unstable; urgency=low | ||
2 | |||
3 | * Fix pkey.new failing when generating RSA keys | ||
4 | * Fix loading C modules clearing interposed fields | ||
5 | * Fix building compat-5.3.o | ||
6 | |||
7 | -- Daurnimator <quae@daurnimator.com> Sun, 03 Sep 2017 22:39:20 +1000 | ||
8 | |||
9 | liblua-openssl (20170901-0) unstable; urgency=low | ||
10 | |||
11 | * New openssl.ocsp.basic and openssl.ocsp.response modules | ||
12 | * Add x509:getOCSP() | ||
13 | * Add x509:getSignatureName() (#79) | ||
14 | * Add crl:verify(publickey) | ||
15 | * Add pkcs12.parse(bag[, passphrase]) | ||
16 | * Add context:setStore(store) and context:getStore() | ||
17 | * Add context:setParam(params) and context:getParam() | ||
18 | * Add context:setCurvesList(string [, ...]) | ||
19 | * Add context:setAlpnSelect(cb) | ||
20 | * Add context:setTLSextStatusType(type) and context:getTLSextStatusType() | ||
21 | * Add ssl:getVerifyResult() (#75) | ||
22 | * Add ssl:setContext(context) (#84) | ||
23 | * Add ssl:setVerify([mode][, depth]) and ssl:getVerify() (#84) | ||
24 | * Add ssl:setCertificate(crt), ssl:setPrivateKey(key), ssl:setCurvesList(string [, ...]) (#84) | ||
25 | * Add ssl:setTLSextStatusType(type) and ssl:getTLSextStatusType() | ||
26 | * Add ssl:setTLSextStatusOCSPResp(or) and ssl:getTLSextStatusOCSPResp() | ||
27 | * Use lua-compat-5.3 (fixes LuaJIT header file compatibility) (#94) | ||
28 | * Add generator field to replace exp when generating a DH key | ||
29 | * Move away from interfaces deprecated in OpenSSL 1.1.0 | ||
30 | |||
31 | -- Daurnimator <quae@daurnimator.com> Fri, 01 Sep 2017 14:20:00 +1000 | ||
32 | |||
33 | liblua-openssl (20161214-0) unstable; urgency=low | ||
34 | |||
35 | * Refactor of bignum operations, fixes bn:sqr() | ||
36 | |||
37 | -- William Ahern <william@25thandClement.com> | ||
38 | |||
39 | liblua-openssl (20161209-0) unstable; urgency=low | ||
40 | |||
41 | * Add ssl:getVerifyResult() | ||
42 | |||
43 | -- William Ahern <william@25thandClement.com> | ||
44 | |||
45 | liblua-openssl (20161208-0) unstable; urgency=low | ||
46 | |||
47 | * openssl.x509.store:addDefaults() new function to add the operating system's default ca's to a certificate store. | ||
48 | * openssl.x509.store:add() can now take a CRL | ||
49 | * openssl.ssl.context:getStore() new function that returns a reference to a context's certificate store | ||
50 | * openssl.pkey:encrypt() and openssl.pkey:decrypt() | ||
51 | * openssl.ssl.new() to construct an SSL* given a SSL_CTX* | ||
52 | * Bindings for X509_VERIFY_PARAM* | ||
53 | |||
54 | -- William Ahern <william@25thandClement.com> | ||
55 | |||
56 | liblua-openssl (20161101-0) unstable; urgency=low | ||
57 | |||
58 | * Rename bignum methods tobin, todec, tohex to CamelCase: toDecimal, toDecimal, toHex | ||
59 | |||
60 | -- William Ahern <william@25thandClement.com> | ||
61 | |||
62 | liblua-openssl (20161029-0) unstable; urgency=low | ||
63 | |||
64 | * Add lots of bignum methods | ||
65 | * Allow hex strings creating bignums | ||
66 | * Expose openssl.x509.csr | ||
67 | * Use autoguess project to get platform features | ||
68 | |||
69 | -- William Ahern <william@25thandClement.com> | ||
70 | |||
1 | liblua-openssl (20151221-0) unstable; urgency=low | 71 | liblua-openssl (20151221-0) unstable; urgency=low |
2 | 72 | ||
3 | * Add :tohex and :todec methods to bignums, and make metamethods | 73 | * Add :tohex and :todec methods to bignums, and make metamethods |