summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-01-06 21:31:36 +0100
committerJakob Borg <jakob@nym.se>2014-01-06 21:31:36 +0100
commit4b11e6691459f66315ad44a09041fae5add7ce3e (patch)
treecaa601fd58a5b708f19818b0c69e8e8ceb9d3cea /README.md
parent28d3936a3ccd424b96d86ea13368252c8e4458df (diff)
Verify requests against model (fixes #15)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index ad1ccd0f4f..79ea84b30c 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,9 @@ fingerprint is computed as the SHA-1 hash of the certificate and
displayed in BASE32 encoding to form a compact yet convenient string.
Currently SHA-1 is deemed secure against preimage attacks.
+Incoming requests for file data are verified to the extent that the
+requested file name must exist in the local index and the global model.
+
Installing
==========