summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keygen.c
AgeCommit message (Expand)Author
2013-12-06support ed25519 keys (hostkeys and user identities) using the public domainMarkus Friedl
2013-12-06new private key format, bcrypt as KDF by default; details in PROTOCOL.key;Markus Friedl
2013-12-06remove duplicated character ('g') in getopt() string;Damien Miller
2013-10-23Make code match documentation: relative-specified certificate expiry timeDamien Miller
2013-09-02All the instances of arc4random_stir() are bogus, since arc4random()Theo de Raadt
2013-08-28improve batch processing a bit by making use of the quite flag a bitMike Belopuhov
2013-08-13another of the same typoDamien Miller
2013-08-13typo in error message; from Stephan RickauerDamien Miller
2013-07-20More useful error message on missing current user in /etc/passwdDamien Miller
2013-07-12do_print_resource_record() can never be called with a NULL filename, soDamien Miller
2013-07-12fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@Damien Miller
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2013-04-19fix some memory leaks; bz#2088 ok dtucker@Damien Miller
2013-02-10append to moduli file when screening candidates rather than overwriting.Damien Miller
2013-01-18-u before -V in usage();Jason McIntyre
2013-01-17add support for Key Revocation Lists (KRLs). These are a compact way toDamien Miller
2013-01-09correctly initialise fingerprint type for fingerprinting PKCS#11 keysDamien Miller
2013-01-03allow fingerprinting of keys hosted in PKCS#11 tokens: ssh-keygen -lD ...Damien Miller
2012-12-03Fix compilation with -Wall -Werror (trivial type fixes)Damien Miller
2012-11-14allow the full range of unsigned serial numbers; 'fine' deraadt@Damien Miller
2012-10-02fix -z option, broken in revision 1.215Damien Miller
2012-08-17print details of which host lines were deleted when usingDamien Miller
2012-07-06missing full stop in usage();Jason McIntyre
2012-07-06Add options to specify starting line number and number of lines to processDarren Tucker
2012-05-23add support for RFC6594 SSHFP DNS records for ECDSA key types.Damien Miller
2012-02-29allow conversion of RSA1 keys to public PEM and PKCS8; "nice" markus@Damien Miller
2011-10-16put -K in the right place (usage());Jason McIntyre
2011-10-16Add optional checkpoints for moduli screening. feedback & ok deraadtDarren Tucker
2011-04-18certificate options are supposed to be packed in lexical order of optionDamien Miller
2011-04-12fix -WshadowDamien Miller
2011-03-24use strcasecmp() for "clear" cert permission option also; ok djmKevin Steves
2011-03-23remove -d, documentation removed >10 years ago; ok markusKevin Steves
2011-03-23Add -A option. For each of the key types (rsa1, rsa, dsa and ecdsa)Kevin Steves
2011-01-11some unsigned long long casts that make things a bit easier forDamien Miller
2010-10-28fix a possible NULL deref on loading a corrupt ECDH keyDamien Miller
2010-09-02Switch ECDSA default key size to 256 bits, which according to RFC5656Christian Weisgerber
2010-09-02permit -b 256, 384 or 521 as key size for ECDSA; ok djm@Markus Friedl
2010-08-31reintroduce commit from tedu@, which I pulled out for release engineering:Damien Miller
2010-08-31Implement Elliptic Curve Cryptography modes for key exchange (ECDH) andDamien Miller
2010-08-16backout previous temporarily; discussed with deraadt@Damien Miller
2010-08-12OpenSSL_add_all_algorithms is the name of the function we have a man pageTed Unangst
2010-08-04Support CA keys in PKCS#11 tokens; feedback and ok markus@Damien Miller
2010-08-04tighten the rules for certificate encoding by requiring that optionsDamien Miller
2010-07-16avoid bogus compiler warningDamien Miller
2010-06-30sort usage();Jason McIntyre
2010-06-29allow import (-i) and export (-e) of PEM and PKCS#8 encoded keys;Damien Miller
2010-06-23fix printing of extensions in v01 certificates that I broke in r1.190Damien Miller
2010-06-22standardise error messages when attempting to open private keyDamien Miller
2010-05-20Move the permit-* options to the non-critical "extensions" field for v01Damien Miller
2010-04-23refuse to generate keys longer than OPENSSL_[RD]SA_MAX_MODULUS_BITS,Damien Miller