aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-01-09 15:06:59 +0000
committerWerner Koch <[email protected]>1999-01-09 15:06:59 +0000
commit002b1a8632d2c2795deb4682ba6db8be120db9b4 (patch)
tree33a0e8c96550f24d9aa1747b05a9f471f975e7a7 /doc
parentSee ChangeLog: Thu Jan 7 18:00:58 CET 1999 Werner Koch (diff)
downloadgnupg-002b1a8632d2c2795deb4682ba6db8be120db9b4.tar.gz
gnupg-002b1a8632d2c2795deb4682ba6db8be120db9b4.zip
See ChangeLog: Sat Jan 9 16:02:23 CET 1999 Werner Koch
Diffstat (limited to 'doc')
-rw-r--r--doc/DETAILS56
1 files changed, 56 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS
index 554139653..346e809af 100644
--- a/doc/DETAILS
+++ b/doc/DETAILS
@@ -40,6 +40,62 @@ ssb::1536:20:5CE086B5B5A18FF4:1998-07-07:0:::
More fields may be added later.
+Format of the "--status-fd" output
+==================================
+Every line is prefixed with "[GNUPG:] ", followed by a keyword with
+the type of the status line and a some arguments depending on the
+type (maybe none); an application should always be prepared to see
+more argumnents in future versions.
+
+
+ GOODSIG <long keyid> <username>
+ The signature with the keyid is good.
+
+ BADSIG <long keyid> <username>
+ The signature with the keyid has not been verified okay.
+
+ ERRSIG
+ It was not possible to check the signature. This may be
+ caused by a missing public key or an unsupported algorithm.
+ No argumens yet.
+
+ VALIDSIG <fingerprint in hex>
+ The signature with the keyid is good. This is the same
+ as GOODSIG but has the fingerprint as the argument. Both
+ status lines ere emmited for a good signature.
+
+ TRUST_UNDEFINED
+ TRUST_NEVER
+ TRUST_MARGINAL
+ TRUST_FULLY
+ TRUST_ULTIMATE
+ For good signatures one of these status lines are emitted
+ to indicate how trustworthy the signatur is. No arguments yet.
+
+ SIGEXPIRED
+ The signature key has expired. No arguments yet.
+
+ KEYREVOKED
+ The used key has been revoked by his owner. No arguments yet.
+
+ BADARMOR
+ The ascii armor is corrupted. No arguments yet.
+
+ RSA_OR_IDEA
+ The RSA or IDEA algorithms has been used in the data. A
+ program might want to fallback to another program to handle
+ the data if GnuPG failed.
+
+ SHM_INFO
+ SHM_GET
+ SHM_GET_BOOL
+ SHM_GET_HIDDEN
+ NEED_PASSPHRASE
+ [Needs documentation]
+
+
+
+
Key generation
==============
Key generation shows progress by printing different characters to