Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unused struct def | 2022-05-04 | 1 | -4/+0 | |
| | |||||
* | openssl 3.0.0 compatibility | 2022-05-04 | 1 | -24/+133 | |
| | |||||
* | src/openssl.c: save top before calling luaL_buffinit | 2021-04-10 | 1 | -2/+4 | |
| | |||||
* | src/GNUmakefile: fix version in help text | 2020-07-05 | 1 | -1/+1 | |
| | |||||
* | fix for Lua 5.4 | 2020-07-05 | 1 | -3/+16 | |
| | | | | | 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 2000 | 2020-02-24 | 1 | -1/+1 | |
| | |||||
* | src/openssl.c: reset bio pointer before reuse in X509_ANY format | 2020-02-05 | 1 | -0/+3 | |
| | |||||
* | src/openssl.c: fix GNU version of strerror_r | 2019-12-30 | 1 | -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. | ||||
* | src/openssl.c: quieten some warnings | 2019-07-29 | 1 | -3/+3 | |
| | |||||
* | src/openssl.c: remove ssl_pushsafe function as it isn't possible to make ↵ | 2019-07-29 | 1 | -42/+34 | |
| | | | | safe in LuaJIT | ||||
* | src/openssl.c: refactor to pass arguments via preallocated userdata instead ↵ | 2019-07-29 | 1 | -108/+104 | |
| | | | | of lightuserdata | ||||
* | src/openssl.c: introduce hack around limited LuaJIT lightuserdata support | 2019-07-29 | 1 | -19/+35 | |
| | |||||
* | Update copyright year | 2019-06-12 | 1 | -1/+1 | |
| | |||||
* | src/openssl.c: rename setCurvesList to setGroups | 2019-06-12 | 3 | -61/+93 | |
| | | | | Old alias is left for compat | ||||
* | src/openssl.c: remove some unused variables | 2019-06-12 | 1 | -5/+2 | |
| | |||||
* | src/openssl.c: use helper function in ALPN select callback to avoid panic on OOM | 2019-06-12 | 1 | -20/+49 | |
| | |||||
* | Merge PR #161 | 2019-06-12 | 1 | -97/+188 | |
|\ | |||||
| * | src/openssl.c: Add support for raw key types to pkey:getParameters() | 2019-06-12 | 1 | -0/+44 | |
| | | |||||
| * | src/openssl.c: pk_pushparam/pk_setparam should take whole EVP_PKEY* | 2019-06-12 | 1 | -94/+108 | |
| | | |||||
| * | src/openssl.c: Add support for generating other key types via EVP_PKEY_keygen | 2019-06-12 | 1 | -3/+36 | |
| | | |||||
* | | src/openssl.c: Add LIBRESSL_VERSION_NUMBER version field | 2019-06-12 | 1 | -10/+15 | |
| | | |||||
* | | src/openssl.c: Fix missing defines for OpenSSL 0.9.8 | 2019-06-12 | 1 | -0/+8 | |
| | | |||||
* | | src/openssl.c: Use X509_chain_up_ref | 2019-06-11 | 1 | -39/+31 | |
| | | |||||
* | | src/openssl.c: Add cert:verify() to verify a certificate without a store | 2019-06-11 | 1 | -0/+120 | |
| | | |||||
* | | src/openssl.c: libressl gained SSL_get_server_tmp_key in 2.5.3 | 2019-02-14 | 1 | -1/+1 | |
| | | |||||
* | | src/openssl.c: Add kdf.derive | 2019-02-14 | 3 | -0/+693 | |
|/ | |||||
* | src/openssl.c: Add bindings to chain management | 2018-12-07 | 1 | -0/+88 | |
| | | | | Adds support for setting and retrieving intermediate certificates | ||||
* | src/openssl.c: add pushffi for SSL_CTX* | 2018-12-06 | 1 | -0/+38 | |
| | |||||
* | src/openssl.c: Factor out mk_checkdigest from mk_optdigest | 2018-11-01 | 1 | -2/+11 | |
| | |||||
* | src/openssl.c: Extend loadfield() to return string length | 2018-11-01 | 1 | -2/+4 | |
| | |||||
* | Add ssl:setCipherList() | 2018-10-31 | 2 | -0/+25 | |
| | |||||
* | Add ssl:setCipherSuites() and context:setCipherSuites() | 2018-10-31 | 3 | -0/+72 | |
| | |||||
* | Add ssl:setReadAhead(), ssl:getReadAhead(), context:setReadAhead(), ↵ | 2018-10-31 | 1 | -0/+46 | |
| | | | | context:getReadAhead() | ||||
* | src/openssl.c: Add checkbool() to complement optbool() | 2018-10-31 | 1 | -2/+7 | |
| | |||||
* | Add openssl.extensionSupported() | 2018-10-31 | 1 | -0/+19 | |
| | |||||
* | Add ssl.context:useServerInfo() and ssl.context:useServerInfoFile() | 2018-10-31 | 1 | -0/+54 | |
| | |||||
* | Add ssl.context:addCustomExtension() | 2018-10-31 | 1 | -0/+349 | |
| | |||||
* | src/openssl.c: Add new SSL options introduce in OpenSSL 1.1.1 | 2018-10-29 | 1 | -0/+12 | |
| | |||||
* | src/openssl.c: Fix typo (SSL_OP_TLSEXT_PADDING) | 2018-10-29 | 1 | -1/+1 | |
| | |||||
* | add name:each() as an alias for the __pairs metamethod | 2018-08-13 | 1 | -0/+1 | |
| | | | | __pairs is not respected in lua 5.1 | ||||
* | src/openssl.c: Use DER true value of 0xFF | 2018-07-31 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'inherit-lookups' | 2018-07-20 | 1 | -1/+7 | |
|\ | |||||
| * | src/openssl.c: Allow inheriting verify params from defaults | 2018-07-20 | 1 | -1/+7 | |
| | | |||||
* | | src/openssl.c: Add SSL_CTX_up_ref shim for OpenSSL < 1.1.0 | 2018-07-20 | 1 | -0/+16 | |
| | | |||||
* | | src/openssl.c: Bind SSL_get_SSL_CTX as ssl:getContext() | 2018-07-20 | 1 | -0/+13 | |
| | | |||||
* | | src/openssl.c: Avoid reinitializing cache | 2018-07-20 | 1 | -9/+12 | |
| | | |||||
* | | src/openssl.c: cache SSL_CTX objects | 2018-07-20 | 1 | -0/+26 | |
|/ | |||||
* | src/openssl.c: Add support for constructing TLSv1.3 context | 2018-07-09 | 1 | -13/+22 | |
| | |||||
* | src/openssl.c: Update SSL options list | 2018-07-09 | 1 | -9/+36 | |
| | | | | Order is taken from https://wiki.openssl.org/index.php/List_of_SSL_OP_Flags | ||||
* | src/openssl.c: Use lua_pushliteral where possible | 2018-07-09 | 1 | -11/+9 | |
| |