summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* not using key variable in vrfy.sig:genkeyrel-20161029William Ahern2016-10-291-1/+0
* add and use pkey:getDefaultDigestName because the old digest type names used ...William Ahern2016-10-292-16/+38
* final bits handle EVP_CIPHER_CTX, EVP_MD_CTX, and HMAC_CTX as opaque objectsWilliam Ahern2016-10-291-32/+127
* use SSL_client_versionWilliam Ahern2016-10-291-2/+22
* add regression test for store:verifyWilliam Ahern2016-10-292-0/+180
* X509_STORE_CTX is opaque, fixup store:verifyWilliam Ahern2016-10-291-45/+80
* must use i2d_re_X509_REQ_tbs to dirty the X509_REQ cached encodingWilliam Ahern2016-10-291-0/+8
* use EVP_PKEY_get_default_digest_nid to determine the default signature, and e...William Ahern2016-10-291-11/+41
* more OpenSSL 1.1 workWilliam Ahern2016-10-291-25/+127
* lots of OpenSSL 1.1 compatability workWilliam Ahern2016-10-281-58/+339
* libressl has supported ALPN since 2.1.3William Ahern2016-10-191-1/+1
* unbreak BSDs by using arc4random_bufWilliam Ahern2016-10-192-2/+9
* Merge branch 'oerdnj-master'William Ahern2016-10-194-31/+927
|\
| * there are no kernel headers installed by default in Alpine Linux (Linux/musl)...William Ahern2016-10-191-31/+25
| * use config.h.guess from autoguess project for system feature testsWilliam Ahern2016-10-193-2/+881
| * Merge branch 'master' of https://github.com/oerdnj/luaossl into oerdnj-masterWilliam Ahern2016-10-191-22/+45
|/|
| * Use syscall() to call getrandom()Ondřej Surý2016-08-301-1/+2
| * Add __DragonFly__ and generic BSD detection for ARC4RANDOMOndřej Surý2016-08-301-1/+1
| * Use RAND_seed() instead of RAND_add() where appropriateOndřej Surý2016-08-301-4/+4
| * Reinstate sysctl call for older Linux kernelsOndřej Surý2016-08-301-8/+29
| * Use arc4random()/getrandom() to get random bytes instead of sysctl() interfaceOndřej Surý2016-08-301-31/+32
* | update luapathWilliam Ahern2016-10-191-2/+27
|/
* in bignum string conversion, don't pass char or signed char to isdigit or isx...William Ahern2016-08-121-2/+2
* temporarily address issue #54 by copying solution from lunix and autoguess pr...William Ahern2016-06-251-2/+2
* upgrade luapath scriptWilliam Ahern2016-06-242-171/+344
* forgot to actually add regression testWilliam Ahern2016-06-241-0/+168
* Merge branch 'ashb-csr_san'William Ahern2016-06-246-2/+130
|\
| * refactor style to more closely match the style of the existing code, such as ...William Ahern2016-06-241-22/+35
| * refactor and add ashb's regression test for #53William Ahern2016-06-244-2/+26
| * initialize attr to NULL in xr_setExtensionByNid to silence clang, which can't...William Ahern2016-06-231-0/+1
| * Support for getting and setting SAN on a CSRAsh Berlin2016-04-112-0/+89
| * Add terminator to openssl.x509.extension.Ash Berlin2016-04-091-0/+1
|/
* Merge branch 'Zash-patch-1'William Ahern2016-02-162-0/+2
|\
| * Merge branch 'patch-1' of git://github.com/Zash/luaossl into Zash-patch-1William Ahern2016-02-162-0/+2
|/|
| * Add openssl.x509.csr to makefileKim Alvefur2016-02-061-0/+1
| * Expose openssl.x509.csrKim Alvefur2016-02-061-0/+1
* | Merge branch 'daurnimator-bignum-new'William Ahern2016-02-161-7/+42
|\ \ | |/ |/|
| * Merge branch 'bignum-new' of git://github.com/daurnimator/luaossl into daurni...William Ahern2016-02-161-7/+42
|/|
| * bignum: Don't allow empty numbers/strings to passdaurnimator2016-01-041-5/+5
| * bignum: validate hex and decimal strings before feeding to openssldaurnimator2016-01-041-2/+11
| * bignum: handle negative hex numbersdaurnimator2016-01-041-2/+11
| * bignum: Add fromBinary constructordaurnimator2016-01-041-0/+12
| * bignum.new: Allow initialisation from hex stringsdaurnimator2016-01-041-5/+10
* | Lua 5.1 doesn't permit NULL msg argument to luaL_checkstackWilliam Ahern2016-01-141-2/+2
* | try to avoid negative stack indices with luaL_checkstring as error messages a...William Ahern2016-01-081-1/+1
* | unbreak openssl.rand by fixing auxL_newlib bugWilliam Ahern2016-01-081-1/+1
* | fix EVP_PKEY method interposingWilliam Ahern2016-01-081-16/+64
* | permit direct indexing of EVP_KEY as alternative to getParameters/setParametersWilliam Ahern2016-01-071-218/+356
* | fix comment typoWilliam Ahern2016-01-071-1/+1
* | preliminary support for pkey:setParametersWilliam Ahern2016-01-071-31/+470
|/