summaryrefslogtreecommitdiff
path: root/doc/design/encryption.mdwn
Commit message (Collapse)AuthorAge
* clean upGravatar Joey Hess2015-12-11
|
* remove unimplennted command-line option from design docGravatar Joey Hess2015-10-01
|
* clarifyGravatar Joey Hess2013-08-29
|
* Allow revocation of OpenPGP keys.Gravatar guilhem2013-08-29
| | | | | | | | | | | | | | | | | | | | | | | /!\ It is to be noted that revoking a key does NOT necessarily prevent the owner of its private part from accessing data on the remote /!\ The only sound use of `keyid-=` is probably to replace a (sub-)key by another, where the private part of both is owned by the same person/entity: git annex enableremote myremote keyid-=2512E3C7 keyid+=788A3F4C Reference: http://git-annex.branchable.com/bugs/Using_a_revoked_GPG_key/ * Other change introduced by this patch: New keys now need to be added with option `keyid+=`, and the scheme specified (upon initremote only) with `encryption=`. The motivation for this change is to open for new schemes, e.g., strict asymmetric encryption. git annex initremote myremote encryption=hybrid keyid=2512E3C7 git annex enableremote myremote keyid+=788A3F4C
* Generate ciphers with a better entropy.Gravatar guilhem2013-04-06
| | | | | | | | | | Unless highRandomQuality=false (or --fast) is set, use Libgcypt's 'GCRY_VERY_STRONG_RANDOM' level by default for cipher generation, like it's done for OpenPGP key generation. On the assistant side, the random quality is left to the old (lower) level, in order not to scare the user with an enless page load due to the blocking PRNG waiting for IO actions.
* Allow other MAC algorithms in the Remote Config.Gravatar guilhem2013-03-29
|
* fix linkGravatar Joey Hess2012-05-23
|
* fix linkGravatar Joey Hess2011-11-04
|
* update documentation that mentioned .git-annex/Gravatar Joey Hess2011-06-22
|
* updateGravatar Joey Hess2011-05-13
|
* updateGravatar Joey Hess2011-05-13
|
* mention that the cipher can also be used to crypt access keysGravatar Joey Hess2011-05-01
|
* design wrapupGravatar Joey Hess2011-04-17
|
* document encryptionGravatar Joey Hess2011-04-16
|
* typoGravatar Joey Hess2011-04-15
|
* typoGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-04-08
|
* updateGravatar Joey Hess2011-04-07
|
* redundancyGravatar Joey Hess2011-04-05
|
* updateGravatar Joey Hess2011-04-03
|
* updateGravatar Joey Hess2011-04-03
|
* updateGravatar Joey Hess2011-04-03
|
* updateGravatar Joey Hess2011-04-03
|
* encryption design documentGravatar Joey Hess2011-04-03