Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/openssl.c: rename setCurvesList to setGroups | 2019-06-12 | 2 | -13/+14 | |
| | | | | Old alias is left for compat | ||||
* | Merge PR #171 | 2019-06-12 | 2 | -0/+89 | |
|\ | |||||
| * | doc/luaossl.tex: minor fixups | 2019-06-12 | 1 | -22/+22 | |
| | | |||||
| * | doc/luaossl.tex: Document the `x509.verify_param` object. closes #168 | 2019-06-11 | 1 | -0/+89 | |
| | | |||||
* | | Merge branch 'x509-verify' | 2019-06-12 | 2 | -0/+13 | |
|\ \ | |/ |/| | |||||
| * | src/openssl.c: Add cert:verify() to verify a certificate without a store | 2019-06-11 | 1 | -0/+13 | |
|/ | |||||
* | src/openssl.c: Add kdf.derive | 2019-02-14 | 1 | -0/+31 | |
| | |||||
* | Release 20181207 | 2018-12-07 | 1 | -0/+0 | |
| | |||||
* | src/openssl.c: Add bindings to chain management | 2018-12-07 | 1 | -0/+26 | |
| | | | | Adds support for setting and retrieving intermediate certificates | ||||
* | Fix doc formatting and regen pdf | 2018-11-02 | 2 | -7/+7 | |
| | |||||
* | Add ssl:setCipherList() | 2018-10-31 | 1 | -0/+4 | |
| | |||||
* | Add ssl:setCipherSuites() and context:setCipherSuites() | 2018-10-31 | 1 | -0/+12 | |
| | |||||
* | Add ssl:setReadAhead(), ssl:getReadAhead(), context:setReadAhead(), ↵ | 2018-10-31 | 1 | -0/+16 | |
| | | | | context:getReadAhead() | ||||
* | Add openssl.extensionSupported() | 2018-10-31 | 1 | -0/+4 | |
| | |||||
* | Add ssl.context:useServerInfo() and ssl.context:useServerInfoFile() | 2018-10-31 | 1 | -0/+14 | |
| | |||||
* | Add ssl.context:addCustomExtension() | 2018-10-31 | 1 | -0/+31 | |
| | |||||
* | src/openssl.c: Add new SSL options introduce in OpenSSL 1.1.1 | 2018-10-29 | 1 | -0/+4 | |
| | |||||
* | doc/luaossl.tex: Add missing SSL options | 2018-10-29 | 1 | -2/+12 | |
| | |||||
* | add name:each() as an alias for the __pairs metamethod | 2018-08-13 | 1 | -1/+5 | |
| | | | | __pairs is not respected in lua 5.1 | ||||
* | src/openssl.c: Bind SSL_get_SSL_CTX as ssl:getContext() | 2018-07-20 | 1 | -0/+4 | |
| | |||||
* | doc/: Update ssl.context module docs; regenerate pdf | 2018-07-08 | 2 | -1/+37 | |
| | |||||
* | doc/luaossl.tex: Document new ssl:set*Store methods | 2018-03-27 | 1 | -0/+18 | |
| | |||||
* | OpenSSL now supports more digest<=>key combinations. Remove incorrect examples | 2017-10-26 | 2 | -4/+3 | |
| | |||||
* | Use 'generator' parameter for picking generator for DH keys (rather than ↵ | 2017-08-31 | 2 | -1/+3 | |
| | | | | | | 'exp'). Change default value to 2. 2 is the default generator for openssl; the number is a mostly arbitrary choice, and smaller values are faster. | ||||
* | Merge branch 'curves_list' | 2017-08-30 | 2 | -1/+13 | |
|\ | |||||
| * | openssl.ssl: Bind SSL_set1_curves_list as ssl:setCurvesList() | 2017-04-12 | 1 | -0/+6 | |
| | | |||||
| * | doc/: Mention that OpenSSL < 1.0.2 only supports a single curve at a time | 2017-04-03 | 1 | -1/+1 | |
| | | |||||
| * | openssl.ssl.context: Add ctx:setCurvesList | 2017-04-03 | 1 | -0/+6 | |
| | | |||||
* | | Document ssl:getVerifyResult() | 2017-04-04 | 2 | -0/+4 | |
| | | |||||
* | | Add methods ssl:setVerify(), ssl:getVerify(), ssl:getCertificate() and ↵ | 2017-04-04 | 2 | -0/+20 | |
| | | | | | | | | | | | | ssl:setPrivateKey() Similar to same methods that already exist on ssl.context object | ||||
* | | Bind SSL_set_SSL_CTX | 2017-04-03 | 2 | -0/+4 | |
| | | | | | | | | For #84 | ||||
* | | Document missing context methods | 2017-04-03 | 2 | -0/+23 | |
| | | | | | | | | Closes #66 | ||||
* | | Merge branch 'ocsp' | 2017-04-03 | 2 | -0/+72 | |
|\ \ | |||||
| * | | Add docs for OCSP functions | 2017-04-03 | 1 | -0/+72 | |
| | | | |||||
* | | | Remove trailing whitespace | 2017-04-03 | 1 | -4/+4 | |
| | | | |||||
* | | | Add docs for x509:getSignatureName | 2017-04-03 | 2 | -0/+4 | |
| | | | |||||
* | | | Merge branch '87-pass-subject-to-extension.new' | 2017-04-03 | 2 | -1/+13 | |
|\ \ \ | | | | | | | | | | | | | Closes #87 | ||||
| * | | | Document table form of extension.new() data argument | 2017-04-03 | 1 | -1/+13 | |
| |/ / | |||||
* | | | Merge commit '3c49837d05b6fad0f1212a27e81e8ffc868eedfb' | 2017-04-03 | 2 | -0/+13 | |
|\ \ \ | |_|/ |/| | | | | | This contains portions of #90 | ||||
| * | | New: method crl:verify(publickey) added, documentation updated. | 2017-04-03 | 1 | -0/+4 | |
| | | | |||||
| * | | New: pkcs12.parse() added to read a PKCS12 string, and return (pkey,cert,ca) | 2017-04-03 | 1 | -0/+4 | |
| | | | |||||
| * | | New: pkey.new{} modified to accept 'dhparam', a string representing the ↵ | 2017-04-03 | 1 | -0/+5 | |
|/ / | | | | | | | pre-computed DH parameters | ||||
* / | commit rebuilt pdf | 2017-03-16 | 1 | -0/+0 | |
|/ | |||||
* | Support for getting and setting SAN on a CSR | 2016-04-11 | 1 | -0/+8 | |
| | | | | | Extensions in a CSR are a bit more complex than in a CRL or a certificate itself so we don't quite use the same interface. | ||||
* | updated PDF | 2015-12-17 | 1 | -0/+0 | |
| | |||||
* | documentation: Update to say that setCipherList can take multiple arguments | 2015-08-09 | 1 | -2/+2 | |
| | |||||
* | document new modes to x509:getExtension and crl:getExtension, and new ↵ | 2015-06-04 | 2 | -4/+12 | |
| | | | | x509:getExtensionCount and crl:getExtensionCount methods | ||||
* | document openssl module constants and openssl.version, which resolves issue #20 | 2015-06-04 | 2 | -0/+32 | |
| | |||||
* | update documentation for new extension APIs | 2015-06-04 | 2 | -4/+39 | |
| | |||||
* | update x509:getPublicKeyDigest to take optional digest type | 2015-06-04 | 2 | -0/+4 | |
| |