Thread gpg --list-sigs (7 answers)
Opened by esskar at 2004-06-15 02:24

Crian
 2004-06-15 02:44
#15190 #15190
User since
2003-08-04
5873 Artikel
ModeratorIn
[Homepage]
user image
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
       --list-sigs [names]
Same as --list-keys, but the signatures are
listed too.

For each signature listed, there are several
flags in between the "sig" tag and keyid. These
flags give additional information about each
signature. From left to right, they are the
numbers 1-3 for certificate check level (see
--default-cert-check-level), "L" for a local or
non-exportable signature (see --lsign-key), "R"
for a nonRevocable signature (see --nrsign-key),
"P" for a signature that contains a policy URL
(see --cert-policy-url), "N" for a signature
that contains a notation (see --cert-notation),
and "X" for an eXpired signature (see --ask-
cert-expire).
s--Pevna-;s.([a-z]).chr((ord($1)-84)%26+97).gee; s^([A-Z])^chr((ord($1)-52)%26+65)^gee;print;

use strict; use warnings; Link zu meiner Perlseite

View full thread gpg --list-sigs