summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keygen.c
AgeCommit message (Expand)Author
2000-10-09-X now reads private ssh.com DSA keys, too.Markus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-08-19add SSH2/DSA support to the agent and some other DSA related cleanups.Markus Friedl
2000-07-15Always create ~/.ssh with mode 700; ok MarkusDamien Miller
2000-07-07clean code is good codeTodd T. Fries
2000-06-20OpenBSD tagMarkus Friedl
2000-05-30remove dependency on openssl-0.9.5a; green@FreeBSD.org via kris@FreeBSD.orgMarkus Friedl
2000-05-08handle escapes in real and original key format, ok millert@Markus Friedl
2000-05-03simplify usageTheo de Raadt
2000-05-02default DSA key file ~/.ssh/id_dsaMarkus Friedl
2000-05-01Put -d into usage and reorder. markus ok.Hugh Graham
2000-04-27xfree DSA blobsMarkus Friedl
2000-04-26add -R flag: exit code indicates if RSA is aliveTheo de Raadt
2000-04-26add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]Markus Friedl
2000-04-14whitespace cleanupMarkus Friedl
2000-03-16-pedantic: signed vs. unsigned, void*-arithm, etcMarkus Friedl
2000-02-04typoMarkus Friedl
2000-02-04enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@Markus Friedl
1999-11-24KNF, final part 3Markus Friedl
1999-11-24much more KNFTheo de Raadt
1999-11-23KNF part 1Markus Friedl
1999-11-21don't create ~/.ssh only if the user wants to store the private key there.Markus Friedl
1999-11-20replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)Markus Friedl
1999-11-20overflow, djm@mindrot.orgMarkus Friedl
1999-11-16rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>Markus Friedl
1999-11-16move common prompt-for-filename-code into own functionMarkus Friedl
1999-10-01get rid of references to randomseedfile we dont need it. for sshdNiels Provos
1999-09-29numerous sprintf, strncpy, strcpy cleanupsTheo de Raadt
1999-09-29test for RSA in the ssl library, real early onTheo de Raadt
1999-09-28put q in getoptTheo de Raadt
1999-09-28convert all uses of gmp to SSL bignumNiels Provos
1999-09-26i bet a lot of people didn't know what ssh 1.2.16 had a nice license.Theo de Raadt