gsti/src (8 files)

cvs user twoaday cvs at cvs.gnupg.org
Mon Jun 14 18:18:47 CEST 2004


    Date: Monday, June 14, 2004 @ 18:18:47
  Author: twoaday
    Path: /cvs/wk/gsti/src

Modified: ChangeLog auth.c fsm.c kex.c packet.c pubkey.c stream.c stream.h

2004-06-14  Timo Schulz  <twoaday at g10code.de>

        * stream.c (_gsti_read_new_stream): Return error code
        and not the context itself. Changed all callers.
        (_gsti_write_new_stream): Likewise.

        * auth.c (parse_auth_request): Handle possible errors.
        (calc_sig_hash): Likewise.
        (auth_send_failure_packet): New.

        * pubkey.c (_gsti_key_getblob): Return 'No Seckey' if
        the key context is invalid.

        * kex.c (wait_on_version): Handle possible errors.
        (calc_exchange_hash): Likewise.
        (construct_one_key): Likewise.
        (kex_proc_init_packet): Likewise.
        * packet.c (_gsti_packet_read): Ditto.


-----------+
 ChangeLog |   19 +++++++++++++++++
 auth.c    |   29 +++++++++++++++++++++-----
 fsm.c     |   10 +++++++--
 kex.c     |   65 +++++++++++++++++++++++++++++++++---------------------------
 packet.c  |    9 +++++---
 pubkey.c  |    2 +
 stream.c  |   18 +++++++++++-----
 stream.h  |    7 +++---
 8 files changed, 110 insertions(+), 49 deletions(-)



More information about the Gnupg-commits mailing list