Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / sshrsa.c
2013-08-04 simonSpot when we didn't successfully create an RSA public...
2013-08-04 simonMake modinv able to return NULL if its inputs are not...
2013-08-04 simonRemove some redundant null-pointer checks from code...
2013-08-02 simonVerify RSA keys created by rsa2_openssh_createkey.
2013-08-02 simonReplace some 'sfree' calls of bignums with the proper...
2013-08-02 simonAdd some missing bounds checks in signature verificatio...
2013-07-14 simonFix another giant batch of resource leaks. (Mostly...
2013-07-14 simonTighten up a lot of casts from unsigned to int which...
2013-07-08 simonAdd an assortment of extra safety checks.
2012-07-22 simonIntroduce a new utility function smemclr(), which memse...
2011-02-18 simonImplement the Chinese Remainder Theorem optimisation...
2008-10-08 simonAhem. Make sure I NULL out any unused pointer field...
2008-10-07 simonsshrsa.c now obeys the RFC793 Robustness Principle...
2007-06-30 simonFix a couple of signedness compiler warnings, presumabl...
2007-05-01 benMake bounds of automatic array constant.
2007-04-30 benAdd support for RFC 4432 RSA key exchange, the patch...
2005-04-12 jacobUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-01-19 benAdd an assertion so that short-rsa2-key-crash at least...
2004-09-12 simon`dwalin' spotted a NULL dereference in the new makekey...
2004-08-28 simonMore sensible error handling when we receive an SSH1...
2004-08-01 simonMerged SSH1 robustness changes from 0.55 release branch...
2004-02-07 simonCharles Wilcox reported a signature validation bug...
2004-01-22 simonAdded a command-line key generation tool. Currently...
2003-12-19 simonJoe Yates's memory leak patches.
2003-04-27 simonTake the random number generator back out of Pageant...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-15 simonMy comment about RSA blinding was talking slight tosh...
2003-03-15 simonImplement RSA blinding, to defeat Brumley and Boneh...
2003-01-05 benrsa2_sign() is unused outside this file. Make it static.
2003-01-05 benEliminate more unsigned char * vs char * errors using...
2002-10-25 simonTidy up and fix a compiler warning.
2002-01-01 simonsshrsa.c should include misc.h in case I need to do...
2001-12-30 simonPageant is now able to avoid asking for the passphrase...
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-04-17 simonHaving now compiled the last few days' changes with...
2001-04-16 simonPageant interface changes. You can now do `pageant...
2001-03-23 simonModify the new rsa_verify routine. We now also check...
2001-03-23 simonFix a couple of silly compiler warnings
2001-03-22 simonFollowing the recent advisory about attacks on PGP...
2001-03-09 simonComplete analysis of the magic ASN.1 stuff in RSASSA...
2001-03-05 simonFix various trivial compiler warnings
2001-03-03 simonRemove some stray diagnostics
2001-03-03 simonAdd support for the OpenSSH SSH2 agent protocol.
2001-03-03 simonPreliminary support for RSA user authentication in...
2001-03-02 simonInclude key type in SSH2 key fingerprints, now we have...
2001-03-02 simonAdded support for RSA host keys (not user keys yet)
2001-03-01 simonRemove the last lingering knowledge, outside sshbn...
2000-12-12 simonMake memory management uniform: _everything_ now goes...
2000-10-23 simonMake the frankly ridiculous prototypes for modpow(...
2000-09-27 simonRationalised host key storage. Also started code reorg...
2000-09-26 simonImplement OpenSSH-compatible RSA key fingerprints and...
2000-09-25 simonRationalise ordering of authentication operations....
2000-09-14 simonAdded Pageant, a first-attempt PuTTY authentication...
2000-09-07 simonRSA key authentication in ssh1 works; SSH2 is nearly...
2000-09-05 simonSSH 2 support, phase 1, debugging. Currently does Diffi...
2000-03-24 simonRather silly byte-string / word-string transformations...
2000-03-08 simonFix some picky compiler warnings kindly provided by...
1999-07-06 simonJoris's RSA works; reformat and remove old version
1999-07-05 simonJoris van Rantwijk's RSA speedup patch
1999-01-08 simonInitial checkin: beta 0.43