Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |
| | |||||
* | document DTLS protocol identifiers for openssl.ssl.context.new routine | 2015-06-02 | 2 | -7/+10 | |
| | |||||
* | document ssl:setAlpnProtos | 2015-03-05 | 2 | -0/+6 | |
| | |||||
* | update documentation | 2015-03-04 | 2 | -2/+14 | |
| | |||||
* | document des.set_odd_parity and add example | 2015-02-25 | 2 | -2/+8 | |
| | |||||
* | document des.string_to_key | 2015-02-25 | 2 | -0/+11 | |
| | |||||
* | update documentation for context.new | 2014-10-28 | 2 | -1/+23 | |
| | |||||
* | getClientVersion, not getVersion | 2014-10-15 | 2 | -1/+1 | |
| | |||||
* | add PDF for convenience | 2014-10-15 | 1 | -0/+0 | |
| | |||||
* | more documentation updates | 2014-10-15 | 1 | -20/+64 | |
| | |||||
* | partial documentation update | 2014-10-15 | 1 | -18/+176 | |
| | |||||
* | update document for pubkey -> pkey changes | 2014-03-27 | 1 | -30/+30 | |
| | |||||
* | update rand.uniform documentation for new Lua 5.3 support | 2014-03-27 | 1 | -1/+1 | |
| | |||||
* | update user guide to document DER support, GEN_DIRNAME, and return value ↵ | 2014-03-27 | 1 | -110/+112 | |
| | | | | changes for :all, digest:update, and hmac:update | ||||
* | make documentation agree with how the targets work wrt Lua 5.3 | 2014-03-22 | 1 | -3/+9 | |
| | |||||
* | add luaossl documentation as copied and amended from the cqueues user guide | 2014-03-22 | 1 | -0/+860 | |