diff options
author | Werner Koch <wk@gnupg.org> | 2002-10-12 13:47:01 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2002-10-12 13:47:01 +0200 |
commit | 10128a5e2555bb36c1f3725700ba3cc52c50efb8 (patch) | |
tree | ad2efa4f6205922c67ba48fde709add7e0e8c4ee /doc | |
parent | * keyedit.c (menu_addrevoker): Properly back out if the signature fails. (diff) | |
download | gnupg2-10128a5e2555bb36c1f3725700ba3cc52c50efb8.tar.xz gnupg2-10128a5e2555bb36c1f3725700ba3cc52c50efb8.zip |
* DETAILS (KEY_CREATED): Enhanced by fingerprint.
Diffstat (limited to 'doc')
-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 <wk@gnupg.org> + + * DETAILS (KEY_CREATED): Enhanced by fingerprint. + 2002-10-03 David Shaw <dshaw@jabberwocky.com> * 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 |