Age | Commit message (Expand) | Author |
2003-07-28 | Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen. | Damien Miller |
2003-05-15 | avoid warning; ok jakob@ | Damien Miller |
2003-05-14 | add experimental support for verifying hos keys using DNS as described | Jakob Schlyter |
2003-05-11 | change key_load_public to try to read a public from: | Markus Friedl |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2002-11-26 | Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default. | Wilbern Cobb |
2002-06-23 | u_int stuff | Theo de Raadt |
2002-06-19 | KNF done automatically while reading.... | Theo de Raadt |
2002-06-09 | use tab not spaces (|unexpand) | Markus Friedl |
2002-03-27 | try to import keys with extra trailing === (seen with ssh.com < 2.0.12) | Markus Friedl |
2002-03-25 | change sc_get_key to sc_get_keys and hide smartcard details in scard.c | Markus Friedl |
2002-03-21 | Add PIN-protection for secret key. | Jim Rees |
2002-03-21 | move key upload to scard.[ch] | Markus Friedl |
2002-02-25 | more u_* fixes | Markus Friedl |
2002-02-24 | signed vs. unsigned: make size arguments u_int, ok stevesk@ | Markus Friedl |
2002-02-16 | default to rsa keyfile path for non key generation operations where | Kevin Steves |
2002-01-18 | unneeded cast cleanup; ok markus@ | Kevin Steves |
2002-01-09 | append \n only for public keys | Markus Friedl |
2001-12-29 | remove unneeded casts and some char->u_char cleanup; ok markus@ | Kevin Steves |
2001-12-27 | -t is only needed for key generation (unbreaks -i, -e, etc). | Markus Friedl |
2001-12-21 | Remove default (rsa1) key type; ok markus@ | Damien Miller |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-12-05 | minor KNF | Theo de Raadt |
2001-11-17 | enum/int type cleanup where it made sense to do so; ok markus@ | Kevin Steves |
2001-10-25 | better docu for fingerprinting, ok deraadt@ | Markus Friedl |
2001-09-28 | bzero private key after loading to smartcard; ok markus@ | Damien Miller |
2001-09-17 | better error handling if you try to export a bad key to ssh.com | Markus Friedl |
2001-09-17 | u_char*/char* cleanup; ok markus@ | Kevin Steves |
2001-08-02 | clean up some /* SMARTCARD */. ok markus@ | Jakob Schlyter |
2001-08-02 | add /* SMARTCARD */ to #else/#endif. ok markus@ | Jakob Schlyter |
2001-08-02 | more verbose usage(). ok markus@ | Jakob Schlyter |
2001-08-02 | change -u (upload smartcard key) to -U. ok markus@ | Jakob Schlyter |
2001-08-02 | add -D readerid option (download, i.e. print public RSA key to stdout). | Markus Friedl |
2001-08-01 | allow uploading RSA keys for non-default AUT0 (sha1 over passphrase like sect... | Markus Friedl |
2001-07-26 | Inquire Cyberflex class for 0xf0 cards | Jim Rees |
2001-07-02 | update for sectok.h interface changes. | Markus Friedl |
2001-06-29 | initialize early | Markus Friedl |
2001-06-29 | new error handling for cyberflex_* | Markus Friedl |
2001-06-28 | '\0' terminated data[] is ok; ok markus@ | Kevin Steves |
2001-06-27 | s/generate_additional_parameters/rsa_generate_additional_parameters/ | Markus Friedl |
2001-06-27 | use cyberflex_inq_class to inquire class. | Markus Friedl |
2001-06-26 | allow loading a private RSA key to a cyberflex card. | Markus Friedl |
2001-06-24 | switch to readpassphrase(3) | Markus Friedl |
2001-06-23 | fix import for (broken?) ssh.com/f-secure private keys | Markus Friedl |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-06-23 | try to decode ssh-3.0.0 private rsa keys | Markus Friedl |
2001-05-25 | use -P for -e and -y, too. | Markus Friedl |
2001-04-23 | remove debug | Markus Friedl |
2001-04-23 | allow public key for -e, too | Markus Friedl |
2001-04-22 | style, noted by stevesk; sort flags in usage | Markus Friedl |