aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix beforenm part.Vsevolod Stakhov2015-02-062-6/+31
* Add cryptobox encryption.Vsevolod Stakhov2015-02-061-5/+36
* Implement verification and keypair generation.Vsevolod Stakhov2015-02-063-5/+59
* Set curve25519 bits on keypair generation.Vsevolod Stakhov2015-02-063-23/+4
* Merge pull request #138 from fatalbanana/masterVsevolod Stakhov2015-02-062-2/+34
|\
| * Amendment: fix regex match for unqualified usernamesAndrew Lewis2015-02-061-0/+1
| * Amendment: nest stuffAndrew Lewis2015-02-061-1/+1
| * Allow applying settings to authenticated usersAndrew Lewis2015-02-062-2/+33
* | Add platform detector based on cpuid.Vsevolod Stakhov2015-02-064-14/+55
* | Add chacha20 driver.Vsevolod Stakhov2015-02-063-0/+601
* | Add curve25519 and poly1305 by @agl / @floodyberryVsevolod Stakhov2015-02-0613-1/+2963
* | Add optimized versions of ChaCha20 by @floodyberryVsevolod Stakhov2015-02-0611-3/+2748
* | Start cryptobox library.Vsevolod Stakhov2015-02-069-38/+205
|/
* Fix potential issues as found by coverity.Vsevolod Stakhov2015-02-0519-74/+84
* Add uncached test.Vsevolod Stakhov2015-02-041-3/+34
* Fix keypairs cache processing.Vsevolod Stakhov2015-02-041-6/+5
* Fix encryption test.Vsevolod Stakhov2015-02-041-3/+5
* Add HTTP connections speed test.Vsevolod Stakhov2015-02-045-2/+243
* Allow single string to be in a string list.Vsevolod Stakhov2015-02-041-32/+40
* Initialize expire queue.Vsevolod Stakhov2015-02-041-0/+1
* Securely erase content of secret keys.Vsevolod Stakhov2015-02-031-0/+2
* Fix LRU hash in keypairs cache.Vsevolod Stakhov2015-02-031-9/+49
* Add explicit_memzero function.Vsevolod Stakhov2015-02-034-1/+49
* Rework LRU hash.Vsevolod Stakhov2015-02-032-63/+91
* Fix some initializations.Vsevolod Stakhov2015-02-033-6/+8
* Fix urls interaction.Vsevolod Stakhov2015-02-034-69/+58
* Remove old crap functions from url parser code.Vsevolod Stakhov2015-02-0310-678/+167
* Merge pull request #136 from fatalbanana/masterVsevolod Stakhov2015-02-032-23/+15
|\
| * Cosmetic changesAndrew Lewis2015-02-032-23/+15
* | Use keys cache in encrypt/decrypt operations.Vsevolod Stakhov2015-02-021-7/+23
* | Use keypairs cache.Vsevolod Stakhov2015-02-026-13/+53
* | Publish afternm_detachedVsevolod Stakhov2015-02-021-0/+3
* | Update keypairs cache.Vsevolod Stakhov2015-02-025-8/+90
* | Add preliminary implementation of keypairs cache.Vsevolod Stakhov2015-02-024-0/+97
* | Merge pull request #134 from fatalbanana/masterVsevolod Stakhov2015-02-021-1/+1
|\|
| * Fix bad change in Exim patchAndrew Lewis2015-02-021-1/+1
|/
* Fix encrypted output.Vsevolod Stakhov2015-02-021-0/+6
* Fix processing of unix sockets.Vsevolod Stakhov2015-02-021-33/+52
* Fix some compile time warnings.Vsevolod Stakhov2015-02-025-7/+5
* Remove unused signal post-handlers.Vsevolod Stakhov2015-02-021-47/+0
* Load controller's keypair from configuration.Vsevolod Stakhov2015-02-011-0/+12
* Fix encryption of messages with no body.Vsevolod Stakhov2015-02-011-2/+3
* Return statfiles stats from controller.Vsevolod Stakhov2015-02-014-16/+74
* Implement statistics for mmaped statfiles.Vsevolod Stakhov2015-02-013-2/+37
* Merge pull request #131 from fatalbanana/masterVsevolod Stakhov2015-02-013-233/+124
|\
| * Enable one_shot for RECEIVED_SPAMHAUS_XBL - Fixes #102Andrew Lewis2015-02-011-1/+1
| * Update Exim patchAndrew Lewis2015-01-312-232/+123
* | Merge pull request #133 from AlexeySa/patch-2Vsevolod Stakhov2015-02-011-1/+1
|\ \
| * | Fix: Centos init script: configtest()Alexey2015-02-011-1/+1
|/ /
* | Be more precise when stealing a key from a message.Vsevolod Stakhov2015-01-301-0/+2