]> asedeno.scripts.mit.edu Git - PuTTY.git/history - ssh.h
Support loading public-key-only files in Unix PuTTYgen.
[PuTTY.git] / ssh.h
2015-05-12 Simon TathamSupport loading public-key-only files in Unix PuTTYgen.
2015-05-12 Simon TathamUtility function: bignum_from_decimal.
2015-05-11 Simon TathamConst-correctness in key-loading functions.
2015-05-10 Simon TathamSort out the mess with OpenSSH key file formats.
2015-05-09 Chris StaiteSupport public keys using the "ssh-ed25519" method.
2015-05-09 Chris StaiteSupport ECDH key exchange using the 'curve25519' curve.
2015-05-09 Chris StaiteProvide a little-endian version of bignum_from_bytes().
2015-05-07 Simon TathamRemove the list of key algorithms in pageant.c.
2015-05-05 Simon TathamConst-correctness in x11_setup_display.
2015-05-05 Simon TathamConst-correctness in public-key functions.
2015-05-02 Simon TathamUse find_pubkey_alg in openssh_read_new().
2015-04-28 Simon TathamSeparate key-type enum values for old and new OpenSSH keys.
2015-04-27 Simon TathamImplementation of OpenSSH's bcrypt.
2015-04-27 Simon TathamPaste error in comment.
2015-04-26 Simon TathamSupport OpenSSH encrypt-then-MAC protocol extension.
2015-04-25 Simon TathamSupport RFC 4419.
2015-02-28 Simon TathamMerge branch 'pre-0.64'
2015-02-28 Simon TathamEnforce acceptable range for Diffie-Hellman server value.
2015-02-27 Jacob NevinsMerge branch 'pre-0.64'
2015-02-24 Jacob NevinsMerge branch 'pre-0.64'
2015-02-07 Simon TathamMerge branch 'pre-0.64'
2015-01-18 Jacob NevinsMerge branch 'pre-0.64'
2015-01-08 Jacob NevinsMerge branch 'pre-0.64'
2015-01-05 Jacob NevinsMerge branch 'pre-0.64'
2014-12-20 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamMerge branch 'pre-0.64'
2014-11-10 Simon TathamMerge connection-sharing shutdown fix from pre-0.64.
2014-11-09 Jacob NevinsMerge branch 'pre-0.64'.
2014-11-09 Jacob NevinsMerge reconfig fixes from branch 'pre-0.64'.
2014-11-08 Jacob NevinsMerge another docs fix from 'pre-0.64'.
2014-11-08 Jacob NevinsMerge Gtk event log fix from 'pre-0.64'.
2014-11-08 Jacob NevinsMerge SSH-2-only default from 'pre-0.64'.
2014-11-08 Jacob NevinsMerge misc docs improvements from branch 'pre-0.64'.
2014-11-04 Jacob NevinsMerge shorter option name from 'pre-0.64'.
2014-11-03 Jacob NevinsMerge MinGW surrogate build fix from pre-0.64.
2014-11-03 Simon TathamFix some rogue // comments.
2014-11-02 Chris StaiteElliptic-curve cryptography support.
2014-11-02 Chris StaiteSome extra bignum functions: modsub, lshift, random_in_...
2014-11-02 Chris StaiteProvide SHA-384 and SHA-512 as hashes usable in SSH KEX.
2014-11-02 Simon TathamFactor out the DSA deterministic k generator.
2013-11-17 Simon TathamImplement connection sharing between instances of PuTTY.
2013-11-17 Simon TathamGet rid of the error-return mechanism from x11_init.
2013-11-17 Simon TathamRefactor the construction of X protocol greetings.
2013-11-17 Simon TathamPrepare to have multiple X11 auth cookies valid at once.
2013-11-17 Simon TathamDecouple X socket opening from x11_init().
2013-11-17 Simon TathamAdd missing 'const' in the des_*_xdmauth functions.
2013-11-17 Simon TathamRefactor ssh.c's APIs to x11fwd.c and portfwd.c.
2013-11-17 Simon TathamMove SSH protocol enumerations out into ssh.h.
2013-09-08 Simon TathamPass an error message through to sshfwd_unclean_close.
2013-07-27 Simon TathamAdd an assortment of missing consts I've just noticed.
2013-02-20 Ben HarrisAdd support for HMAC-SHA-256 as an SSH-2 MAC algorithm...
2012-03-04 Simon TathamGenerate keys more carefully, so that when the user...
2011-12-08 Simon TathamIntroduce a function sshfwd_unclean_close(), supplied...
2011-09-13 Simon TathamRevamp of EOF handling in all network connections,...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2011-03-04 Jacob NevinsImplement zlib@openssh.com, using the rekey-after-usera...
2011-02-18 Simon TathamImplement the Chinese Remainder Theorem optimisation...
2010-05-19 Simon TathamPatch from Alejandro Sedeno, somewhat modified by me, which
2010-04-12 Simon TathamSupport importing of new-style OpenSSH private keys...
2008-11-26 Ben HarrisMitigation for VU#958563: When using a CBC-mode server...
2008-11-17 Simon TathamRevamp of the local X11 connection code. We now parse...
2008-05-28 Simon TathamMerge from trunk up to r8020.
2008-05-28 Simon TathamOS X Leopard, it turns out, has a new and exciting...
2008-03-10 Simon TathamMerge out from trunk, to keep this branch viable. We...
2007-04-30 Ben HarrisAdd support for RFC 4432 RSA key exchange, the patch...
2006-12-30 Jacob NevinsPatch from Colin Watson intended to give a clean Unix...
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...
next