gnupg/g10 (ChangeLog g10.c import.c keygen.c tdbio.c)

cvs user dshaw cvs@cvs.gnupg.org
Wed, 11 Dec 2002 18:50:39 +0100


    Date: Wednesday, December 11, 2002 @ 18:50:39
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10

Modified: ChangeLog g10.c import.c keygen.c tdbio.c

* tdbio.c (tdbio_read_record, tdbio_write_record): Compact the
RECTYPE_TRUST records a bit.

* g10.c (main): Comment out --list-trust-path until it can be implemented.

* import.c (import_one): Warn when importing an Elgamal primary that this
may take some time (to verify self-sigs). (chk_self_sigs): Try and cache
all self-sigs so the keyblock is written to the keyring with a good rich
cache.

* keygen.c (ask_algo): Make the Elgamal sign+encrypt warning stronger, and
remove the RSA sign+encrypt warning.


-----------+
 ChangeLog |   16 ++++++++++++++++
 g10.c     |    3 ++-
 import.c  |   10 ++++++++++
 keygen.c  |   24 ++++++++++++++----------
 tdbio.c   |    8 ++++----
 5 files changed, 46 insertions(+), 15 deletions(-)