summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keygen.1
AgeCommit message (Expand)Author
2013-06-27do not use Sx for sections outwith the man page - ingo informs me thatJason McIntyre
2013-01-19fix some formatting; ok djmJason McIntyre
2013-01-18command-line (adj.) -> command line (n.);Jason McIntyre
2013-01-18add -Q to the options list; ok djmJason McIntyre
2013-01-18tweak previous;Jason McIntyre
2013-01-17add support for Key Revocation Lists (KRLs). These are a compact way toDamien Miller
2012-08-15a little more info on certificate validity;Jason McIntyre
2012-07-06Add options to specify starting line number and number of lines to processDarren Tucker
2011-10-16Add optional checkpoints for moduli screening. feedback & ok deraadtDarren Tucker
2011-09-07typo (they vs the) found by Lawrence TeoTheo de Raadt
2011-04-13mention valid -b sizes for ECDSA keys; bz#1862Damien Miller
2011-04-13improve wording; bz#1861Damien Miller
2011-03-24zap trailing whitespace;Jason McIntyre
2011-03-23-q not used in /etc/rc now so remove statement.Kevin Steves
2011-03-23Add -A option. For each of the key types (rsa1, rsa, dsa and ecdsa)Kevin Steves
2010-10-28knock out some "-*- nroff -*-" lines;Jason McIntyre
2010-09-10* mention ECDSA in more placesChristian Weisgerber
2010-08-31Implement Elliptic Curve Cryptography modes for key exchange (ECDH) andDamien Miller
2010-08-04Support CA keys in PKCS#11 tokens; feedback and ok markus@Damien Miller
2010-07-15repair incorrect block nesting, which screwed up indentation;Ingo Schwarze
2010-06-30tweak previous;Jason McIntyre
2010-06-29allow import (-i) and export (-e) of PEM and PKCS#8 encoded keys;Damien Miller
2010-04-16tweak previous; ok djmJason McIntyre
2010-04-16revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with theDamien Miller
2010-03-13fix a formatting error (args need quoted); noted by steveskJason McIntyre
2010-03-13Certificates are named *-cert.pub, not *_cert.pub; committing a diffDamien Miller
2010-03-10typos; from Ross RichardsonJason McIntyre
2010-03-08sort the list of constraints (to -O); ok djmJason McIntyre
2010-03-08document permit-agent-forwarding certificate constraint; patch fromDamien Miller
2010-03-04fix Bk/Ek;Jason McIntyre
2010-03-04Add a -L flag to print the contents of a certificate; ok markus@Damien Miller
2010-02-26tweak previous;Jason McIntyre
2010-02-26Add support for certificate key types for users and hosts.Damien Miller
2010-02-10pkcs#11 is no longer optional; improve wording; ok jmc@Markus Friedl
2010-02-08tweak previous; ok markusJason McIntyre
2010-02-08replace our obsolete smartcard code with PKCS#11.Markus Friedl
2009-10-24ssh-keygen now uses AES-128 for private keysDarren Tucker
2008-07-24Add "ssh-keygen -F -l" to synopsis (displays fingerprint fromStuart Henderson
2008-06-12tweak the ascii art text; ok grunkJason McIntyre
2008-06-11ssh-keygen would write fingerprints to STDOUT, and random art to STDERR,Alexander von Gernler
2008-06-11Introduce SSH Fingerprint ASCII Visualization, a technique inspired by theAlexander von Gernler
2007-05-31convert to new .Dd format;Jason McIntyre
2007-01-12more secsh -> rfc 4716 updates;Jason McIntyre
2006-12-11add rfc 4716 (public key format); ok jmcMarkus Friedl
2005-11-28Enforce DSA key length of exactly 1024 bits to comply with FIPS-186-2,Darren Tucker
2005-10-31grammar;Jason McIntyre
2005-10-31generate a protocol 2 RSA key by defaultDamien Miller
2005-06-08increase default rsa/dsa key length from 1024 to 2048 bits; ok markus@ deraadt@Damien Miller
2005-04-21OpenSSH doesn't ever look at the $HOME environment variable, so don't sayDamien Miller
2005-03-14Correct description of -H (bz #997); ok markus@, punctuation jmc@Darren Tucker