Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ssh.h
AgeCommit message (Expand)Author
2001-05-06Run entire source base through GNU indent to tidy up the varyingSimon Tatham
2001-04-17Having now compiled the last few days' changes with MSVC, it's turnedSimon Tatham
2001-04-16Pageant interface changes. You can now do `pageant -c command' toSimon Tatham
2001-03-23Fix a couple of silly compiler warningsSimon Tatham
2001-03-15At long last: PuTTY will now report its version to the serverSimon Tatham
2001-03-10Add support for using Diffie-Hellman with short exponents (sshdh.cSimon Tatham
2001-03-05Make the SSH2 traffic analysis defence robust in the face of ZlibSimon Tatham
2001-03-03SSH2 can now use Pageant to obtain keys fromSimon Tatham
2001-03-03Add support for the OpenSSH SSH2 agent protocol.Simon Tatham
2001-03-03Preliminary support for RSA user authentication in SSH2! Most of theSimon Tatham
2001-03-02Support for selecting AES from the GUI. In the process, I've had toSimon Tatham
2001-03-01Diffie-Hellman group exchange in SSH2. Currently #ifdeffed outSimon Tatham
2001-03-01Add a key length indication to each SSH2 cipher structure, inSimon Tatham
2001-03-01Remove the last lingering knowledge, outside sshbn.c, of theSimon Tatham
2000-12-12Make memory management uniform: _everything_ now goes through theSimon Tatham
2000-12-02Improve SSH2 host key abstraction into a generic `signing key'Simon Tatham
2000-11-02Implement Zlib compression, in both SSH1 and SSH2.Simon Tatham
2000-10-23Make the frankly ridiculous prototypes for modpow() and modmul() more saneSimon Tatham
2000-10-19PuTTYgen initial version. Still to do are basic user-friendlinessSimon Tatham
2000-10-18Miscellaneous cleanups and reorgs in preparation for buildingSimon Tatham
2000-10-18RSA key generation routines, and the bignum enhancements required toSimon Tatham
2000-09-27Rationalised host key storage. Also started code reorg: persistent-stateSimon Tatham
2000-09-26Implement OpenSSH-compatible RSA key fingerprints and use them throughoutSimon Tatham
2000-09-25Rationalise ordering of authentication operations. Still some work to do,Simon Tatham
2000-09-14Added Pageant, a first-attempt PuTTY authentication agentSimon Tatham
2000-09-07RSA key authentication in ssh1 works; SSH2 is nearly thereSimon Tatham
2000-09-05Second attempt. Can successfully decrypt the _first block_ of a packet.Simon Tatham
2000-09-05SSH 2 support, phase 1, debugging. Currently does Diffie-Hellman and getsSimon Tatham
2000-04-04Oops - now let's get that MD5 change _right_ :-)Simon Tatham
2000-04-04Replace MD5 implementation with my own codeSimon Tatham
2000-03-24Peter Schellenbach's patch: re-implement the PuTTY cryptographicSimon Tatham
2000-03-08New CRC32 implementation, from scratch, not copyrighted by somebody else!Simon Tatham
1999-11-09Changes from executor:Simon Tatham
1999-10-25Single-DES encryption, patch courtesy of Murphy LamSimon Tatham
1999-07-06Add encryption selection, and Blowfish as second optionSimon Tatham
1999-01-08John Sullivan's patches plus more fixes:Simon Tatham
1999-01-08Initial checkin: beta 0.43Simon Tatham