aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* README.md UpdateHEADmasterLibravatarLibravatar Biswakalyan Bhuyan 2024-09-261-1/+1
|
* fixed: undefined symbol 'X509_PURPOSE_get_by_id'LibravatarLibravatar Biswakalyan Bhuyan 2024-09-251-9/+9
|
* fixed: BUF_memdup undefinedLibravatarLibravatar Biswakalyan Bhuyan 2024-09-251-8/+20
|
* update: LibreSSL supportLibravatarLibravatar Biswakalyan Bhuyan 2024-09-252-7/+12
|
* src/openssl.c: fix SSL_OP_NO_RENEGOTIATIONLibravatarLibravatar daurnimator 2022-11-151-1/+1
| | | | | | Had a typo in the #ifdef Closes #205
* Release 20220711LibravatarLibravatar daurnimator 2022-07-111-0/+8
|
* src/openssl.c: add compat for pre 1.1.0LibravatarLibravatar daurnimator 2022-07-111-0/+7
|
* Allow for ciphers with adjustable IV lengthsLibravatarLibravatar daurnimator 2022-07-081-2/+6
|
* Merge remote-tracking branch 'origin/refs/pull/201/head'LibravatarLibravatar daurnimator 2022-07-034-0/+96
|\
| * 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
| |
* | Merge remote-tracking branch 'origin/refs/pull/199/head'LibravatarLibravatar daurnimator 2022-07-012-26/+144
|\ \ | |/ |/|
| * bn: use nchecks in both openssl-3 and openssl-1 branchesLibravatarLibravatar John Regan 2022-05-051-1/+1
| |
| * openssl 3.0.0: use new BN_check_primeLibravatarLibravatar John Regan 2022-05-041-0/+4
| |
| * openssl 3.0.0: use new function signature for the dup_func callbackLibravatarLibravatar John Regan 2022-05-041-1/+6
| |
| * openssl 3.0.0: use non-deprecated ERR_get_error_all functionLibravatarLibravatar John Regan 2022-05-041-0/+4
| |
| * remove unused struct defLibravatarLibravatar John Regan 2022-05-041-4/+0
| |
| * regress: fix for new minimum key length in openssl 3.0.0LibravatarLibravatar John Regan 2022-05-041-1/+1
| |
| * openssl 3.0.0 compatibilityLibravatarLibravatar John Regan 2022-05-041-24/+133
| |
* | 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
| | | |