]> asedeno.scripts.mit.edu Git - PuTTY.git/history - sshrsa.c
first pass
[PuTTY.git] / sshrsa.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-10-28 Ben Harrisrsa2_pubkey_bits: Cope correctly with a NULL return...
2015-10-24 Ben Harrisrsa2_pubkey_bits: Cope correctly with a NULL return...
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().
2014-02-24 Simon TathamAdd a missing bn_restore_invariant in RSA blinding code.
2013-08-04 Simon TathamSpot when we didn't successfully create an RSA public...
2013-08-04 Simon TathamMake modinv able to return NULL if its inputs are not...
2013-08-04 Simon TathamRemove some redundant null-pointer checks from code...
2013-08-02 Simon TathamVerify RSA keys created by rsa2_openssh_createkey.
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...
2011-02-18 Simon TathamImplement the Chinese Remainder Theorem optimisation...
2008-10-08 Simon TathamAhem. Make sure I NULL out any unused pointer field...
2008-10-07 Simon Tathamsshrsa.c now obeys the RFC793 Robustness Principle...
2008-03-10 Simon TathamMerge out from trunk, to keep this branch viable. We...
2007-06-30 Simon TathamFix a couple of signedness compiler warnings, presumabl...
2007-05-01 Ben HarrisMake bounds of automatic array constant.
2007-04-30 Ben HarrisAdd support for RFC 4432 RSA key exchange, the patch...
2005-04-12 Jacob NevinsUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-01-19 Ben HarrisAdd an assertion so that short-rsa2-key-crash at least...
2004-09-12 Simon Tatham`dwalin' spotted a NULL dereference in the new makekey...
2004-08-28 Simon TathamMore sensible error handling when we receive an SSH1...
2004-08-01 Simon TathamMerged SSH1 robustness changes from 0.55 release branch...
2004-02-07 Simon TathamCharles Wilcox reported a signature validation bug...
2004-01-22 Simon TathamAdded a command-line key generation tool. Currently...
2003-12-19 Simon TathamJoe Yates's memory leak patches.
2003-04-27 Simon TathamTake the random number generator back out of Pageant...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-15 Simon TathamMy comment about RSA blinding was talking slight tosh...
2003-03-15 Simon TathamImplement RSA blinding, to defeat Brumley and Boneh...
2003-01-05 Ben Harrisrsa2_sign() is unused outside this file. Make it static.
2003-01-05 Ben HarrisEliminate more unsigned char * vs char * errors using...
2002-10-25 Simon TathamTidy up and fix a compiler warning.
2002-01-01 Simon Tathamsshrsa.c should include misc.h in case I need to do...
2001-12-30 Simon TathamPageant is now able to avoid asking for the passphrase...
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 TathamModify the new rsa_verify routine. We now also check...
2001-03-23 Simon TathamFix a couple of silly compiler warnings
2001-03-22 Simon TathamFollowing the recent advisory about attacks on PGP...
2001-03-09 Simon TathamComplete analysis of the magic ASN.1 stuff in RSASSA...
2001-03-05 Simon TathamFix various trivial compiler warnings
2001-03-03 Simon TathamRemove some stray diagnostics
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 TathamAdded support for RSA host keys (not user keys yet)
2001-03-01 Simon TathamRemove the last lingering knowledge, outside sshbn...
2000-12-12 Simon TathamMake memory management uniform: _everything_ now goes...
2000-10-23 Simon TathamMake the frankly ridiculous prototypes for modpow(...
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 TathamSSH 2 support, phase 1, debugging. Currently does Diffi...
2000-03-24 Simon TathamRather silly byte-string / word-string transformations...
2000-03-08 Simon TathamFix some picky compiler warnings kindly provided by...
1999-07-06 Simon TathamJoris's RSA works; reformat and remove old version pre-blowfish
1999-07-05 Simon TathamJoris van Rantwijk's RSA speedup patch
1999-01-08 Simon TathamInitial checkin: beta 0.43