aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-05-05 21:07:59 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-05-05 21:07:59 +0200
commit029b20ee0bbae5652ead72aa70d3c9a9a6da43c1 (patch)
tree2f1cc71cb25483c395f8664fe634691e3e921095 /README
parent709072d45648920798a1fab72c8d3115293fbd5e (diff)
...
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
index 7183bf8..2c08c8c 100644
--- a/README
+++ b/README
@@ -12,3 +12,20 @@ Sign
Verify
<- key.pub, msg.txt (msg.txt.sig)
<- key.pub, arch.gz (arch.gz.sig)
+
+
+verify
+ plain:
+ read pub, read sig, read msg
+ verify msg (stand-alone)
+ embeded:
+ read pub, read sig
+ verify msg (as part of sig)
+ gzip:
+ read pub, read gzip
+ verify gzip header -> sig
+ verify gzip body with content of header
+ check:
+ read pub, read sig
+ verify sig
+ verify files with content of sig