summaryrefslogtreecommitdiff
path: root/Crypto.hs
Commit message (Expand)AuthorAge
* convert Key to ShortByteStringJoey Hess2021-10-05
* fix strictness issueJoey Hess2020-06-16
* separate RemoteConfig parsing basically workingJoey Hess2020-01-14
* wip separate RemoteConfig parsingJoey Hess2020-01-13
* be stricter about rejecting invalid configurations for remotesJoey Hess2020-01-10
* cache the serialization of a KeyJoey Hess2019-11-22
* inherit other fieldsJoey Hess2019-10-10
* sameas RemoteConfig inheritanceJoey Hess2019-10-10
* update licenses from GPL to AGPLJoey Hess2019-03-13
* rename key2file and file2keyJoey Hess2019-01-14
* make everything build again after ByteString Key changesJoey Hess2019-01-11
* add KeyVariety typeJoey Hess2017-02-24
* Some optimisations to string splitting code.Joey Hess2017-01-31
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Joey Hess2016-11-15
* cleanupJoey Hess2016-05-23
* plumb RemoteGitConfig through to encryptCipherJoey Hess2016-05-23
* plumb RemoteGitConfig through to decryptCipherJoey Hess2016-05-23
* Pass the various gnupg-options configs to gpg in several cases where they wer...Joey Hess2016-05-23
* Added new encryption=sharedpubkey mode for special remotes.Joey Hess2016-05-10
* Added annex.gnupg-decrypt-options and remote.<name>.annex-gnupg-decrypt-optio...Joey Hess2016-05-10
* remove 163 lines of code without changing anything except importsJoey Hess2016-01-20
* support gpg.programJoey Hess2015-09-09
* rejigger imports for clean build with ghc 7.10's AMP changesJoey Hess2015-05-10
* switch to using cryptohash for MACJoey Hess2015-04-19
* removed all uses of undefined from code baseJoey Hess2015-04-19
* update my email address and homepage urlJoey Hess2015-01-21
* unify exception handling into Utility.ExceptionJoey Hess2014-08-07
* finish making rsync support chunkingJoey Hess2014-08-03
* lift types from IO to AnnexJoey Hess2014-07-29
* Support for remotes that are chunkable and encryptable.Joey Hess2014-07-26
* add chunk metadata to KeyJoey Hess2014-07-24
* Fix initremote with encryption=pubkey to work with S3, glacier, webdav, and e...Joey Hess2014-02-06
* remove *>=> and >=*> ; use <$$> insteadJoey Hess2013-09-27
* rename constructor for clariyJoey Hess2013-09-05
* Leverage an ambiguities between Ciphersguilhem2013-09-05
* keep Utility.Gpg free of dependencies on git-annexJoey Hess2013-09-04
* redundant commentJoey Hess2013-09-04
* replace an over-explained Bool with a data typeJoey Hess2013-09-04
* wordingJoey Hess2013-09-04
* fix build (seems getGpgEncOpts got renamed to getGpgEncParams)Joey Hess2013-09-04
* Allow public-key encryption of file content.guilhem2013-09-03
* Allow revocation of OpenPGP keys.guilhem2013-08-29
* Generate ciphers with a better entropy.guilhem2013-04-06
* hlintJoey Hess2013-04-03
* minor wording fixesJoey Hess2013-03-29
* Allow other MAC algorithms in the Remote Config.guilhem2013-03-29
* linelengthJoey Hess2013-03-12
* GnuPG options for symmetric encryption.guilhem2013-03-11
* improve comments and variable names WRT base64 encoded encryption keysJoey Hess2013-03-03
* whitespace fixesJoey Hess2012-12-13