aboutsummaryrefslogtreecommitdiff
path: root/Crypto.hs
Commit message (Expand)AuthorAge
* 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
* crypto library almost completeGravatar Joey Hess2011-04-16
* encryption key management workingGravatar Joey Hess2011-04-16
* addGravatar Joey Hess2011-04-15