diff options
Diffstat (limited to '')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/DETAILS | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index a3882e7a7..7c200a409 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-10-12 Werner Koch <[email protected]> + + * DETAILS (KEY_CREATED): Enhanced by fingerprint. + 2002-10-03 David Shaw <[email protected]> * gpg.sgml: Note that '#' means secret-key-unavailable, and that diff --git a/doc/DETAILS b/doc/DETAILS index ba350deea..1ba9df159 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -335,11 +335,13 @@ more arguments in future versions. (only the first character should be checked) class: 2 hex digits with the signature class - KEY_CREATED <type> + KEY_CREATED <type> <fingerprint> A key has been created type: 'B' = primary and subkey 'P' = primary 'S' = subkey + The fingerprint is one of the primary key for type B and P and + the one of the subkey for S. SESSION_KEY <algo>:<hexdigits> The session key used to decrypt the message. This message will |