summaryrefslogtreecommitdiffstats
path: root/doc/trust-values.texi
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:14:06 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:14:06 +0000
commiteee068778cb28ecf3c14e1bf843a95547d72c42d (patch)
tree0e07b30ddc5ea579d682d5dbe57998200d1c9ab7 /doc/trust-values.texi
parentInitial commit. (diff)
downloadgnupg2-eee068778cb28ecf3c14e1bf843a95547d72c42d.tar.xz
gnupg2-eee068778cb28ecf3c14e1bf843a95547d72c42d.zip
Adding upstream version 2.2.40.upstream/2.2.40upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--doc/trust-values.texi47
1 files changed, 47 insertions, 0 deletions
diff --git a/doc/trust-values.texi b/doc/trust-values.texi
new file mode 100644
index 0000000..634a784
--- /dev/null
+++ b/doc/trust-values.texi
@@ -0,0 +1,47 @@
+@c Copyright (C) 2018 Free Software Foundation, Inc.
+@c This is part of the GnuPG manual.
+@c For copying conditions, see the file gnupg.texi.
+
+Trust values are used to indicate ownertrust and validity of keys and
+user IDs. They are displayed with letters or strings:
+
+@table @asis
+
+ @item -
+ @itemx unknown
+ No ownertrust assigned / not yet calculated.
+
+ @item e
+ @itemx expired
+
+ Trust calculation has failed; probably due to an expired key.
+
+ @item q
+ @itemx undefined, undef
+ Not enough information for calculation.
+
+ @item n
+ @itemx never
+ Never trust this key.
+
+ @item m
+ @itemx marginal
+ Marginally trusted.
+
+ @item f
+ @itemx full
+ Fully trusted.
+
+ @item u
+ @itemx ultimate
+ Ultimately trusted.
+
+ @item r
+ @itemx revoked
+ For validity only: the key or the user ID has been revoked.
+
+ @item ?
+ @itemx err
+ The program encountered an unknown trust value.
+
+@end table