]> asedeno.scripts.mit.edu Git - PuTTY.git/history - ssh.h
first pass
[PuTTY.git] / ssh.h
2017-02-05 Simon TathamOne more warning fix: spurious 'const' on functions.
2016-04-07 Simon TathamAdd some missing 'const' in version.c's string data.
2016-04-03 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2016-03-25 Simon TathamPolish up the PuTTYgen user interface for ECC key types.
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-25 Simon TathamNew Plink operating mode: 'plink -shareexists'.
2015-09-10 Simon TathamSplit ssh2_cipher's keylen field into two.
2015-08-21 Simon TathamAdd a key-length field to 'struct ssh_mac'.
2015-08-21 Simon TathamAdd copy and free methods to 'struct ssh_hash'.
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 TathamLog identifying information for the other end of connec...
2015-06-20 Simon TathamPaste error in comment.
2015-06-20 Simon TathamSupport RFC 4419.
2015-06-07 Chris StaiteAdd the ChaCha20-Poly1305 cipher+MAC, as implemented...
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-05-19 Simon TathamLog which elliptic curve we're using for ECDH kex.
2015-05-18 Simon TathamLog identifying information for the other end of connec...
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2015-05-15 Simon TathamClean up elliptic curve selection and naming.
2015-05-15 Simon TathamProvide an 'extra' pointer in ssh_signkey and ssh_kex.
2015-05-15 Simon TathamPass the ssh_signkey structure itself to public key...
2015-05-15 Simon TathamConst-correctness of name fields in struct ssh_*.
2015-05-15 Simon TathamConst-correctness in struct ssh_hash.
2015-05-12 Simon TathamCentralise SSH-2 key fingerprinting into sshpubk.c.
2015-05-12 Simon TathamCentralise public-key output code into sshpubk.c.
2015-05-12 Simon TathamConst-correctness in the base64 functions.
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...
next