]> asedeno.scripts.mit.edu Git - PuTTY.git/history - ssh.h
first pass
[PuTTY.git] / ssh.h
2006-03-12 Jacob NevinsDimitry Andric spotted that DH gex with SHA-256 was...
2006-03-12 Jacob NevinsLog the hash used for DH kex (now there's a choice).
2005-10-30 Jacob NevinsAllow rsakey_pubblob() to return the key comment.
2005-10-30 Jacob NevinsAdd ability for ssh2_userkey_loadpub() to return the...
2005-09-10 Ben HarrisImplement hmac-sha1-96. It's RECOMMENDED in the curren...
2005-09-03 Ben HarrisRestructure things so that a single entry in the KEX...
2005-08-31 Ben HarrisSHA-256 implementation, for use in future KEX algorithm...
2005-08-31 Ben HarrisAdd infrastructure for supporting multiple hashes in...
2005-08-31 Ben HarrisRename ssh_md5 and ssh_sha1 to ssh_hmac_md5 and ssh_hma...
2005-04-23 Ben HarrisNow that we've got at least some SDCTR modes working...
2005-04-14 Ben HarrisImplement my experimental arcfour modes. The 256-bit...
2005-03-10 Jacob NevinsConsistently use a single notation to refer to SSH...
2005-02-27 Jacob NevinsImprovements to PuTTYgen error reporting:
2005-01-16 Simon TathamOwen tells me the Mac compiler complains at a char...
2004-12-30 Simon TathamIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-28 Simon TathamSSH port forwarding is now configurable in mid-session...
2004-12-22 Simon TathamSupport diffie-hellman-group14-sha1 group exchange...
2004-10-06 Jacob NevinsX forwarding changes:
2004-09-29 Jacob NevinsMention the negotiated SSH-2 MAC algorithm(s) in the...
2004-08-30 Simon TathamMalcolm Smith's patch to support CHAP (digest-based...
2004-08-01 Simon TathamMerged SSH1 robustness changes from 0.55 release branch...
2004-05-31 Simon TathamRJK's patch to enable PuTTY's X forwarding to connect...
2004-01-22 Simon TathamAdded a command-line key generation tool. Currently...
2003-08-29 Jacob NevinsWork towards wish `keyfile-diagnostic'. Many sshpubk...
2003-05-13 Simon TathamRename crc32() to crc32_compute(), to avoid clashing...
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-04-23 Simon TathamAdded framework to sshbn.c to make it possible to vary the
2003-04-05 Simon TathamDynamic port forwarding by means of a local SOCKS serve...
2003-02-01 Simon TathamCreated new data types `Filename' and `FontSpec', inten...
2003-01-15 Ben HarrisAdd the ability to close sessions. This adds *_free...
2003-01-12 Simon Tathamproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-12 Simon TathamThere's no real need for portfwd.c to reference `cfg...
2003-01-12 Simon TathamSupport for XDM-AUTHORIZATION-1 at the SSH server end...
2003-01-11 Ben HarrisMove the prototype for platform_get_x11_auth() from...
2003-01-11 Simon TathamSupport XDM-AUTHORIZATION-1 for connecting to local...
2003-01-10 Simon TathamIntroduce framework for authenticating with the local...
2003-01-05 Ben HarrisMove prototypes for base64_decode_atom(), base64_lines...
2003-01-05 Ben HarrisMove x11fwd and portfwd prototypes from ssh.c into...
2002-10-26 Simon TathamYet more global-removal. The static variables in loggin...
2002-10-26 Simon TathamPort forwarding module now passes backend handles aroun...
2002-10-25 Simon TathamThe Zlib module now uses dynamically allocated contexts...
2002-10-25 Simon TathamDiffie-Hellman key exchange now uses a dynamically...
2002-10-25 Simon TathamSSH CRC attack detector now uses a dynamically allocate...
2002-10-25 Simon TathamSSH2 MACs now use dynamically allocated contexts.
2002-10-25 Simon TathamSSH ciphers now use dynamically allocated contexts.
2002-10-25 Simon TathamMajor destabilisation, phase 2. This time it's the...
2002-05-13 Simon TathamAdd some basic framework code preparatory to adding...
2002-05-11 Simon TathamAdded a framework for importing foreign key formats...
2002-05-11 Simon TathamImproved error messages if you use the wrong key type...
2002-01-08 Simon TathamAdd the CRC32 compensation attack detector that all...
2001-12-30 Simon TathamPageant is now able to avoid asking for the passphrase...
2001-11-25 Simon TathamINCOMPATIBLE CHANGE to the SSH2 private key file format...
2001-11-21 Simon TathamAdd single-DES support in SSH2
2001-11-12 Simon TathamRemember to initialise p->nphases to zero in progress...
2001-09-22 Simon TathamAdd support for DSA authentication in SSH2, following...
2001-09-15 Simon TathamCygwin build fixes: update the dependencies, add -DNO_S...
2001-08-26 Simon TathamPSCP now uses the modern SFTP protocol if it can, and...
2001-08-25 Simon TathamExtensive changes that _should_ fix the socket bufferin...
2001-08-08 Simon TathamSSH port forwarding! How cool is that?
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-04-17 Simon TathamHaving now compiled the last few days' changes with...
2001-04-16 Simon TathamPageant interface changes. You can now do `pageant...
2001-03-23 Simon TathamFix a couple of silly compiler warnings
2001-03-15 Simon TathamAt long last: PuTTY will now report its version to...
2001-03-10 Simon TathamAdd support for using Diffie-Hellman with short exponen...
2001-03-05 Simon TathamMake the SSH2 traffic analysis defence robust in the...
2001-03-03 Simon TathamSSH2 can now use Pageant to obtain keys from
2001-03-03 Simon TathamAdd support for the OpenSSH SSH2 agent protocol.
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 TathamDiffie-Hellman group exchange in SSH2. Currently #ifdef...
2001-03-01 Simon TathamAdd a key length indication to each SSH2 cipher structu...
2001-03-01 Simon TathamRemove the last lingering knowledge, outside sshbn...
2000-12-12 Simon TathamMake memory management uniform: _everything_ now goes...
2000-12-02 Simon TathamImprove SSH2 host key abstraction into a generic `signi...
2000-11-01 Simon TathamImplement Zlib compression, in both SSH1 and SSH2.
2000-10-23 Simon TathamMake the frankly ridiculous prototypes for modpow(...
2000-10-19 Simon TathamPuTTYgen initial version. Still to do are basic user...
2000-10-18 Simon TathamMiscellaneous cleanups and reorgs in preparation for...
2000-10-18 Simon TathamRSA key generation routines, and the bignum enhancement...
2000-09-27 Simon TathamRationalised host key storage. Also started code reorg...
2000-09-26 Simon TathamImplement OpenSSH-compatible RSA key fingerprints and...
2000-09-25 Simon TathamRationalise ordering of authentication operations....
2000-09-14 Simon TathamAdded Pageant, a first-attempt PuTTY authentication agent
2000-09-07 Simon TathamRSA key authentication in ssh1 works; SSH2 is nearly there
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-04-04 Simon TathamOops - now let's get that MD5 change _right_ :-)
2000-04-04 Simon TathamReplace MD5 implementation with my own code
2000-03-24 Simon TathamPeter Schellenbach's patch: re-implement the PuTTY...
2000-03-08 Simon TathamNew CRC32 implementation, from scratch, not copyrighted...
1999-11-09 Simon TathamChanges from executor:
1999-10-25 Simon TathamSingle-DES encryption, patch courtesy of Murphy Lam
1999-07-06 Simon TathamAdd encryption selection, and Blowfish as second option
1999-01-08 Simon TathamJohn Sullivan's patches plus more fixes:
1999-01-08 Simon TathamInitial checkin: beta 0.43