]> asedeno.scripts.mit.edu Git - PuTTY.git/history - sshdss.c
first pass
[PuTTY.git] / sshdss.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-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-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-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-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-02 Simon TathamFactor out the DSA deterministic k generator.
2013-08-04 Simon TathamMake modinv able to return NULL if its inputs are not...
2013-08-04 Simon TathamAvoid trying to take the modular inverse of zero in...
2013-08-04 Simon TathamAnother couple of memory leaks.
2013-08-04 Simon TathamValidate newly created DSA keys more carefully. Don...
2013-08-04 Simon TathamRemove some redundant null-pointer checks from code...
2013-08-04 Simon TathamSanitise freeing of DSA keys.
2013-08-02 Simon TathamReplace some 'sfree' calls of bignums with the proper...
2013-08-02 Simon TathamAdd some missing bounds checks in signature verificatio...
2013-07-14 Simon TathamFix another giant batch of resource leaks. (Mostly...
2013-07-14 Simon TathamTighten up a lot of casts from unsigned to int which...
2013-07-08 Simon TathamAdd an assortment of extra safety checks.
2012-07-22 Simon TathamIntroduce a new utility function smemclr(), which memse...
2008-03-10 Simon TathamMerge out from trunk, to keep this branch viable. We...
2007-10-03 Ben HarrisReplace mentions of SSH-2 I-Ds with references to the...
2006-04-23 Jacob NevinsSprinkle some header comments in various files in an...
2005-04-12 Jacob NevinsUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2004-01-22 Simon TathamAdded a command-line key generation tool. Currently...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-01-05 Ben Harrisdss_sign() is unused outside this file. Make it static.
2003-01-05 Ben HarrisReplace implict char-*-to-unsigned-char-* casts with...
2001-12-11 Simon TathamFix compiler warnings
2001-11-25 Simon TathamINCOMPATIBLE CHANGE to the SSH2 private key file format...
2001-09-25 Simon TathamFix various fiddly little warnings.
2001-09-22 Simon TathamAdd extra explanatory comment about the DSA k generation.
2001-09-22 Simon TathamAdd support for DSA authentication in SSH2, following...
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-04-16 Simon TathamPageant interface changes. You can now do `pageant...
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 TathamInclude key type in SSH2 key fingerprints, now we have...
2001-03-02 Simon TathamExtra crash-safety in decoding a DSS signature blob
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-10-23 Simon TathamMake the frankly ridiculous prototypes for modpow(...
2000-10-23 Simon TathamUpdate DSS implementation to use new bignum routines
2000-10-23 Simon TathamFix a bug which was causing occasional failed-host...
2000-10-03 Simon TathamWork around DSA formatting bug in commercial-SSH 2.0.13
2000-09-28 Simon TathamDSS key format string was missing some commas
2000-09-27 Simon TathamRationalised host key storage. Also started code reorg...
2000-09-07 Simon TathamRSA key authentication in ssh1 works; SSH2 is nearly there
2000-09-05 Simon TathamSSH 2 support, phase 1, debugging. Currently does Diffi...