summaryrefslogtreecommitdiff
path: root/Crypto.hs
Commit message (Expand)AuthorAge
* Generate ciphers with a better entropy.Gravatar guilhem2013-04-06
* hlintGravatar Joey Hess2013-04-03
* minor wording fixesGravatar Joey Hess2013-03-29
* Allow other MAC algorithms in the Remote Config.Gravatar guilhem2013-03-29
* linelengthGravatar Joey Hess2013-03-12
* GnuPG options for symmetric encryption.Gravatar guilhem2013-03-11
* improve comments and variable names WRT base64 encoded encryption keysGravatar Joey Hess2013-03-03
* whitespace fixesGravatar Joey Hess2012-12-13
* refactorGravatar Joey Hess2012-11-18
* upload progress bars for webdav!Gravatar Joey Hess2012-11-18
* better streaming while encrypting/decryptingGravatar Joey Hess2012-11-18
* indentation foo, and a new coding style page. no code changesGravatar Joey Hess2012-10-28
* add routes to pause/start/cancel transfersGravatar Joey Hess2012-08-08
* avoid ByteString.Char8 where not neededGravatar Joey Hess2012-06-20
* hlintGravatar Joey Hess2012-06-12
* refactorGravatar Joey Hess2012-04-29
* Added shared cipher mode to encryptable special remotes.Gravatar Joey Hess2012-04-29
* split out Utility.Gpg with the generic gpg interface, from CryptoGravatar Joey Hess2011-12-20
* make gpg code more genericGravatar Joey Hess2011-12-20
* factored out some useful error catching methodsGravatar Joey Hess2011-11-10
* clean up read/show abuseGravatar Joey Hess2011-11-08
* minor syntax changesGravatar Joey Hess2011-10-11
* renameGravatar Joey Hess2011-10-05
* renameGravatar Joey Hess2011-10-04
* factor out common importsGravatar Joey Hess2011-10-03
* when all you have is a zombie, everything looks like a shotgunGravatar Joey Hess2011-10-02
* code simplification thanks to applicative functorsGravatar Joey Hess2011-08-25
* split groups of related functions out of UtilityGravatar Joey Hess2011-08-22
* hlint tweaksGravatar Joey Hess2011-07-15
* renameGravatar Joey Hess2011-07-05
* rename modules for data types into Types/ directoryGravatar Joey Hess2011-06-01
* simplified a bunch of Maybe handlingGravatar Joey Hess2011-05-15
* factor out base64 codeGravatar Joey Hess2011-05-01
* S3: When encryption is enabled, the Amazon S3 login credentials are stored, e...Gravatar Joey Hess2011-05-01
* Revert "Use haskell Crypto library instead of haskell SHA library.a"Gravatar Joey Hess2011-04-26
* add test to ensure hmac remains stableGravatar Joey Hess2011-04-21
* Use haskell Crypto library instead of haskell SHA library.aGravatar Joey Hess2011-04-21
* bup: Avoid memory leak when transferring encrypted data.Gravatar Joey Hess2011-04-19
* Fix stalls in S3 when transferring encrypted data.Gravatar Joey Hess2011-04-19
* enable gpg batch mode when GPG_AGENT_INFO is setGravatar Joey Hess2011-04-19
* initremote: show gpg keysGravatar Joey Hess2011-04-17
* Don't run gpg in batch mode, so it can prompt for passphrase when there is no...Gravatar Joey Hess2011-04-17
* cleanupGravatar Joey Hess2011-04-17
* looked up HMAC block size detailsGravatar Joey Hess2011-04-17
* hmacSha1 wants the secret key as first parameterGravatar Joey Hess2011-04-17
* use different parts of cipher for hmac and gpgGravatar Joey Hess2011-04-17
* fix stall while storing encrypted data in bupGravatar Joey Hess2011-04-17
* proper encrypted keysGravatar Joey Hess2011-04-16
* full encryption support for directory special remotesGravatar Joey Hess2011-04-16
* add cipher field to AnnexStateGravatar Joey Hess2011-04-16