gnupg/g10 (5 files)

cvs user dshaw cvs@cvs.gnupg.org
Wed, 01 Oct 2003 17:15:58 +0200


    Date: Wednesday, October 1, 2003 @ 17:15:58
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10

Modified: ChangeLog encode.c g10.c parse-packet.c pubkey-enc.c

* g10.c (main): Add --no-groups to zero --group list.

* encode.c (encode_simple): Allow for 32 bytes (256 bits) of symmetrically
encrypted session key.  Use --s2k-cipher-algo to choose cipher, rather
than the default cipher.

* parse-packet.c (parse_subkeyenc): Give a warning if an symmetrically
encrypted session key is seen without salt.  Show in --list-packets if a
symetrically encrypted session key is present.

* pubkey-enc.c (get_it): Always show cipher-not-in-prefs warning unless
--quiet is set.  Use text name of cipher in warning.


----------------+
 ChangeLog      |   15 +++++++++++++++
 encode.c       |   38 ++++++++++++++++----------------------
 g10.c          |   28 ++++++++++++++++++++++------
 parse-packet.c |   23 ++++++++++++++++++-----
 pubkey-enc.c   |   19 ++++++-------------
 5 files changed, 77 insertions(+), 46 deletions(-)