summaryrefslogtreecommitdiffstats
path: root/dev/archive/signing.mdwn
diff options
context:
space:
mode:
authorPatrick McDermott <pehjota>2017-08-07 14:14:25 (EDT)
committer Patrick McDermott <pehjota>2017-08-07 14:14:25 (EDT)
commit45b3177fbb66c90ee827896001f73615b6f32689 (patch)
treec73f3e0553273c1140a171e7f3939eea07ff81a8 /dev/archive/signing.mdwn
parentf042aed05c43b115f2c5f0428210a79ef9377e2b (diff)
dev/archive/signing: Mention SHA256sum fields as chain of trust
Diffstat (limited to 'dev/archive/signing.mdwn')
-rw-r--r--dev/archive/signing.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/archive/signing.mdwn b/dev/archive/signing.mdwn
index c363b4c..7976f08 100644
--- a/dev/archive/signing.mdwn
+++ b/dev/archive/signing.mdwn
@@ -4,9 +4,9 @@ Background
==========
Package archive signing will enable verification of package archive index files
-and establish a chain of trust to verify individual packages. It will allow
-ProteanOS's package management tools to more securely retrieve packages from the
-archive.
+and establish a chain of trust (through `SHA256sum` fields) to verify individual
+packages. It will allow ProteanOS's package management tools to more securely
+retrieve packages from the archive.
Implementation
==============