aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@localhost>2013-02-14 00:00:00 +0000
committerroot <root@localhost>2013-02-14 00:00:00 +0000
commit0a1730741ce55ec6c3ced3fa0f4c713952bbe192 (patch)
tree65adab86bb1e2b6f92e974b5b4cf2ce08fddd46e
parentfdb2732abbc3fe5394208668030c194c178a3985 (diff)
downloadgit-remote-gcrypt-0a1730741ce55ec6c3ced3fa0f4c713952bbe192.zip
git-remote-gcrypt-0a1730741ce55ec6c3ced3fa0f4c713952bbe192.tar.gz
git-remote-gcrypt-0a1730741ce55ec6c3ced3fa0f4c713952bbe192.tar.bz2
Update README
-rw-r--r--README.rst23
1 files changed, 11 insertions, 12 deletions
diff --git a/README.rst b/README.rst
index 5775bd2..7e48b97 100644
--- a/README.rst
+++ b/README.rst
@@ -58,11 +58,10 @@ share location.)
Design Goals
............
-+ Confidential, authenticated git storage and collaboration on any
- untrusted file host or service. The only information we (by necessity)
- leak is the approximate size and timing of updates. PLEASE help me
- evaluate how well we meet this design goal!
-
+Confidential, authenticated git storage and collaboration on any
+untrusted file host or service. The only information we (by necessity)
+leak is the approximate size and timing of updates. PLEASE help me
+evaluate how well we meet this design goal!
Configuration
=============
@@ -73,13 +72,13 @@ Configuration
git-remote-gcrypt respects the variable *user.signingkey*.
-.. NOTE:: GPG configuration applies to public-key encryption, symmetric
- encryption, and signing. See `man gpg`.
+The encryption of the manifest is updated for each push. The pusher must
+have the public keys of all collaborators in the keyring. You can
+commit the keyring to the repo, further key management features do not
+yet exist.
-All readers of the repository must have their pubkey included in the
-keyring used when pushing. All writers must have the complete set of
-pubkeys available. You can commit the keyring to the repo, further key
-management features do not yet exist.
+GPG configuration applies to public-key encryption, symmetric
+encryption, and signing. See `man gpg` for more information.
Examples
@@ -98,7 +97,7 @@ Notes
Repository Format
.................
-+ Protocol::
+::
EncSign(X) is sign+encrypt to a PGP key holder
Encrypt(K,X) is symmetric encryption