Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CritFix] Fix ARC-Seal signing | Jan Schär | 2024-10-20 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | Signing of ARC-Seal headers was recently broken; the created signatures failed to validate. Most likely, this was caused by commit 1e661a2fc6e3, which changed the way signatures are created in lua_rsa_sign_memory without adding the calls to EVP_PKEY_CTX_set_rsa_padding and EVP_PKEY_CTX_set_signature_md needed with the new interface. After fixing this, some existing tests failed, because the test values passed to the hash parameter did not have the correct size for a sha256 hash. I fixed these by adjusting the length of the test values. Additionally, I extended the "RSA sign" unit test to compare the created signature against the expected one. This is possible because RSA signing is deterministic, and should prevent the same bug from occuring again. Fixes: https://github.com/rspamd/rspamd/issues/5173 | ||||
* | [Minor] Use portable macro for old OpenSSLvstakhov-ssl-fixes | Vsevolod Stakhov | 2024-09-24 | 1 | -1/+1 |
| | |||||
* | [Minor] Another compatibility fix | Vsevolod Stakhov | 2024-09-24 | 1 | -2/+9 |
| | |||||
* | [Fix] Get rid of EVP_PKEY_CTX_set1_rsa_keygen_pubexp | Vsevolod Stakhov | 2024-09-23 | 1 | -7/+0 |
| | | | | OpenSSL uses 65537 by default, no need in explicit set. | ||||
* | [Minor] Fix some unsafe chmod | Vsevolod Stakhov | 2024-09-10 | 1 | -6/+12 |
| | |||||
* | Provide OpenSSL 3.0 support for lua_rsa (#5101) | Ivan Stakhov | 2024-08-17 | 1 | -76/+88 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * [Fix] Provide OSSL 3.0 support for lua_rsa (not working) * [Fix] Provide full OpenSSL 3.0 for lua_rsa * [Minor] Little clean up * [Minor] Clean up code from debug * [Test] Replace for fixed size fstring allocation * [Test] Add rsa padding and signature md for pctx * [Test] Little changes * [Fix] Little fix for rsa_sign_memory work correctly * [Minor] Little clean up * [Minor] Small fix * [Minor] Little clean up * [Test] Add signature verification test for rsa2048 | ||||
* | [Rework] Further types conversion (no functional changes) | Vsevolod Stakhov | 2024-03-18 | 1 | -47/+47 |
| | |||||
* | [Project] Convert the remaining | Vsevolod Stakhov | 2024-03-05 | 1 | -18/+18 |
| | |||||
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 1 | -309/+300 |
| | | | | No meaningful changes. | ||||
* | [Rework] Write dkim keygen tool in lua | Vsevolod Stakhov | 2023-04-07 | 1 | -1/+7 |
| | |||||
* | [Minor] Allow to save private key in output | Vsevolod Stakhov | 2023-04-07 | 1 | -3/+10 |
| | |||||
* | [Minor] Fix openssl invocation | Vsevolod Stakhov | 2023-04-07 | 1 | -1/+1 |
| | |||||
* | [Feature] Add some missing functions to `lua_rsa` library | Vsevolod Stakhov | 2023-04-07 | 1 | -1/+122 |
| | |||||
* | [Fix] Clear SSL errors | Vsevolod Stakhov | 2021-12-08 | 1 | -2/+3 |
| | |||||
* | [Minor] Fix some leaks on error paths | Vsevolod Stakhov | 2021-09-19 | 1 | -2/+4 |
| | | | | Found by: coverity scan | ||||
* | [Minor] Plug some leaks on error paths | Vsevolod Stakhov | 2021-09-18 | 1 | -0/+2 |
| | | | | Found by: coverity scan | ||||
* | [Rework] Lua core: Use lightuserdata to index classes | Vsevolod Stakhov | 2019-09-16 | 1 | -30/+6 |
| | |||||
* | [CritFix] Fix \0 processing when doing RSA sign | Vsevolod Stakhov | 2018-10-23 | 1 | -4/+6 |
| | |||||
* | [Minor] Allow to fold base64 encoding of signatures | Vsevolod Stakhov | 2018-10-23 | 1 | -1/+21 |
| | |||||
* | [Minor] Another try to load RSA key from base64 | Vsevolod Stakhov | 2018-09-24 | 1 | -8/+19 |
| | |||||
* | [Minor] Fix load of the rsa key from base64 | Vsevolod Stakhov | 2018-09-24 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix lua RSA verify and its tests | Vsevolod Stakhov | 2018-03-29 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix base64 encoding for signature | Vsevolod Stakhov | 2017-05-28 | 1 | -1/+1 |
| | |||||
* | [Feature] Rework lua RSA API | Vsevolod Stakhov | 2017-05-27 | 1 | -154/+189 |
| | |||||
* | [Minor] Fix various style issues | Vsevolod Stakhov | 2017-03-23 | 1 | -12/+1 |
| | |||||
* | [Feature] Use rspamd specific type checks for userdata | Vsevolod Stakhov | 2016-05-05 | 1 | -3/+3 |
| | |||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -21/+12 |
| | |||||
* | Reorganize includes to reduce namespace pollution. | Vsevolod Stakhov | 2015-10-08 | 1 | -0/+1 |
| | |||||
* | Start miration to the new strings. | Vsevolod Stakhov | 2015-10-06 | 1 | -36/+17 |
| | |||||
* | Refactor function names. | Vsevolod Stakhov | 2014-11-29 | 1 | -18/+18 |
| | |||||
* | Use modules preload for lua. | Vsevolod Stakhov | 2014-08-25 | 1 | -13/+46 |
| | |||||
* | Rework lua function names to avoid ambiguity. | Vsevolod Stakhov | 2014-08-17 | 1 | -11/+11 |
| | |||||
* | Unify style without sorting headers. | Vsevolod Stakhov | 2014-07-23 | 1 | -64/+83 |
| | |||||
* | Revert "Unify code style." | Vsevolod Stakhov | 2014-07-23 | 1 | -85/+66 |
| | | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d. | ||||
* | Unify code style. | Vsevolod Stakhov | 2014-07-23 | 1 | -66/+85 |
| | |||||
* | Add a simple test of rsa utils in lua. | Vsevolod Stakhov | 2013-06-13 | 1 | -35/+325 |
| | | | | | | Support RSA signing in lua_rsa module. Add save function for rsa_signature. Fix test logic for lua modules. | ||||
* | Fix RSA signature handling. | Vsevolod Stakhov | 2013-06-13 | 1 | -46/+42 |
| | |||||
* | Add preliminary API for rsa verify to lua. | Vsevolod Stakhov | 2013-06-12 | 1 | -0/+393 |