Fix a null-dereference introduced by another mis-fix in r9919.
[sgt/putty] / cmdgen.c
2013-07-19 simonAdd a nonfatal() function everywhere, to be used for...
2013-02-22 simonGive a better error message if a PuTTY private key...
2012-11-13 simonWhen manually initialising a 'struct RSAKey' due to...
2012-09-19 simonMake --help and --version work consistently across...
2012-07-22 simonIntroduce a new utility function smemclr(), which memse...
2012-03-05 simonInitialise some variables to NULL, to placate optimisers.
2012-02-19 simonUpdate default key length in PuTTYgen to 2048.
2011-10-02 simonWhile I'm crusading against arbitrary limits, here...
2011-10-02 simonTurn 'Filename' into a dynamically allocated type with...
2011-05-07 simonFixes (mostly from Colin Watson, a couple redone by...
2009-01-11 benArguments to ctype functions are required to be either...
2007-03-13 jacobget_random_data() can return NULL (for instance, if...
2007-01-09 simonFix `puttygen-unix-perms': f_open(), PuTTY's wrapper...
2006-12-30 jacobPatch from Colin Watson intended to give a clean Unix...
2006-07-07 jacobRandom Unix puttygen improvements highlighted by a...
2006-06-17 jacobWhen Unix PuTTYgen gives brief usage information, it...
2005-10-30 jacobRevamp SSH authentication code so that user interaction...
2005-10-30 jacobIn Unix PuTTYgen, existing SSH-1 key comments were...
2005-10-30 jacobAllow rsakey_pubblob() to return the key comment.
2005-10-30 jacobAdd ability for ssh2_userkey_loadpub() to return the...
2005-03-19 jacobTry to make our PGP signing more useful:
2005-03-10 jacobConsistently use a single notation to refer to SSH...
2005-02-27 jacobImprovements to PuTTYgen error reporting:
2005-01-09 owenNew function ltime() returns a struct tm of the current...
2004-11-27 simonLoose end from timing shakeup: sshrand.c is now a client of
2004-08-01 simonMerged SSH1 robustness changes from 0.55 release branch...
2004-02-11 simonJacob's last-minute testing found a couple of trivial...
2004-01-24 simonReasonably thorough test suite for command-line PuTTYge...
2004-01-23 simonCouple of bits missing from the command-line help.
2004-01-22 simonAdded a command-line key generation tool. Currently...