Preliminary support for RSA user authentication in SSH2! Most of the
[u/mdw/putty] / puttygen.c
2001-03-03 simonPreliminary support for RSA user authentication in...
2001-01-22 simonUpdate puttygen GUI code to use Jeremy Sawicki's better...
2000-12-12 simonMake memory management uniform: _everything_ now goes...
2000-10-25 simonImpose a lower limit of 256 on key lengths. This is...
2000-10-25 simonBe more sure that state->collecting_entropy can't be...
2000-10-24 simonFix miscellaneous compiler warnings. Thanks to Jacob...
2000-10-23 simonRemove the NO_SECURITY define I accidentally copied...
2000-10-20 simonA couple of UI tweaks in puttygen
2000-10-20 simonRemoved TODO comment after verifying that generated...
2000-10-20 simonEntropy fix after better statistical analysis
2000-10-20 simonVariable key size in PuTTYgen. Also required adding...
2000-10-20 simonCheck whether key was actually saved, and warn if not
2000-10-20 simonSave Key now prompts before overwriting an existing...
2000-10-20 simonAdd a second passphrase prompt to protect against typos
2000-10-20 simonWe must InitCommonControls() or the progress bar doesn...
2000-10-19 simonPuTTYgen initial version. Still to do are basic user...