summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keygen.c
AgeCommit message (Expand)Author
2010-03-04Add a TrustedUserCAKeys option to sshd_config to specify CA keys thatDamien Miller
2010-03-02POSIX strptime is stricter than OpenBSD's so do a little dance toDamien Miller
2010-02-26Add support for certificate key types for users and hosts.Damien Miller
2010-02-09fix -WallDamien Miller
2010-02-08replace our obsolete smartcard code with PKCS#11.Markus Friedl
2010-01-11when converting keys, truncate key comments at 72 chars as per RFC4716;Damien Miller
2009-08-27force use of correct hash function for random-art signature displayDamien Miller
2009-06-22alphabetize includes; reduces diff vs portable and style(9). ok stevesk djmDarren Tucker
2009-02-21Added missing newlines in error messages.Tobias Stoeckmann
2008-11-07spelling/typo in commentKevin Steves
2008-07-13Change "ssh-keygen -F [host] -l" to not display random art unlessStuart Henderson
2008-06-12make ssh-keygen -lf show the key type just as ssh-add -l would do itAlexander von Gernler
2008-06-11ssh-keygen would write fingerprints to STDOUT, and random art to STDERR,Alexander von Gernler
2008-06-11ssh-keygen -lv -f /etc/ssh/ssh_host_rsa_key.pubAlexander von Gernler
2008-06-11Introduce SSH Fingerprint ASCII Visualization, a technique inspired by theAlexander von Gernler
2008-05-19support -l (print fingerprint) in combination with -F (find host) toDamien Miller
2008-01-19unbreak line numbering (broken in revision 1.164), fix error messageDamien Miller
2008-01-19when hashing individual hosts (ssh-keygen -Hf hostname), make sure weDamien Miller
2007-10-02handles zero-sized strings that fgets can returnCharles Longeau
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-09-09sort synopsis and options in ssh-agent(1); usage is lowercaseIgor Sobrado
2007-01-21spacesKevin Steves
2007-01-12more secsh -> rfc 4716 updates;Jason McIntyre
2007-01-03spacesKevin Steves
2007-01-03remove small dead code; arnaud.lacombe.1@ulaval.ca via Coverity scanKevin Steves
2006-11-14use argc and argv not some made up short formTheo de Raadt
2006-11-06add missing checks for openssl return codes; with & ok djm@Markus Friedl
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-08-01move #include <stdio.h> out of includes.hKevin Steves
2006-07-26move #include <stdlib.h> out of includes.hKevin Steves
2006-07-26move #include <sys/param.h> out of includes.hKevin Steves
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-17move #include <unistd.h> out of includes.hKevin Steves
2006-07-11move #include <errno.h> out of includes.h; ok markus@Kevin Steves
2006-07-09move #include <fcntl.h> out of includes.hKevin Steves
2006-07-06move #include "dns.h" upKevin Steves
2006-07-06move #include <pwd.h> out of includes.h; ok markus@Kevin Steves
2006-05-17fix leak; coverity via Kylene Jo HallMarkus Friedl
2006-03-30Correctly handle truncated files while converting keys; ok djm@Darren Tucker
2006-03-25cast strtonum() result to right typeTheo de Raadt
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-20annoying spacing fixes getting in the way of real diffsTheo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
2006-03-15if no key file are given when printing the DNS host record, use theJakob Schlyter
2006-03-13Make ssh-keygen handle CR and CRLF line termination when converting IETFDarren Tucker
2006-02-20move #include <sys/stat.h> out of includes.h; ok markus@Kevin Steves
2005-11-29Populate default key sizes before checking them; from & ok tim@Darren Tucker
2005-11-28Enforce DSA key length of exactly 1024 bits to comply with FIPS-186-2,Darren Tucker
2005-10-31generate a protocol 2 RSA key by defaultDamien Miller
2005-10-30no need to escape single quotes in comments, no binary changeDamien Miller