gsti/src (6 files)
cvs user marcus
cvs at cvs.gnupg.org
Wed Jun 9 02:28:41 CEST 2004
Date: Wednesday, June 9, 2004 @ 02:28:41
Author: marcus
Path: /cvs/wk/gsti/src
Added: ssh.h
Modified: ChangeLog Makefile.am auth.c kex.c packet.h
2004-06-09 Marcus Brinkmann <marcus at g10code.de>
* Makefile.am (libgsti_la_SOURCES): Add ssh.h.
* ssh.h: New file.
* packet.h: Include "ssh.h".
(enum SSH_MSG_*): Removed enum.
(enum SSH_DISCONNECT_*): Removed enum.
* kex.c (host_version_string): Use SSH_IDENT_PREFIX.
(kex_wait_on_version): Remove variable initstr. Rewrite parsing
of SSH_IDENT_PREFIX. Fix inverted error return value (NO_DATA
vs. PROTOCOL_VIOLATION).
(build_compress_list): Use SSH_COMPRESSION_NONE and
SSH_COMPRESSION_ZLIB.
(hmac_list): Use SSH_MAC_HMAC_SHA1, SSH_MAC_HMAC_SHA1_96,
SSH_MAC_HMAC_MD5, and SSH_MAC_HMAC_MD5_96.
(cipher_list): Use SSH_CIPHER_3DES_CBC, SSH_CIPHER_BLOWFISH_CBC,
SSH_CIPHER_CAST128_CBC, SSH_CIPHER_TWOFISH256_CBC, and
SSH_CIPHER_AES128_CBC.
(build_kex_list): Use SSH_KEX_DHG1_SHA1.
(build_pkalgo_list): Use SSH_PKA_SSH_DSS.
* auth.c (check_auth_id): Use SSH_AUTH_PUBLICKEY.
(init_auth_request): Likewise.
-------------+
ChangeLog | 23 ++++++
Makefile.am | 1
auth.c | 4 -
kex.c | 104 ++++++++++++++++++++-----------
packet.h | 49 --------------
ssh.h | 191 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 285 insertions(+), 87 deletions(-)
More information about the Gnupg-commits
mailing list