Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clarify | 2013-08-29 | |
| | |||
* | Allow revocation of OpenPGP keys. | 2013-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. | 2013-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. | 2013-03-29 | |
| | |||
* | fix link | 2012-05-23 | |
| | |||
* | fix link | 2011-11-04 | |
| | |||
* | update documentation that mentioned .git-annex/ | 2011-06-22 | |
| | |||
* | update | 2011-05-13 | |
| | |||
* | update | 2011-05-13 | |
| | |||
* | mention that the cipher can also be used to crypt access keys | 2011-05-01 | |
| | |||
* | design wrapup | 2011-04-17 | |
| | |||
* | document encryption | 2011-04-16 | |
| | |||
* | typo | 2011-04-15 | |
| | |||
* | typo | 2011-04-08 | |
| | |||
* | update | 2011-04-07 | |
| | |||
* | redundancy | 2011-04-05 | |
| | |||
* | update | 2011-04-03 | |
| | |||
* | update | 2011-04-03 | |
| | |||
* | update | 2011-04-03 | |
| | |||
* | update | 2011-04-03 | |
| | |||
* | encryption design document | 2011-04-03 | |