]> asedeno.scripts.mit.edu Git - PuTTY.git/history - sshdss.c
Fiddly things involving pruning .svn directories, not mentioning
[PuTTY.git] / sshdss.c
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...