gsti/src (7 files)
cvs user twoaday
cvs at cvs.gnupg.org
Mon Jun 7 19:55:35 CEST 2004
Date: Monday, June 7, 2004 @ 19:55:35
Author: twoaday
Path: /cvs/wk/gsti/src
Modified: ChangeLog api.h fsm.c gsti.h kex.c pubkey.c stream.c
2004-06-07 Timo Schulz <twoaday at g10code.de>
* gsti.h (GSTI_PKTDESC): Rename type to ...
(gsti_pktdesc_t): .. this.
* api.h (gsti_kex_t): New.
* kex.c (choose_kex_algo): Support new ctx.
(build_msg_service): Remove goto.
(parse_gex_group): Likewise.
* pubkey.c (read_key): Remove the secure mpi code.
(check_pubalgo): Return optional the algorithm id.
* stream.c (_gsti_stream_flush): Store the return code
in case of an error.
(_gsti_stream_getbyte): Likewise.
(_gsti_stream_putbyte): Likewise.
(_gsti_stream_writen, _gsti_stream_readn): Return the
stored return value in case of an error.
-----------+
ChangeLog | 31 +++++++++++++++++++++++--------
api.h | 29 ++++++++++++++++-------------
fsm.c | 8 ++++----
gsti.h | 9 +++++----
kex.c | 13 ++++++-------
pubkey.c | 44 +++++++++++++++++++++++++-------------------
stream.c | 26 +++++++++++---------------
7 files changed, 90 insertions(+), 70 deletions(-)
More information about the Gnupg-commits
mailing list