Fix leak of 'fname' introduced by the rewrite of write_random_seed in
[sgt/putty] / sshdss.c
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...
2007-10-03 benReplace mentions of SSH-2 I-Ds with references to the...
2006-04-23 jacobSprinkle some header comments in various files in an...
2005-04-12 jacobUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2004-01-22 simonAdded a command-line key generation tool. Currently...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-01-05 bendss_sign() is unused outside this file. Make it static.
2003-01-05 benReplace implict char-*-to-unsigned-char-* casts with...
2001-12-11 simonFix compiler warnings
2001-11-25 simonINCOMPATIBLE CHANGE to the SSH2 private key file format...
2001-09-25 simonFix various fiddly little warnings.
2001-09-22 simonAdd extra explanatory comment about the DSA k generation.
2001-09-22 simonAdd support for DSA authentication in SSH2, following...
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-04-16 simonPageant interface changes. You can now do `pageant...
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 simonExtra crash-safety in decoding a DSS signature blob
2001-03-01 simonRemove the last lingering knowledge, outside sshbn...
2000-12-12 simonMake memory management uniform: _everything_ now goes...
2000-12-02 simonImprove SSH2 host key abstraction into a generic `signi...
2000-10-23 simonMake the frankly ridiculous prototypes for modpow(...
2000-10-23 simonUpdate DSS implementation to use new bignum routines
2000-10-23 simonFix a bug which was causing occasional failed-host...
2000-10-03 simonWork around DSA formatting bug in commercial-SSH 2...
2000-09-28 simonDSS key format string was missing some commas
2000-09-27 simonRationalised host key storage. Also started code reorg...
2000-09-07 simonRSA key authentication in ssh1 works; SSH2 is nearly...
2000-09-05 simonSSH 2 support, phase 1, debugging. Currently does Diffi...