]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
SSH 2 support, phase 1, debugging. Currently does Diffie-Hellman and gets
authorSimon Tatham <anakin@pobox.com>
Tue, 5 Sep 2000 14:28:17 +0000 (14:28 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 5 Sep 2000 14:28:17 +0000 (14:28 +0000)
commit6d7fd1b02ebce184db970a95c8350339b12aa97b
treed206bd0d6e280b963e9643dc429db7c61ab571b9
parent981b73d1ec04b9c515aa6c1127780b425c1043f0
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: http://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