aboutsummaryrefslogtreecommitdiff
path: root/Crypto.hs
Commit message (Expand)AuthorAge
* add KeyVariety typeGravatar Joey Hess2017-02-24
* Some optimisations to string splitting code.Gravatar Joey Hess2017-01-31
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* cleanupGravatar Joey Hess2016-05-23
* plumb RemoteGitConfig through to encryptCipherGravatar Joey Hess2016-05-23
* plumb RemoteGitConfig through to decryptCipherGravatar Joey Hess2016-05-23
* Pass the various gnupg-options configs to gpg in several cases where they wer...Gravatar Joey Hess2016-05-23
* Added new encryption=sharedpubkey mode for special remotes.Gravatar Joey Hess2016-05-10
* Added annex.gnupg-decrypt-options and remote.<name>.annex-gnupg-decrypt-optio...Gravatar Joey Hess2016-05-10
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* support gpg.programGravatar Joey Hess2015-09-09
* rejigger imports for clean build with ghc 7.10's AMP changesGravatar Joey Hess2015-05-10
* switch to using cryptohash for MACGravatar Joey Hess2015-04-19
* removed all uses of undefined from code baseGravatar Joey Hess2015-04-19
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* finish making rsync support chunkingGravatar Joey Hess2014-08-03
* lift types from IO to AnnexGravatar Joey Hess2014-07-29
* Support for remotes that are chunkable and encryptable.Gravatar Joey Hess2014-07-26
* add chunk metadata to KeyGravatar Joey Hess2014-07-24
* Fix initremote with encryption=pubkey to work with S3, glacier, webdav, and e...Gravatar Joey Hess2014-02-06
* remove *>=> and >=*> ; use <$$> insteadGravatar Joey Hess2013-09-27
* rename constructor for clariyGravatar Joey Hess2013-09-05
* Leverage an ambiguities between CiphersGravatar guilhem2013-09-05
* keep Utility.Gpg free of dependencies on git-annexGravatar Joey Hess2013-09-04
* redundant commentGravatar Joey Hess2013-09-04
* replace an over-explained Bool with a data typeGravatar Joey Hess2013-09-04
* wordingGravatar Joey Hess2013-09-04
* fix build (seems getGpgEncOpts got renamed to getGpgEncParams)Gravatar Joey Hess2013-09-04
* Allow public-key encryption of file content.Gravatar guilhem2013-09-03
* Allow revocation of OpenPGP keys.Gravatar guilhem2013-08-29
* 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