]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit35205e5cb764dca5afaf1e90dc6d485fcc5ed283
treed206bd0d6e280b963e9643dc429db7c61ab571b9
parent5ca4d2d1c5e8fd6e5d8ccdb8c56a62412f74bb1d
SSH 2 support, phase 1, debugging. Currently does Diffie-Hellman and gets
the same results as the server, which is a pretty good start.

[originally from svn r569]
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