]> asedeno.scripts.mit.edu Git - PuTTY.git/history - sshdss.c
Add support for the OpenSSH SSH2 agent protocol.
[PuTTY.git] / sshdss.c
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...