Redo a mis-fix of a memory leak in r9919: I added sfree(data)
[sgt/putty] / sshdes.c
2012-07-22 simonIntroduce a new utility function smemclr(), which memse...
2007-10-03 benReplace mentions of SSH-2 I-Ds with references to the...
2005-04-30 benUnlike the AES and Blowfish code, our implementations...
2005-04-28 benRemove comment explaining why 3des-ctr is disabled...
2005-04-28 benFix two more stupid bugs in 3des-ctr:
2005-04-27 benUse the correct key order for 3des-ctr.
2005-04-23 benNow that we've got at least some SDCTR modes working...
2005-04-20 benIfdef out the actual code supporting 3des-ctr and blowf...
2005-04-20 benSimon (accidentally, I think) enabled 3des-ctr and...
2005-04-18 simonRecent CTR mode changes stopped OS X PuTTY from compili...
2005-04-12 jacobUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-04-06 benImplement SDCTR modes, as defined in the newmodes draft...
2005-03-10 jacobConsistently use a single notation to refer to SSH...
2005-01-17 benCurrentish ssh.com supports single-DES in SSH2 as ...
2003-10-08 owenCosmetic, to fix ssh2-des-cbc-is-std
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-01-12 simonSupport for XDM-AUTHORIZATION-1 at the SSH server end...
2003-01-11 simonSupport XDM-AUTHORIZATION-1 for connecting to local...
2003-01-05 bendes_key_setup(), des_encipher(), and des_decipher(...
2002-10-30 simonMore preparatory work: remove the <windows.h> include...
2002-10-25 simonSSH ciphers now use dynamically allocated contexts.
2002-05-13 simonBe more careful about destroying sensitive data after...
2002-05-11 simonAdded a framework for importing foreign key formats...
2001-11-21 simonAdd single-DES support in SSH2
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-03-03 simonPreliminary support for RSA user authentication in...
2001-03-02 simonSupport for selecting AES from the GUI. In the process...
2001-03-01 simonAdd a key length indication to each SSH2 cipher structu...
2000-10-19 simonPuTTYgen initial version. Still to do are basic user...
2000-09-28 simonRemove some spurious #includes
2000-09-07 simonRSA key authentication in ssh1 works; SSH2 is nearly...
2000-09-06 simonSSH2 transport layer now enables encryption and MAC...
2000-09-05 simonSecond attempt. Can successfully decrypt the _first...
2000-09-05 simonSSH 2 support, phase 1, debugging. Currently does Diffi...
2000-03-31 simonoops - keys[] should be static
2000-03-11 simonAdded a large comment describing the transformations...
2000-03-10 simonNew DES implementation, replacing Eric Young's. All...
1999-11-09 simonChanges from executor:
1999-10-25 simonSingle-DES encryption, patch courtesy of Murphy Lam
1999-01-15 simonRemove CVS logs
1999-01-08 simonJohn Sullivan's patches plus more fixes:
1999-01-08 simonInitial checkin: beta 0.43