summaryrefslogtreecommitdiff
path: root/mk (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-18remove trailing whitespacedaurnimator1-12/+12
2015-12-18removed unused warning across #ifdaurnimator1-0/+1
2015-12-18remove unused variables in xn__nextdaurnimator1-2/+1
2015-12-18return value list instead of table if parameter names specified explicitlyWilliam Ahern1-64/+208
2015-12-18bn_dup only returns on success, so remove error handling from bn_dup callsWilliam Ahern1-34/+26
2015-12-18put EC variable declarations inside OPENSSL_NO_EC preprocessor guard (unable ...William Ahern1-5/+8
2015-12-17set empty key when creating cipher object to prevent SEGV if caller fails to ...William Ahern1-1/+7
2015-12-17forgot to call BIO_reset after pushing the private key PEM text, which in the...William Ahern1-1/+2
2015-12-17free result of BN_bn2dec()William Ahern1-3/+21
2015-12-17fixed char buffer signedness issueWilliam Ahern1-2/+6
2015-12-17column-align field initializersWilliam Ahern1-1/+1
2015-12-17updated PDFWilliam Ahern1-0/+0
2015-12-10pk_getParameters: Add 'public_only' flag to only export the public key parame...daurnimator1-0/+8
2015-12-07Add bn_dup function to make sure BN_FLG_SECURE is kept in copiesdaurnimator1-14/+24
2015-12-07Add :tobin method to bignumsdaurnimator1-0/+11
2015-12-07Add 'pkey:getParameters()' function that returns private key parameters as a ...daurnimator1-0/+99
2015-11-15Implement lua rounding style for __mod operatordaurnimator1-0/+6
2015-11-15Fix not passing through first cipher argument in vararg formdaurnimator1-1/+1
2015-11-15Guard SSLv3_server_method with #ifndef OPENSSL_NO_SSL3daurnimator1-0/+2
2015-08-09documentation: Update to say that setCipherList can take multiple argumentsdaurnimator1-2/+2
2015-08-09Allow passing openssl.ssl.context:setCipherList a vararg of ciphers, or an arraydaurnimator1-0/+13
2015-07-27update debian changelogrel-20150727William Ahern1-0/+11
2015-07-25refactor ex_newstate fix, which left nil on the stackwilliam1-6/+11
2015-07-24Don't recreate an exdata state singleton object when one already exists, othe...William Ahern1-0/+9
2015-06-16quick fix to make it easier to build against musl libcLinux User1-3/+7
2015-06-04add extension:text methowilliam1-1/+44
2015-06-04document new modes to x509:getExtension and crl:getExtension, and new x509:ge...william2-4/+12
2015-06-04permit getting extension by index (1-based indexing), and add x509:getExtensi...william1-34/+86
2015-06-04document openssl module constants and openssl.version, which resolves issue #20william2-0/+32
2015-06-04update documentation for new extension APIswilliam2-4/+39
2015-06-04add extension:getID, extension:getName, extension:getShortName, extension:get...william1-33/+220
2015-06-04clarify ownership semantics of new extension features, some consistency work,...william1-16/+35
2015-06-04use X509_get0_pubkey_bitstr to get reference to public key ASN.1 bit string o...william1-1/+1
2015-06-04update x509:getPublicKeyDigest to take optional digest typewilliam3-5/+13
2015-06-02document DTLS protocol identifiers for openssl.ssl.context.new routinewilliam2-7/+10
2015-06-02add DTLS client and server methods to openssl.ssl.context.newwilliam1-27/+84
2015-05-28remove some unused warningswilliam1-11/+0
2015-05-18initialize extension data in DER format without intermediate hex encodingKaarle Ritvanen1-1/+26
2015-05-18get extension data in DER formatKaarle Ritvanen1-1/+9
2015-05-18get named extension from certificateKaarle Ritvanen1-0/+32
2015-05-18CRL extensionsKaarle Ritvanen1-0/+13
2015-05-14get digest for certificate's public keyKaarle Ritvanen1-0/+16
2015-05-04update debian changelogrel-20150504william1-0/+9
2015-04-22fix build for OpenBSD 5.6 libresslWilliam Ahern1-1/+6
2015-04-22forgot NULL terminator on ssleay_version arraywilliam1-0/+1
2015-04-22Fix BN_CTX and BIO caching for LuaJITwilliam1-4/+4
2015-04-22Add openssl.version to permit querying runtime OpenSSL version.william1-9/+83
2015-04-22update luapath scriptwilliam1-57/+402
2015-04-22update changelog in preparation for tagging releaserel-20150422william1-0/+10
2015-04-20add missing line continuation to LIST_INSERT_HEAD macro, and fix stale code c...exdatawilliam1-2/+2