summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keygen.c
AgeCommit message (Expand)Author
2001-08-02clean up some /* SMARTCARD */. ok markus@Jakob Schlyter
2001-08-02add /* SMARTCARD */ to #else/#endif. ok markus@Jakob Schlyter
2001-08-02more verbose usage(). ok markus@Jakob Schlyter
2001-08-02change -u (upload smartcard key) to -U. ok markus@Jakob Schlyter
2001-08-02add -D readerid option (download, i.e. print public RSA key to stdout).Markus Friedl
2001-08-01allow uploading RSA keys for non-default AUT0 (sha1 over passphrase like sect...Markus Friedl
2001-07-26Inquire Cyberflex class for 0xf0 cardsJim Rees
2001-07-02update for sectok.h interface changes.Markus Friedl
2001-06-29initialize earlyMarkus Friedl
2001-06-29new error handling for cyberflex_*Markus Friedl
2001-06-28'\0' terminated data[] is ok; ok markus@Kevin Steves
2001-06-27s/generate_additional_parameters/rsa_generate_additional_parameters/Markus Friedl
2001-06-27use cyberflex_inq_class to inquire class.Markus Friedl
2001-06-26allow loading a private RSA key to a cyberflex card.Markus Friedl
2001-06-24switch to readpassphrase(3)Markus Friedl
2001-06-23fix import for (broken?) ssh.com/f-secure private keysMarkus Friedl
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
2001-06-23try to decode ssh-3.0.0 private rsa keysMarkus Friedl
2001-05-25use -P for -e and -y, too.Markus Friedl
2001-04-23remove debugMarkus Friedl
2001-04-23allow public key for -e, tooMarkus Friedl
2001-04-22style, noted by stevesk; sort flags in usageMarkus Friedl
2001-04-22rename arguments -x -> -e (export key), -X -> -i (import key)Markus Friedl
2001-04-15don't use errno for key_{load,save}_private; discussion w/ solar@openwallMarkus Friedl
2001-04-05fix whitespace: unexpand + trailing spaces.Markus Friedl
2001-04-03free() -> xfree()Kevin Steves
2001-03-26try to read private f-secure ssh v2 rsa keys.Markus Friedl
2001-03-26simpler key load/save interface, see authfile.hMarkus Friedl
2001-03-21add -B flag to usageJakob Schlyter
2001-03-12remove old key_fingerprint interface, s/_ex//Markus Friedl
2001-03-11remove -v again. use -B instead for bubblebabble. make -B consistentMarkus Friedl
2001-03-11KNF, and SHA1 binary output is just creeping featurismTheo de Raadt
2001-03-11print both md5, sha1 and bubblebabble fingerprints when usingJakob Schlyter
2001-03-09create *.pub files with umask 0644, so that you can mv them to authorized_keysTheo de Raadt
2001-02-22bye bye -dTheo de Raadt
2001-02-22document -d, and -t defaults to rsa1Theo de Raadt
2001-02-12PermitRootLogin={yes,without-password,forced-commands-only,no}Markus Friedl
2001-02-04unexpand and remove end-of-line whitespace; ok markus@Kevin Steves
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-19move ssh1 definitions to ssh1.h, pathnames to pathnames.hMarkus Friedl
2001-01-13getopt() returns -1 not EOF; stevesk@pobox.comMarkus Friedl
2000-12-28enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}'Markus Friedl
2000-12-22fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.comMarkus Friedl
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
2000-11-25print keytype when generating a key.Markus Friedl
2000-11-15Add missing \n at the end of an error message.Todd C. Miller
2000-11-12add support for RSA to SSH2. please test.Markus Friedl
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