gsti/src (9 files)

cvs user twoaday cvs at cvs.gnupg.org
Thu Jul 8 11:50:57 CEST 2004


    Date: Thursday, July 8, 2004 @ 11:50:57
  Author: twoaday
    Path: /cvs/wk/gsti/src

Modified: ChangeLog api.h fsm.c gsti.h kex.c kex.h main.c moduli.h
          packet.h

2004-07-08  Timo Schulz  <ts at g10code.de>

        * fsm.c (fsm_server_loop): Return invalid packet if
        an unexpected packet was received.
        * kex.c (_gsti_kex_check_alglist): New.
        (kex_check_algo): New.
        (build_cipher_list): Support to use a pre-defined cipher list.
        * gsti.h: Use gcrypt cipher constants.
        * main.c (gsti_set_dhgex): Set default values if one argument
        is zero.
        (gsti_set_kex_prefs): New.
        * api.h (gsti_ctx_t): Use ushort for the prefs since some
        cipher id's are > 256 and thus larger than a byte.


-----------+
 ChangeLog |   14 +++++
 api.h     |    7 ++
 fsm.c     |   13 +++++
 gsti.h    |   19 +++++--
 kex.c     |   84 +++++++++++++++++++++++++++++++--
 kex.h     |    2 
 main.c    |   54 +++++++++++++++++++++
 moduli.h  |  149 ++++++++++++++++++++----------------------------------------
 packet.h  |    3 -
 9 files changed, 235 insertions(+), 110 deletions(-)



More information about the Gnupg-commits mailing list