diff options
author | Patrick McDermott <pehjota> | 2017-08-07 14:14:25 (EDT) |
---|---|---|
committer | Patrick McDermott <pehjota> | 2017-08-07 14:14:25 (EDT) |
commit | 45b3177fbb66c90ee827896001f73615b6f32689 (patch) | |
tree | c73f3e0553273c1140a171e7f3939eea07ff81a8 /dev | |
parent | f042aed05c43b115f2c5f0428210a79ef9377e2b (diff) |
dev/archive/signing: Mention SHA256sum fields as chain of trust
Diffstat (limited to 'dev')
-rw-r--r-- | dev/archive/signing.mdwn | 6 |
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 ============== |