|
| 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 < [email protected]> 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 < [email protected]> 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 < [email protected]> |
| 38 | + |
| 39 | +liblua-openssl (20161209-0) unstable; urgency=low |
| 40 | + |
| 41 | + * Add ssl:getVerifyResult() |
| 42 | + |
| 43 | + -- William Ahern < [email protected]> |
| 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 < [email protected]> |
| 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 < [email protected]> |
| 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 < [email protected]> |
| 70 | + |
1 | 71 | liblua-openssl (20151221-0) unstable; urgency=low
|
2 | 72 |
|
3 | 73 | * Add :tohex and :todec methods to bignums, and make metamethods
|
|
0 commit comments