Peter Schellenbach's patch: re-implement the PuTTY cryptographic
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 24 Mar 2000 09:45:49 +0000 (09:45 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 24 Mar 2000 09:45:49 +0000 (09:45 +0000)
commit8f203108d91b3aef5a379a6d49f6cb2a546eebbc
tree5633b04cad0d9ee0f3796399556c0a5e8f0ed1c0
parent6c4edc71a0877c4d3376f60466064119ff17c707
Peter Schellenbach's patch: re-implement the PuTTY cryptographic
functions as calls to the MS Crypto API. Not integrated into the
Makefile yet, but should eventually allow building of an SSH-enabled
PuTTY which contains no native crypto code, so it can be used
everywhere (and anyone who can get the MS encryption pack can still
use the SSH parts).

git-svn-id: svn://svn.tartarus.org/sgt/putty@425 cda61777-01e9-0310-a592-d414129be87e
mscrypto.c [new file with mode: 0644]
putty.h
scp.c
scp.h
scpssh.c
ssh.c
ssh.h
window.c