aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add regression test for #115LibravatarLibravatar Matthew Wild 2022-07-031-0/+39
|
* Add support for getting/setting GCM authentication tag (fixes #115)LibravatarLibravatar Matthew Wild 2022-07-033-0/+57
|
* add clean rule for Lua 5.4LibravatarLibravatar John Regan 2022-05-051-1/+1
|
* src/openssl.c: save top before calling luaL_buffinitLibravatarLibravatar daurnimator 2021-04-101-2/+4
|
* Release 20200709LibravatarLibravatar daurnimator 2020-07-091-0/+7
|
* Merge branch '5.4'LibravatarLibravatar daurnimator 2020-07-0917-28/+513
|\
| * Merge lua-compat-5.3 v0.9LibravatarLibravatar daurnimator 2020-07-0915-19/+487
| |\
| | * Squashed 'vendor/compat53/' changes from daebe77..7b783fbLibravatarLibravatar daurnimator 2020-07-0915-22/+490
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7b783fb Fix repository name in rockspec 7e2b0b5 Add bit32 library 931652a Make it usable on Lua 5.4 a1735f6 Update backports to Lua 5.3.5 versions 01a43c0 Fix feature detection for strerror_r 71293f7 Fix structure initialization in compat53 lua_load 73fb49f Make test C module compile as C++ again. d7f9021 Link to `lua_getextraspace` quirks in README.md. 45ae6fe Improve `lua_getextraspace` tests. c325be4 Add an implementation of `lua_getextraspace()`. 3c76f8f Add rockspec for v0.7 release. git-subtree-dir: vendor/compat53 git-subtree-split: 7b783fb8efac60de8be91522d5731a9716e83d56
| * | src/GNUmakefile: fix version in help textLibravatarLibravatar daurnimator 2020-07-051-1/+1
| | |
| * | fix for Lua 5.4LibravatarLibravatar Tom Callaway 2020-07-053-9/+26
|/ / | | | | | | | | cherry-picked from: https://src.fedoraproject.org/rpms/lua-luaossl/blob/2f38bb943874955fed1ab860467ed822996808da/f/luaossl-rel-20190731-lua-5.4.patch
* | src/openssl.c: Fix reading ASN1_TIME timestamps from before 2000LibravatarLibravatar daurnimator 2020-02-241-1/+1
| |
* | Merge remote-tracking branch 'origin/refs/pull/177/head'LibravatarLibravatar daurnimator 2020-02-063-0/+40
|\ \
| * | src/openssl.c: reset bio pointer before reuse in X509_ANY formatLibravatarLibravatar Wangchong Zhou 2020-02-053-0/+40
|/ /
* | src/openssl.c: fix GNU version of strerror_rLibravatarLibravatar Petr Špaček 2019-12-301-1/+1
| | | | | | | | | | | | GNU version of strerror_r may return pointer to different place than dst variable, and former version of code was throwing away these results and returned an empty string from dst.
* | Release 20190731LibravatarLibravatar daurnimator 2019-07-311-0/+6
| |
* | src/openssl.c: quieten some warningsLibravatarLibravatar daurnimator 2019-07-291-3/+3
| |
* | src/openssl.c: remove ssl_pushsafe function as it isn't possible to make ↵LibravatarLibravatar daurnimator 2019-07-291-42/+34
| | | | | | | | safe in LuaJIT
* | src/openssl.c: refactor to pass arguments via preallocated userdata instead ↵LibravatarLibravatar daurnimator 2019-07-291-108/+104
| | | | | | | | of lightuserdata
* | src/openssl.c: introduce hack around limited LuaJIT lightuserdata supportLibravatarLibravatar daurnimator 2019-07-291-19/+35
| |
* | Release 20190612LibravatarLibravatar daurnimator 2019-06-121-0/+10
| |
* | Update copyright yearLibravatarLibravatar daurnimator 2019-06-122-2/+2
| |
* | src/openssl.c: rename setCurvesList to setGroupsLibravatarLibravatar daurnimator 2019-06-125-74/+107
| | | | | | | | Old alias is left for compat
* | src/openssl.c: remove some unused variablesLibravatarLibravatar daurnimator 2019-06-121-5/+2
| |
* | src/openssl.c: use helper function in ALPN select callback to avoid panic on OOMLibravatarLibravatar daurnimator 2019-06-121-20/+49
| |
* | Merge PR #161LibravatarLibravatar daurnimator 2019-06-121-97/+188
|\ \
| * | src/openssl.c: Add support for raw key types to pkey:getParameters()LibravatarLibravatar daurnimator 2019-06-121-0/+44
| | |
| * | src/openssl.c: pk_pushparam/pk_setparam should take whole EVP_PKEY*LibravatarLibravatar daurnimator 2019-06-121-94/+108
| | |
| * | src/openssl.c: Add support for generating other key types via EVP_PKEY_keygenLibravatarLibravatar daurnimator 2019-06-121-3/+36
| | |
* | | Merge PR #171LibravatarLibravatar daurnimator 2019-06-122-0/+89
|\ \ \
| * | | doc/luaossl.tex: minor fixupsLibravatarLibravatar daurnimator 2019-06-121-22/+22
| | | |
| * | | doc/luaossl.tex: Document the `x509.verify_param` object. closes #168LibravatarLibravatar Datong Sun 2019-06-111-0/+89
| | | |
* | | | src/openssl.c: Add LIBRESSL_VERSION_NUMBER version fieldLibravatarLibravatar daurnimator 2019-06-121-10/+15
| | | |
* | | | src/openssl.c: Fix missing defines for OpenSSL 0.9.8LibravatarLibravatar daurnimator 2019-06-121-0/+8
| | | |
* | | | Merge branch 'x509-verify'LibravatarLibravatar daurnimator 2019-06-125-24/+198
|\ \ \ \ | |/ / / |/| | |
| * | | src/openssl.c: Use X509_chain_up_refLibravatarLibravatar daurnimator 2019-06-111-39/+31
| | | |
| * | | src/openssl.c: Add cert:verify() to verify a certificate without a storeLibravatarLibravatar daurnimator 2019-06-114-0/+182
|/ / /
* | | src/openssl.c: libressl gained SSL_get_server_tmp_key in 2.5.3LibravatarLibravatar daurnimator 2019-02-141-1/+1
| | |
* | | src/openssl.c: Add kdf.deriveLibravatarLibravatar daurnimator 2019-02-146-0/+770
|/ /
* | Release 20181207LibravatarLibravatar daurnimator 2018-12-072-0/+7
| |
* | src/openssl.c: Add bindings to chain managementLibravatarLibravatar daurnimator 2018-12-072-0/+114
| | | | | | | | Adds support for setting and retrieving intermediate certificates
* | src/openssl.c: add pushffi for SSL_CTX*LibravatarLibravatar daurnimator 2018-12-061-0/+38
| |
* | Release 20181102LibravatarLibravatar daurnimator 2018-11-021-0/+15
| |
* | Fix doc formatting and regen pdfLibravatarLibravatar daurnimator 2018-11-022-7/+7
| |
* | src/openssl.c: Factor out mk_checkdigest from mk_optdigestLibravatarLibravatar daurnimator 2018-11-011-2/+11
| |
* | src/openssl.c: Extend loadfield() to return string lengthLibravatarLibravatar daurnimator 2018-11-011-2/+4
| |
* | Add ssl:setCipherList()LibravatarLibravatar daurnimator 2018-10-313-0/+29
| |
* | Add ssl:setCipherSuites() and context:setCipherSuites()LibravatarLibravatar daurnimator 2018-10-314-0/+84
| |
* | Add ssl:setReadAhead(), ssl:getReadAhead(), context:setReadAhead(), ↵LibravatarLibravatar daurnimator 2018-10-312-0/+62
| | | | | | | | context:getReadAhead()
* | src/openssl.c: Add checkbool() to complement optbool()LibravatarLibravatar daurnimator 2018-10-311-2/+7
| |
* | Add openssl.extensionSupported()LibravatarLibravatar daurnimator 2018-10-312-0/+23
| |