gsti/src (7 files)

cvs user twoaday cvs at cvs.gnupg.org
Tue Jul 6 22:40:44 CEST 2004


    Date: Tuesday, July 6, 2004 @ 22:40:44
  Author: twoaday
    Path: /cvs/wk/gsti/src

Modified: ChangeLog api.h auth.c fsm.c kex.c main.c pubkey.c

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

        * pubkey.c (_gsti_key_fromblob): Return an error for
        unknown pubkey algos and not a bug.
        * fsm.c (fsm_server_loop): Implement DH group exchange.
        * main.c (_gsti_kex_free): New.
        * kex.c (build_msg_kexdh_reply): Likewise.
        (build_msg_kexinit): Likewise.
        (hash_32bit): New.
        (kex_proc_gex_group): Store DH group values.
        (kex_send_gex_group): Likewise.
        (calc_dh_key): Support DH group exchange.
        (calc_dh_secret): Likewise.
        * auth.c (check_auth_id): Use the length of the table string.


-----------+
 ChangeLog |   15 ++++++++
 api.h     |    3 +
 auth.c    |    3 +
 fsm.c     |   53 +++++++++++++++++++++++++++---
 kex.c     |  104 +++++++++++++++++++++++++++++++++++++++++++-----------------
 main.c    |   26 ++++++++++-----
 pubkey.c  |    2 -
 7 files changed, 164 insertions(+), 42 deletions(-)



More information about the Gnupg-commits mailing list