Introduced wrapper macros snew(), snewn() and sresize() for the
[u/mdw/putty] / sshpubk.c
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-02-01 simonInitialise a variable that might otherwise have caused...
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-05 benFix more unsigned char * vs char * warnings, usually...
2002-09-21 simonSupport username and password authentication when talki...
2002-05-15 simonAdded export of ssh.com key files.
2002-05-11 simonImproved error messages if you use the wrong key type...
2001-12-30 simonPageant is now able to avoid asking for the passphrase...
2001-11-25 simonINCOMPATIBLE CHANGE to the SSH2 private key file format...
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-22 simonFollowing the recent advisory about attacks on PGP...
2001-03-05 simonFix various trivial compiler warnings
2001-03-03 simonPreliminary support for RSA user authentication in...
2000-12-12 simonMake memory management uniform: _everything_ now goes...
2000-10-24 simonFix miscellaneous compiler warnings. Thanks to Jacob...
2000-10-20 simonRemember to close key files when rsakey_encrypted meets...
2000-10-19 simonPuTTYgen initial version. Still to do are basic user...
2000-09-27 simonRemove unnecessary DSS bit
2000-09-25 simonRationalise ordering of authentication operations....
2000-09-14 simonAdded Pageant, a first-attempt PuTTY authentication...
2000-09-07 simonAdd sshpubk.c to load authenticating keys from files