summaryrefslogtreecommitdiff
path: root/doc/luaossl.tex (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use 'generator' parameter for picking generator for DH keys (rather than 'exp...daurnimator2017-08-311-1/+3
* Merge branch 'curves_list'daurnimator2017-08-301-1/+13
|\
| * openssl.ssl: Bind SSL_set1_curves_list as ssl:setCurvesList()daurnimator2017-04-121-0/+6
| * doc/: Mention that OpenSSL < 1.0.2 only supports a single curve at a timedaurnimator2017-04-031-1/+1
| * openssl.ssl.context: Add ctx:setCurvesListdaurnimator2017-04-031-0/+6
* | Document ssl:getVerifyResult()daurnimator2017-04-041-0/+4
* | Add methods ssl:setVerify(), ssl:getVerify(), ssl:getCertificate() and ssl:se...daurnimator2017-04-041-0/+20
* | Bind SSL_set_SSL_CTXdaurnimator2017-04-031-0/+4
* | Document missing context methodsdaurnimator2017-04-031-0/+23
* | Merge branch 'ocsp'daurnimator2017-04-031-0/+72
|\ \
| * | Add docs for OCSP functionsdaurnimator2017-04-031-0/+72
| |/
* | Remove trailing whitespacedaurnimator2017-04-031-4/+4
* | Add docs for x509:getSignatureNamedaurnimator2017-04-031-0/+4
* | Merge branch '87-pass-subject-to-extension.new'daurnimator2017-04-031-1/+13
|\ \
| * | Document table form of extension.new() data argumentdaurnimator2017-04-031-1/+13
| |/
* | New: method crl:verify(publickey) added, documentation updated.Pascal Fellerich2017-04-031-0/+4
* | New: pkcs12.parse() added to read a PKCS12 string, and return (pkey,cert,ca)Pascal Fellerich2017-04-031-0/+4
* | New: pkey.new{} modified to accept 'dhparam', a string representing the pre-c...Pascal Fellerich2017-04-031-0/+5
|/
* Support for getting and setting SAN on a CSRAsh Berlin2016-04-111-0/+8
* documentation: Update to say that setCipherList can take multiple argumentsdaurnimator2015-08-091-2/+2
* document new modes to x509:getExtension and crl:getExtension, and new x509:ge...william2015-06-041-4/+12
* document openssl module constants and openssl.version, which resolves issue #20william2015-06-041-0/+32
* update documentation for new extension APIswilliam2015-06-041-4/+39
* update x509:getPublicKeyDigest to take optional digest typewilliam2015-06-041-0/+4
* document DTLS protocol identifiers for openssl.ssl.context.new routinewilliam2015-06-021-7/+10
* document ssl:setAlpnProtoswilliam2015-03-051-0/+6
* update documentationwilliam2015-03-041-2/+14
* document des.set_odd_parity and add examplewilliam2015-02-251-2/+8
* document des.string_to_keywilliam2015-02-251-0/+11
* update documentation for context.newdeb-20141028-0william2014-10-281-1/+23
* getClientVersion, not getVersionwilliam2014-10-151-1/+1
* more documentation updateswilliam2014-10-151-20/+64
* partial documentation updatewilliam2014-10-151-18/+176
* update document for pubkey -> pkey changeswilliam2014-03-271-30/+30
* update rand.uniform documentation for new Lua 5.3 supportwilliam2014-03-271-1/+1
* update user guide to document DER support, GEN_DIRNAME, and return value chan...william2014-03-271-110/+112
* make documentation agree with how the targets work wrt Lua 5.3william2014-03-221-3/+9
* add luaossl documentation as copied and amended from the cqueues user guidewilliam2014-03-221-0/+860