SSH 2 support, phase 1, debugging. Currently does Diffie-Hellman and gets
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 5 Sep 2000 14:28:17 +0000 (14:28 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 5 Sep 2000 14:28:17 +0000 (14:28 +0000)
commite557416818242c2e8b14ec03d321740fd83619e4
treed206bd0d6e280b963e9643dc429db7c61ab571b9
parent70887be9ad821c22faf52c87597a707a8320a8cf
SSH 2 support, phase 1, debugging. Currently does Diffie-Hellman and gets
the same results as the server, which is a pretty good start.

git-svn-id: svn://svn.tartarus.org/sgt/putty@569 cda61777-01e9-0310-a592-d414129be87e
Makefile
ssh.c
ssh.h
sshblowf.c
sshbn.c [new file with mode: 0644]
sshdes.c
sshdh.c [new file with mode: 0644]
sshdss.c [new file with mode: 0644]
sshrsa.c
sshsha.c