summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keygen.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* don't create ~/.ssh only if the user wants to store the private key there.markus1999-11-211-29/+27
| | | | show fingerprint instead of public-key after keygeneration. ok niels@
* replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)markus1999-11-201-77/+81
| | | | | exit if writing the key fails (no infinit loop) print usage() everytime we get bad options
* overflow, djm@mindrot.orgmarkus1999-11-201-1/+2
|
* rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>markus1999-11-161-2/+63
|
* move common prompt-for-filename-code into own functionmarkus1999-11-161-80/+54
|
* get rid of references to randomseedfile we dont need it. for sshdprovos1999-10-011-5/+1
| | | | just spit out a warning that the configuration option is obsolete.
* numerous sprintf, strncpy, strcpy cleanupsderaadt1999-09-291-25/+8
|
* test for RSA in the ssl library, real early onderaadt1999-09-291-1/+11
|
* put q in getoptderaadt1999-09-281-2/+2
|
* convert all uses of gmp to SSL bignumprovos1999-09-281-92/+103
| | | | | | convert all used of rsa to SSL rsa functions remove all use of randomstate to OpenBSD arc4random() and arc4_stir() all this done at a long long night in Canada.
* i bet a lot of people didn't know what ssh 1.2.16 had a nice license.deraadt1999-09-261-0/+552
well, except for the patent issues. someone in sweden (forget their name at the moment) cleaned out most of the patented code, and now this code removes rsa code. when this is done, it will link against libssl, but the work isn't completely done yet. then we need to bring this up to modern days, featurewise.