gnupg/g10 (7 files)
cvs user dshaw
cvs at cvs.gnupg.org
Sat Nov 1 02:13:17 CET 2003
Date: Saturday, November 1, 2003 @ 02:13:17
Author: dshaw
Path: /cvs/gnupg/gnupg/g10
Modified: ChangeLog g10.c keygen.c mainproc.c pkclist.c trustdb.c
trustdb.h
* trustdb.h, trustdb.c (register_trusted_keyid): New. Adds a keyid to the
list of ultimately trusted keys.
* keygen.c (do_generate_keypair): Use it here so that the ultimate
ownertrust happens before the trustdb (might be) rebuilt. Also fix an
error where the newly generated pk is thought to be a subkey by the
trustdb.
* g10.c (main): Fix --export-all do actually do something different than
--export.
* pkclist.c (build_pk_list): Show all recipients rather than showing each
recipient as they are added.
* mainproc.c (proc_symkey_enc, proc_encrypted): Keep a count of the number
of passphrases that can decrypt a symmetric or mixed symmetric/pk message
and include it in the list of keys shown to the user.
------------+
ChangeLog | 21 +++++++++++++++++++++
g10.c | 10 ++++++----
keygen.c | 12 +++++++-----
mainproc.c | 13 ++++++++++---
pkclist.c | 53 +++++++++++++++++++++++++++++++----------------------
trustdb.c | 26 +++++++++++++++++---------
trustdb.h | 1 +
7 files changed, 93 insertions(+), 43 deletions(-)
More information about the Gnupg-commits
mailing list