aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [Minor] Fix stripping of the last charactersVsevolod Stakhov2024-08-171-10/+7
| | |
| * | [Fix] Check message before trying to dereference pointerVsevolod Stakhov2024-08-171-5/+5
| | | | | | | | | | | | Issue: #5089
* | | Update history_redis.luaDmitriy Alekseev2024-08-241-1/+1
| | |
* | | Set expiration for history_redis to 5 days by defaultDmitriy Alekseev2024-08-241-1/+1
| | |
* | | Fix issue with broken HTTP message to learn endpoints (#5106)Vsevolod Stakhov2024-08-172-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 Stakhov2024-08-171-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 legacyVsevolod Stakhov2024-08-151-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 encryptionVsevolod Stakhov2024-08-091-4/+4
| |
* | [Minor] Oops, fix pubkey loadingVsevolod Stakhov2024-08-091-4/+1
| |
* | [Project] Remove NIST mode from everywhereVsevolod Stakhov2024-08-0919-670/+333
| |
* | [Project] Remove NIST (OpenSSL) mode from cryptoboxVsevolod Stakhov2024-08-092-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 keysVsevolod Stakhov2024-08-081-9/+13
| |
* | [Fix] Add workaround for the bug in OpenSSL < 3.0.8Vsevolod Stakhov2024-08-081-12/+26
| |
* | [Minor] Another fight with OpenSSL so called "consistency"Vsevolod Stakhov2024-08-071-1/+1
| |
* | [Minor] Another try to fix p256 encryptionVsevolod Stakhov2024-08-071-7/+8
| |
* | [Fix] More bogus sizes fixVsevolod Stakhov2024-08-071-4/+5
| |
* | [Minor] Some more fixes for old OSSLVsevolod Stakhov2024-08-071-2/+1
| |
* | [Fix] Sign key != encryption key, omgVsevolod Stakhov2024-08-072-14/+16
| |
* | [Minor] Some more incompatibilities cleaned upVsevolod Stakhov2024-08-071-2/+2
| |
* | [Fix] Fix compatibility with OSSL 1.0Vsevolod Stakhov2024-08-072-6/+2
| |
* | [CritFix] The max size for signing key is actually 65 bytes for p256Vsevolod Stakhov2024-08-071-1/+1
| |
* | [Minor] Some neatsVsevolod Stakhov2024-08-071-5/+8
| |
* | [Fix] Fix and rework various partsVsevolod Stakhov2024-08-073-52/+94
| |
* | [Rework] Use a more straight structure for DKIM keysVsevolod Stakhov2024-08-071-37/+42
| |
* | [Minor] Another formatting issueVsevolod Stakhov2024-08-073-42/+43
| |
* | [Minor] Restore formattingVsevolod Stakhov2024-08-073-104/+102
| |
* | Merge branch 'master' into masterVsevolod Stakhov2024-08-0713-109/+133
|\ \
| * | [Rework] Resolve rdns in a separate functionVsevolod Stakhov2024-08-061-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 wellVsevolod Stakhov2024-08-051-1/+2
| | |
| * | [Minor] Show better log when proxy finishes it's connectionVsevolod Stakhov2024-08-051-1/+4
| | |
| * | [Minor] Propagate proxy log tagVsevolod Stakhov2024-08-051-0/+2
| | |
| * | [Minor] Pass queue-id from Milter to log tagVsevolod Stakhov2024-08-051-0/+8
| | |
| * | [Project] Allow to change log tag from HTTP requestVsevolod Stakhov2024-08-032-5/+15
| | |
| * | Merge pull request #5084 from rspamd/vstakhov-negative-group-limitsVsevolod Stakhov2024-08-017-24/+54
| |\ \ | | | | | | | | [Feature] Allow to set negative group score limit via `min_score`
| | * | [Minor] Fix logic of the checksVsevolod Stakhov2024-08-011-19/+8
| | | |
| | * | [Feature] Allow to set negative group score limit via `min_score`Vsevolod Stakhov2024-07-307-6/+47
| | | |
| * | | [Minor] Improve errors reporting for lua_redisVsevolod Stakhov2024-07-311-7/+16
| |/ /
* | | [Test] Test work on ubuntuLeftTry2024-07-311-29/+11
| | |
* | | Merge branch 'rspamd:master' into masterIvan Stakhov2024-07-302-5/+7
|\| |
| * | [Minor] Add `task:set_subject` alias for sanityVsevolod Stakhov2024-07-301-0/+1
| | |
| * | [Minor] Try to fix ambigious rvalueVsevolod Stakhov2024-07-281-5/+6
| | |
* | | Merge remote-tracking branch 'origin/master'LeftTry2024-07-283-4/+15
|\ \ \
| * | | Merge branch 'rspamd:master' into masterIvan Stakhov2024-07-273-4/+15
| |\| |
| | * | [Minor] Fix known senders to work with empty mime recipientsVsevolod Stakhov2024-07-261-1/+2
| | | | | | | | | | | | | | | | Issue: #5070
| | * | Merge pull request #4960 from JasonStephenson/bugfix/arc-regex-fixVsevolod Stakhov2024-07-251-1/+11
| | |\ \ | | | | | | | | | | [FIX] Arc regex to no longer match on dmarc=
| | | * | linter fixJason Stephenson2024-07-251-1/+0
| | | | |
| | | * | Use pattern to get all methodspecs + reasonspecs, and return the value of ↵Jason Stephenson2024-07-231-1/+12
| | | | | | | | | | | | | | | | | | | | the arc one if present
| | | * | Fix regex to no longer match on dmarc=Jason Stephenson2024-05-131-1/+1
| | | | |
| | * | | [Fix] GPT: Fix bug in condition checkVsevolod Stakhov2024-07-251-2/+2
| | | | |
* | | | | [Rework] Clean up legacy codeLeftTry2024-07-281-143/+0
| | | | |