| Commit message (Expand) | Author | Age | Files | Lines |
* | src/openssl.c: Add bindings to chain management | daurnimator
| 2018-12-07 | 1 | -0/+26 |
* | Fix doc formatting and regen pdf | daurnimator
| 2018-11-02 | 1 | -7/+7 |
* | Add ssl:setCipherList() | daurnimator
| 2018-10-31 | 1 | -0/+4 |
* | Add ssl:setCipherSuites() and context:setCipherSuites() | daurnimator
| 2018-10-31 | 1 | -0/+12 |
* | Add ssl:setReadAhead(), ssl:getReadAhead(), context:setReadAhead(), context:g... | daurnimator
| 2018-10-31 | 1 | -0/+16 |
* | Add openssl.extensionSupported() | daurnimator
| 2018-10-31 | 1 | -0/+4 |
* | Add ssl.context:useServerInfo() and ssl.context:useServerInfoFile() | daurnimator
| 2018-10-31 | 1 | -0/+14 |
* | Add ssl.context:addCustomExtension() | daurnimator
| 2018-10-31 | 1 | -0/+31 |
* | src/openssl.c: Add new SSL options introduce in OpenSSL 1.1.1 | daurnimator
| 2018-10-29 | 1 | -0/+4 |
* | doc/luaossl.tex: Add missing SSL options | daurnimator
| 2018-10-29 | 1 | -2/+12 |
* | add name:each() as an alias for the __pairs metamethod | daurnimator
| 2018-08-13 | 1 | -1/+5 |
* | src/openssl.c: Bind SSL_get_SSL_CTX as ssl:getContext() | daurnimator
| 2018-07-20 | 1 | -0/+4 |
* | doc/: Update ssl.context module docs; regenerate pdf | daurnimator
| 2018-07-08 | 1 | -1/+37 |
* | doc/luaossl.tex: Document new ssl:set*Store methods | daurnimator
| 2018-03-27 | 1 | -0/+18 |
* | OpenSSL now supports more digest<=>key combinations. Remove incorrect examples | daurnimator
| 2017-10-26 | 1 | -4/+3 |
* | Use 'generator' parameter for picking generator for DH keys (rather than 'exp... | daurnimator
| 2017-08-31 | 1 | -1/+3 |
* | Merge branch 'curves_list' | daurnimator
| 2017-08-30 | 1 | -1/+13 |
|\ |
|
| * | openssl.ssl: Bind SSL_set1_curves_list as ssl:setCurvesList() | daurnimator
| 2017-04-12 | 1 | -0/+6 |
| * | doc/: Mention that OpenSSL < 1.0.2 only supports a single curve at a time | daurnimator
| 2017-04-03 | 1 | -1/+1 |
| * | openssl.ssl.context: Add ctx:setCurvesList | daurnimator
| 2017-04-03 | 1 | -0/+6 |
* | | Document ssl:getVerifyResult() | daurnimator
| 2017-04-04 | 1 | -0/+4 |
* | | Add methods ssl:setVerify(), ssl:getVerify(), ssl:getCertificate() and ssl:se... | daurnimator
| 2017-04-04 | 1 | -0/+20 |
* | | Bind SSL_set_SSL_CTX | daurnimator
| 2017-04-03 | 1 | -0/+4 |
* | | Document missing context methods | daurnimator
| 2017-04-03 | 1 | -0/+23 |
* | | Merge branch 'ocsp' | daurnimator
| 2017-04-03 | 1 | -0/+72 |
|\ \ |
|
| * | | Add docs for OCSP functions | daurnimator
| 2017-04-03 | 1 | -0/+72 |
| |/ |
|
* | | Remove trailing whitespace | daurnimator
| 2017-04-03 | 1 | -4/+4 |
* | | Add docs for x509:getSignatureName | daurnimator
| 2017-04-03 | 1 | -0/+4 |
* | | Merge branch '87-pass-subject-to-extension.new' | daurnimator
| 2017-04-03 | 1 | -1/+13 |
|\ \ |
|
| * | | Document table form of extension.new() data argument | daurnimator
| 2017-04-03 | 1 | -1/+13 |
| |/ |
|
* | | New: method crl:verify(publickey) added, documentation updated. | Pascal Fellerich
| 2017-04-03 | 1 | -0/+4 |
* | | New: pkcs12.parse() added to read a PKCS12 string, and return (pkey,cert,ca) | Pascal Fellerich
| 2017-04-03 | 1 | -0/+4 |
* | | New: pkey.new{} modified to accept 'dhparam', a string representing the pre-c... | Pascal Fellerich
| 2017-04-03 | 1 | -0/+5 |
|/ |
|
* | Support for getting and setting SAN on a CSR | Ash Berlin
| 2016-04-11 | 1 | -0/+8 |
* | documentation: Update to say that setCipherList can take multiple arguments | daurnimator
| 2015-08-09 | 1 | -2/+2 |
* | document new modes to x509:getExtension and crl:getExtension, and new x509:ge... | william
| 2015-06-04 | 1 | -4/+12 |
* | document openssl module constants and openssl.version, which resolves issue #20 | william
| 2015-06-04 | 1 | -0/+32 |
* | update documentation for new extension APIs | william
| 2015-06-04 | 1 | -4/+39 |
* | update x509:getPublicKeyDigest to take optional digest type | william
| 2015-06-04 | 1 | -0/+4 |
* | document DTLS protocol identifiers for openssl.ssl.context.new routine | william
| 2015-06-02 | 1 | -7/+10 |
* | document ssl:setAlpnProtos | william
| 2015-03-05 | 1 | -0/+6 |
* | update documentation | william
| 2015-03-04 | 1 | -2/+14 |
* | document des.set_odd_parity and add example | william
| 2015-02-25 | 1 | -2/+8 |
* | document des.string_to_key | william
| 2015-02-25 | 1 | -0/+11 |
* | update documentation for context.new | william
| 2014-10-28 | 1 | -1/+23 |
* | getClientVersion, not getVersion | william
| 2014-10-15 | 1 | -1/+1 |
* | more documentation updates | william
| 2014-10-15 | 1 | -20/+64 |
* | partial documentation update | william
| 2014-10-15 | 1 | -18/+176 |
* | update document for pubkey -> pkey changes | william
| 2014-03-27 | 1 | -30/+30 |
* | update rand.uniform documentation for new Lua 5.3 support | william
| 2014-03-27 | 1 | -1/+1 |