]> asedeno.scripts.mit.edu Git - PuTTY.git/history - sshecc.c
first pass
[PuTTY.git] / sshecc.c
2017-02-05 Simon TathamOne more warning fix: spurious 'const' on functions.
2017-01-28 Tim KosseFix memory leak in ed25519_openssh_createkey
2016-05-03 Simon TathamSwap endianness of the Curve25519 ECDH private key.
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'.
2016-01-25 Simon TathamReplace an ad-hoc buffer-clearing loop with smemclr.
2015-11-07 Simon TathamMerge Ben's branch on which he's been fuzzing PuTTY.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-10-28 Ben HarrisFix a null-pointer dereference in ecdsa_verifysig.
2015-10-28 Ben HarrisFix an assertion failure when loading Ed25519 keys.
2015-10-28 Ben HarrisAnother ecdsa_newkey crash: initialise ec->privateKey...
2015-10-28 Ben Harrisecdsa_newkey: fix a crash where the second curve name...
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-05-19 Simon TathamAdd a reference to a spec for Curve25519.
2015-05-19 Simon TathamFix construction of the output bignum in Curve25519 kex.
2015-05-19 Simon TathamLog which elliptic curve we're using for ECDH kex.
2015-05-18 Simon TathamAdd missing consts in elliptic curve setup code.
2015-05-15 Simon TathamRemove pointless NULL checks in the ECC code.
2015-05-15 Simon TathamClean up hash selection in ECDSA.
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-12 Simon TathamCentralise SSH-2 key fingerprinting into sshpubk.c.
2015-05-10 Simon TathamClear an extra low bit in EdDSA exponent calculation.
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-05 Simon TathamConst-correctness in public-key functions.
2015-05-02 Simon TathamUse find_pubkey_alg in openssh_read_new().
2015-02-28 Simon TathamMerge branch 'pre-0.64'
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-12-20 Simon TathamFixes to memory management in the elliptic curve code.
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.