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