Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: build system: libgcrypt.h needed even if libgrcypt was disabled | Rainer Gerhards | 2013-09-12 | 1 | -1/+1 |
| | | | | Thanks to Jonny Törnbom for reporting this problem | ||||
* | complete handle multiple blocks in encrypted queue files | Rainer Gerhards | 2013-05-16 | 1 | -0/+4 |
| | |||||
* | clean up crypto provider state files on queue file rollover | Rainer Gerhards | 2013-05-15 | 1 | -0/+1 |
| | |||||
* | do not try to write to read-open encryption state file | Rainer Gerhards | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | clean up crypto provider state files on queue file close | Rainer Gerhards | 2013-05-15 | 1 | -0/+9 |
| | |||||
* | basic queue file encryption | Rainer Gerhards | 2013-05-13 | 1 | -2/+8 |
| | |||||
* | fix invalid include dependency in encryption support | Rainer Gerhards | 2013-04-24 | 1 | -1/+1 |
| | |||||
* | platform compatibility enhancement: solve compile issue with libgcrypt | Rainer Gerhards | 2013-04-24 | 1 | -0/+2 |
| | | | | do not use GCRY_CIPHER_MODE_AESWRAP where not available | ||||
* | logenc: support keyfiles in rscryutil | Rainer Gerhards | 2013-04-12 | 1 | -0/+1 |
| | |||||
* | logenc: add parameters to select cipher algo and mode | Rainer Gerhards | 2013-04-12 | 1 | -1/+39 |
| | |||||
* | logenc: rscryutil can now decrypt multi-block logfiles | Rainer Gerhards | 2013-04-12 | 1 | -0/+3 |
| | |||||
* | logenc: milestone: rsyslog writes .encinfo side files | Rainer Gerhards | 2013-04-11 | 1 | -2/+10 |
| | |||||
* | log encryption: add rscrytool to decrypt log files | Rainer Gerhards | 2013-04-05 | 1 | -1/+3 |
| | | | | also add test parameter to be able to set key | ||||
* | log encryption: initial PoC implementation | Rainer Gerhards | 2013-04-05 | 1 | -0/+47 |
rough baseline, needs to be extended for actual use. |