STABLE-BRANCH-1-2 gnupg/g10 (5 files)

cvs user dshaw cvs@cvs.gnupg.org
Wed, 01 Oct 2003 16:19:30 +0200


    Date: Wednesday, October 1, 2003 @ 16:19:30
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10
     Tag: STABLE-BRANCH-1-2

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 --cipher-algo.  This code is never actually called in stable, but
better to fix it here in case we branch in the future.

* parse-packet.c (parse_subkeyenc): Call it a "symmetrically encrypted
session key" since "session key decryption key" is just baffling.  Neaten
--list-packets output.

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


----------------+
 ChangeLog      |   17 +++++++++++++++++
 encode.c       |   42 ++++++++++++++++++------------------------
 g10.c          |   28 ++++++++++++++++++++++------
 parse-packet.c |   13 +++++++------
 pubkey-enc.c   |   16 +++++-----------
 5 files changed, 69 insertions(+), 47 deletions(-)