]> asedeno.scripts.mit.edu Git - PuTTY.git/history - sshblowf.c
first pass
[PuTTY.git] / sshblowf.c
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-09-10 Simon TathamSplit ssh2_cipher's keylen field into two.
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-06-20 Simon TathamProvide a script to regenerate the Blowfish init tables.
2015-06-07 Chris StaiteAllow a cipher to specify encryption of the packet length.
2015-06-07 Chris StaiteAllow a cipher to override the SSH KEX's choice of MAC.
2015-04-27 Simon TathamProvide a script to regenerate the Blowfish init tables.
2015-04-27 Simon TathamImplementation of OpenSSH's bcrypt.
2005-04-28 Ben HarrisEnable blowfish-ctr by default. It's been tested and...
2005-04-28 Ben HarrisIn blowfish-ctr mode, increment the counter in the...
2005-04-23 Ben HarrisNow that we've got at least some SDCTR modes working...
2005-04-20 Ben HarrisIfdef out the actual code supporting 3des-ctr and blowf...
2005-04-20 Ben HarrisSimon (accidentally, I think) enabled 3des-ctr and...
2005-04-18 Simon TathamRecent CTR mode changes stopped OS X PuTTY from compili...
2005-04-12 Jacob NevinsUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-04-06 Ben HarrisImplement SDCTR modes, as defined in the newmodes draft...
2005-03-10 Jacob NevinsConsistently use a single notation to refer to SSH...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2002-10-25 Simon TathamSSH ciphers now use dynamically allocated contexts.
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-03-03 Simon TathamPreliminary support for RSA user authentication in...
2001-03-02 Simon TathamSupport for selecting AES from the GUI. In the process...
2001-03-01 Simon TathamAdd a key length indication to each SSH2 cipher structu...
2000-09-20 Simon TathamFix Blowfish-with-SSH2 combination, and enable user cipher
2000-09-05 Simon TathamSecond attempt. Can successfully decrypt the _first...
2000-09-05 Simon TathamSSH 2 support, phase 1, debugging. Currently does Diffi...
2000-03-31 Simon TathamTidy up Blowfish S- and P-boxes: make them static and...
1999-11-09 Simon TathamChanges from executor:
1999-07-07 Simon TathamBlowfish patch, second attempt