gsti/src (8 files)

cvs user twoaday cvs at cvs.gnupg.org
Sat Jul 10 12:52:56 CEST 2004


    Date: Saturday, July 10, 2004 @ 12:52:56
  Author: twoaday
    Path: /cvs/wk/gsti/src

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

2004-07-10  Timo Schulz  <twoaday at g10code.de>

        * pubkey.c (gsti_key_fingerprint): Use _gsti_xmalloc.
        * packet.c (_gsti_packet_free): Release pktbuf.
        * kex.c (free_msg_kexdh_reply): New.
        (kex_proc_kexdh_reply): Cleanup in the case of an error.
        (_gsti_kex_proc_gex_group): Likewise.
        * auth.c (auth_send_init_packet): Merged with...
        (auth_send_second_packet): ...this function.
        (read_bstring): Return an error code.
        (auth_proc_second_packet): Merged with...
        (auth_proc_init_packet): ...this function.


-----------+
 ChangeLog |   13 ++++
 auth.c    |  184 ++++++++++++++++++++++++++----------------------------------
 auth.h    |   21 +++---
 fsm.c     |   36 +++++------
 kex.c     |   33 ++++++++--
 kex.h     |   10 +--
 packet.c  |    5 +
 pubkey.c  |    2 
 8 files changed, 159 insertions(+), 145 deletions(-)



More information about the Gnupg-commits mailing list