
wk at gnupg
Mar 11, 2005, 11:37 AM
Post #2 of 2
(4104 views)
Permalink
|
|
Re: Meaning of "signatures" in g10/app-openpgp.c, doSign() ?
[In reply to]
|
|
On Sun, 06 Mar 2005 14:09:57 +0100, Walter Koch said: > does > "signatures created so far: %lu\n" > in g10/app-openpgp.c, 1.23, doSign() > mean signature on keys or signature on application data? Signatures made using the key on this card. The counter is associated with the first key of the card and only reset if you generate or import a new key. For each user ID and subkey you will notice 2 signatures: One for the public key and one for the secret key. The second is not really needed but well it fits better into the existing code. > "Beglaubigung" for keys > "Unterschrift" for data "Signaturoperationen"? Salam-Shalom, Werner
|