Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | [Rework] Implement new replies logic on the server's side | Vsevolod Stakhov | 2024-09-05 | 1 | -10/+13 | |
| | | | | ||||||
* | | | | [Minor] Add `encryption_required` symbol | Vsevolod Stakhov | 2024-09-05 | 1 | -0/+18 | |
| | | | | ||||||
* | | | | [Minor] s/BLOCKED/FORBIDDEN/ | Vsevolod Stakhov | 2024-09-05 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | We want it to be more informative and to distinguish from FUZZY_DENIED | |||||
* | | | | [Rework] Change fuzzy error symbols | Vsevolod Stakhov | 2024-09-05 | 1 | -1/+33 | |
| |_|/ |/| | | | | | | | | | | | FUZZY_BLOCKED -> FUZZY_RATELIMITED FUZZY_BLOCKED - new symbol for permanent bans | |||||
* | | | [Feature] Add tooling to encrypt strings in Lua | Ivan Stakhov | 2024-09-05 | 1 | -28/+80 | |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Fix] Provide support for OpenSSL 3.0 * [Feature] Provide function to encode header with configured public key * [Feature] Provide function to decode header with configured public key * [Test] Add tests for maybe encode/decode header * [Minor] Fix tests for encode/decode header * [Minor] Small clean up * [Minor] Small clean up * [Minor] Small fix for OpenSSL 3.0 support * [Minor] Provide logging * [Minor] Small fix * [Fix] Fix typo error * [Fix] Another typo * [Minor] Little clean up * [Minor] Little fix * [Minor] Small fix * [Minor] Small fix * [Minor] Rewrite the arguments of secretbox:encrypt/decrypt functions to a more understandable format * [Fix] Fix problem with nonce was not provided * [Test] Add test for nonce * [Minor] Little clean up * [Minor] Little clean up * [Test] Test * [Test] Test * [Test] Test * [Minor] Little fix * [Minor] Small fix * [Minor] Small fix * [Test] Small fix * [Test] Test * [Test] Test * [Test] Test * [Test] Test * [Minor] Small fix for fips provider * [Minor] Change provider apply logic * [Test] Little fix for provider * [Minor] Provide OpenSSL <3.0 support * [Test] Possible provider fix * [Test] Possible provider fix * [Test] Little fix * [Minor] Fix provider issue * [Minor] Small clean up * [Minor] Change logging errors * Update lualib/lua_util.lua --------- Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com> | |||||
* | | [Rework] Change the logic of skipping symbols | Vsevolod Stakhov | 2024-09-04 | 3 | -20/+32 | |
| | | | | | | | | | | We now do not skip pre/post filters even if the task result has reached threshold. | |||||
* | | [Minor] Forgot to handle `parent` | Vsevolod Stakhov | 2024-09-02 | 1 | -3/+27 | |
| | | ||||||
* | | [Minor] Restore legacy way to register symbols... | Vsevolod Stakhov | 2024-09-02 | 1 | -6/+88 | |
| | | ||||||
* | | [Doc] Discourage old brain damaged method of symbols registration | Vsevolod Stakhov | 2024-09-02 | 1 | -1/+5 | |
| | | ||||||
* | | [Fix] Unify lua symbols registration | Vsevolod Stakhov | 2024-09-02 | 1 | -442/+300 | |
| | | | | | | | | I'm curious why this bug has been not mentioned for such a long time... | |||||
* | | Merge pull request #5118 from rspamd/vstakhov-fix-5089 | Vsevolod Stakhov | 2024-08-29 | 1 | -0/+20 | |
|\ \ | | | | | | | Fix for issue #5089 - learning of the empty tasks | |||||
| * | | [Fix] Another safe-guards for learning/classifying an empty message | Vsevolod Stakhov | 2024-08-28 | 1 | -0/+20 | |
| | | | ||||||
| * | | [Minor] Fix stripping of the last characters | Vsevolod Stakhov | 2024-08-17 | 1 | -10/+7 | |
| | | | ||||||
| * | | [Fix] Check message before trying to dereference pointer | Vsevolod Stakhov | 2024-08-17 | 1 | -5/+5 | |
| | | | | | | | | | | | | Issue: #5089 | |||||
* | | | Update history_redis.lua | Dmitriy Alekseev | 2024-08-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | Set expiration for history_redis to 5 days by default | Dmitriy Alekseev | 2024-08-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix issue with broken HTTP message to learn endpoints (#5106) | Vsevolod Stakhov | 2024-08-17 | 2 | -15/+12 | |
| | | | | | | | | | | | | | | | | | | | | | * [Fix] Check message before trying to dereference pointer Issue: #5089 * [Minor] Fix stripping of the last characters | |||||
* | | | 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] Breaking: Rewrite cfg transform and remove legacy | Vsevolod Stakhov | 2024-08-15 | 1 | -6/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | What is removed: * SURBL/Email -> rbl conversion * IP reputation -> reputation conversion Reasoning: * Too hard to support forever * Outdated * Want to use transparent UCL instead of modifying the config from Lua | |||||
* | | [Fix] Use proper keys when doing asymmetric encryption | Vsevolod Stakhov | 2024-08-09 | 1 | -4/+4 | |
| | | ||||||
* | | [Minor] Oops, fix pubkey loading | Vsevolod Stakhov | 2024-08-09 | 1 | -4/+1 | |
| | | ||||||
* | | [Project] Remove NIST mode from everywhere | Vsevolod Stakhov | 2024-08-09 | 19 | -670/+333 | |
| | | ||||||
* | | [Project] Remove NIST (OpenSSL) mode from cryptobox | Vsevolod Stakhov | 2024-08-09 | 2 | -1025/+175 | |
| | | | | | | | | | | | | | | | | In fact, this mode increases complexity of the crypto library for no good reason: it is never used in Rspamd and it should not be used in fact. It was a research project in the past that should not be supported any longer. | |||||
* | | [Fix] Apply the same workaround for signing keys | Vsevolod Stakhov | 2024-08-08 | 1 | -9/+13 | |
| | | ||||||
* | | [Fix] Add workaround for the bug in OpenSSL < 3.0.8 | Vsevolod Stakhov | 2024-08-08 | 1 | -12/+26 | |
| | | ||||||
* | | [Minor] Another fight with OpenSSL so called "consistency" | Vsevolod Stakhov | 2024-08-07 | 1 | -1/+1 | |
| | | ||||||
* | | [Minor] Another try to fix p256 encryption | Vsevolod Stakhov | 2024-08-07 | 1 | -7/+8 | |
| | | ||||||
* | | [Fix] More bogus sizes fix | Vsevolod Stakhov | 2024-08-07 | 1 | -4/+5 | |
| | | ||||||
* | | [Minor] Some more fixes for old OSSL | Vsevolod Stakhov | 2024-08-07 | 1 | -2/+1 | |
| | | ||||||
* | | [Fix] Sign key != encryption key, omg | Vsevolod Stakhov | 2024-08-07 | 2 | -14/+16 | |
| | | ||||||
* | | [Minor] Some more incompatibilities cleaned up | Vsevolod Stakhov | 2024-08-07 | 1 | -2/+2 | |
| | | ||||||
* | | [Fix] Fix compatibility with OSSL 1.0 | Vsevolod Stakhov | 2024-08-07 | 2 | -6/+2 | |
| | | ||||||
* | | [CritFix] The max size for signing key is actually 65 bytes for p256 | Vsevolod Stakhov | 2024-08-07 | 1 | -1/+1 | |
| | | ||||||
* | | [Minor] Some neats | Vsevolod Stakhov | 2024-08-07 | 1 | -5/+8 | |
| | | ||||||
* | | [Fix] Fix and rework various parts | Vsevolod Stakhov | 2024-08-07 | 3 | -52/+94 | |
| | | ||||||
* | | [Rework] Use a more straight structure for DKIM keys | Vsevolod Stakhov | 2024-08-07 | 1 | -37/+42 | |
| | | ||||||
* | | [Minor] Another formatting issue | Vsevolod Stakhov | 2024-08-07 | 3 | -42/+43 | |
| | | ||||||
* | | [Minor] Restore formatting | Vsevolod Stakhov | 2024-08-07 | 3 | -104/+102 | |
| | | ||||||
* | | Merge branch 'master' into master | Vsevolod Stakhov | 2024-08-07 | 13 | -109/+133 | |
|\ \ | ||||||
| * | | [Rework] Resolve rdns in a separate function | Vsevolod Stakhov | 2024-08-06 | 1 | -71/+32 | |
| | | | | | | | | | | | | | | | | | | | | | Historically, it was done in `once_received` module, however, that check must be done early, even before settings (as they could rely on hostname). Hence, it was discussed to move this code to a separate rule. | |||||
| * | | [Minor] Show HTTP result for mirrors as well | Vsevolod Stakhov | 2024-08-05 | 1 | -1/+2 | |
| | | | ||||||
| * | | [Minor] Show better log when proxy finishes it's connection | Vsevolod Stakhov | 2024-08-05 | 1 | -1/+4 | |
| | | | ||||||
| * | | [Minor] Propagate proxy log tag | Vsevolod Stakhov | 2024-08-05 | 1 | -0/+2 | |
| | | | ||||||
| * | | [Minor] Pass queue-id from Milter to log tag | Vsevolod Stakhov | 2024-08-05 | 1 | -0/+8 | |
| | | | ||||||
| * | | [Project] Allow to change log tag from HTTP request | Vsevolod Stakhov | 2024-08-03 | 2 | -5/+15 | |
| | | | ||||||
| * | | Merge pull request #5084 from rspamd/vstakhov-negative-group-limits | Vsevolod Stakhov | 2024-08-01 | 7 | -24/+54 | |
| |\ \ | | | | | | | | | [Feature] Allow to set negative group score limit via `min_score` | |||||
| | * | | [Minor] Fix logic of the checks | Vsevolod Stakhov | 2024-08-01 | 1 | -19/+8 | |
| | | | | ||||||
| | * | | [Feature] Allow to set negative group score limit via `min_score` | Vsevolod Stakhov | 2024-07-30 | 7 | -6/+47 | |
| | | | | ||||||
| * | | | [Minor] Improve errors reporting for lua_redis | Vsevolod Stakhov | 2024-07-31 | 1 | -7/+16 | |
| |/ / | ||||||
* | | | [Test] Test work on ubuntu | LeftTry | 2024-07-31 | 1 | -29/+11 | |
| | | |