| Commit message (Expand) | Author | Files | Lines |
2015-12-18 | remove trailing whitespace | daurnimator | 1 | -12/+12 |
2015-12-18 | removed unused warning across #if | daurnimator | 1 | -0/+1 |
2015-12-18 | remove unused variables in xn__next | daurnimator | 1 | -2/+1 |
2015-12-18 | return value list instead of table if parameter names specified explicitly | William Ahern | 1 | -64/+208 |
2015-12-18 | bn_dup only returns on success, so remove error handling from bn_dup calls | William Ahern | 1 | -34/+26 |
2015-12-18 | put EC variable declarations inside OPENSSL_NO_EC preprocessor guard (unable ... | William Ahern | 1 | -5/+8 |
2015-12-17 | set empty key when creating cipher object to prevent SEGV if caller fails to ... | William Ahern | 1 | -1/+7 |
2015-12-17 | forgot to call BIO_reset after pushing the private key PEM text, which in the... | William Ahern | 1 | -1/+2 |
2015-12-17 | free result of BN_bn2dec() | William Ahern | 1 | -3/+21 |
2015-12-17 | fixed char buffer signedness issue | William Ahern | 1 | -2/+6 |
2015-12-17 | column-align field initializers | William Ahern | 1 | -1/+1 |
2015-12-17 | updated PDF | William Ahern | 1 | -0/+0 |
2015-12-10 | pk_getParameters: Add 'public_only' flag to only export the public key parame... | daurnimator | 1 | -0/+8 |
2015-12-07 | Add bn_dup function to make sure BN_FLG_SECURE is kept in copies | daurnimator | 1 | -14/+24 |
2015-12-07 | Add :tobin method to bignums | daurnimator | 1 | -0/+11 |
2015-12-07 | Add 'pkey:getParameters()' function that returns private key parameters as a ... | daurnimator | 1 | -0/+99 |
2015-11-15 | Implement lua rounding style for __mod operator | daurnimator | 1 | -0/+6 |
2015-11-15 | Fix not passing through first cipher argument in vararg form | daurnimator | 1 | -1/+1 |
2015-11-15 | Guard SSLv3_server_method with #ifndef OPENSSL_NO_SSL3 | daurnimator | 1 | -0/+2 |
2015-08-09 | documentation: Update to say that setCipherList can take multiple arguments | daurnimator | 1 | -2/+2 |
2015-08-09 | Allow passing openssl.ssl.context:setCipherList a vararg of ciphers, or an array | daurnimator | 1 | -0/+13 |
2015-07-27 | update debian changelogrel-20150727 | William Ahern | 1 | -0/+11 |
2015-07-25 | refactor ex_newstate fix, which left nil on the stack | william | 1 | -6/+11 |
2015-07-24 | Don't recreate an exdata state singleton object when one already exists, othe... | William Ahern | 1 | -0/+9 |
2015-06-16 | quick fix to make it easier to build against musl libc | Linux User | 1 | -3/+7 |
2015-06-04 | add extension:text metho | william | 1 | -1/+44 |
2015-06-04 | document new modes to x509:getExtension and crl:getExtension, and new x509:ge... | william | 2 | -4/+12 |
2015-06-04 | permit getting extension by index (1-based indexing), and add x509:getExtensi... | william | 1 | -34/+86 |
2015-06-04 | document openssl module constants and openssl.version, which resolves issue #20 | william | 2 | -0/+32 |
2015-06-04 | update documentation for new extension APIs | william | 2 | -4/+39 |
2015-06-04 | add extension:getID, extension:getName, extension:getShortName, extension:get... | william | 1 | -33/+220 |
2015-06-04 | clarify ownership semantics of new extension features, some consistency work,... | william | 1 | -16/+35 |
2015-06-04 | use X509_get0_pubkey_bitstr to get reference to public key ASN.1 bit string o... | william | 1 | -1/+1 |
2015-06-04 | update x509:getPublicKeyDigest to take optional digest type | william | 3 | -5/+13 |
2015-06-02 | document DTLS protocol identifiers for openssl.ssl.context.new routine | william | 2 | -7/+10 |
2015-06-02 | add DTLS client and server methods to openssl.ssl.context.new | william | 1 | -27/+84 |
2015-05-28 | remove some unused warnings | william | 1 | -11/+0 |
2015-05-18 | initialize extension data in DER format without intermediate hex encoding | Kaarle Ritvanen | 1 | -1/+26 |
2015-05-18 | get extension data in DER format | Kaarle Ritvanen | 1 | -1/+9 |
2015-05-18 | get named extension from certificate | Kaarle Ritvanen | 1 | -0/+32 |
2015-05-18 | CRL extensions | Kaarle Ritvanen | 1 | -0/+13 |
2015-05-14 | get digest for certificate's public key | Kaarle Ritvanen | 1 | -0/+16 |
2015-05-04 | update debian changelogrel-20150504 | william | 1 | -0/+9 |
2015-04-22 | fix build for OpenBSD 5.6 libressl | William Ahern | 1 | -1/+6 |
2015-04-22 | forgot NULL terminator on ssleay_version array | william | 1 | -0/+1 |
2015-04-22 | Fix BN_CTX and BIO caching for LuaJIT | william | 1 | -4/+4 |
2015-04-22 | Add openssl.version to permit querying runtime OpenSSL version. | william | 1 | -9/+83 |
2015-04-22 | update luapath script | william | 1 | -57/+402 |
2015-04-22 | update changelog in preparation for tagging releaserel-20150422 | william | 1 | -0/+10 |
2015-04-20 | add missing line continuation to LIST_INSERT_HEAD macro, and fix stale code c...exdata | william | 1 | -2/+2 |