gnupg/g10 (10 files)
cvs user dshaw
cvs@cvs.gnupg.org
Wed, 04 Dec 2002 00:31:48 +0100
Date: Wednesday, December 4, 2002 @ 00:31:48
Author: dshaw
Path: /cvs/gnupg/gnupg/g10
Modified: ChangeLog encode.c g10.c getkey.c keyedit.c keylist.c main.h
options.h pkclist.c revoke.c
* options.h, g10.c (main), encode.c (write_pubkey_enc_from_list),
pkclist.c (algo_available), revoke.c (gen_revoke): Add --pgp8 mode. This
is basically identical to --pgp7 in all ways except that signing subkeys,
v4 data sigs (including expiration), and SK comments are allowed.
* getkey.c (finish_lookup): Comment.
* main.h, keylist.c (reorder_keyblock), keyedit.c (keyedit_menu): Reorder
user ID display in the --edit-key menu to match that of the --list-keys
display.
* g10.c (add_notation_data): Fix initialization.
-----------+
ChangeLog | 16 ++++++++++++++++
encode.c | 8 ++++----
g10.c | 36 +++++++++++++++++++++++++-----------
getkey.c | 3 ++-
keyedit.c | 1 +
keylist.c | 2 +-
main.h | 1 +
options.h | 4 ++--
pkclist.c | 38 +++++++++++++++++++++-----------------
revoke.c | 2 +-
10 files changed, 74 insertions(+), 37 deletions(-)