Age | Commit message (Expand) | Author |
2011-04-18 | certificate options are supposed to be packed in lexical order of option | Damien Miller |
2011-04-12 | fix -Wshadow | Damien Miller |
2011-03-24 | use strcasecmp() for "clear" cert permission option also; ok djm | Kevin Steves |
2011-03-23 | remove -d, documentation removed >10 years ago; ok markus | Kevin Steves |
2011-03-23 | Add -A option. For each of the key types (rsa1, rsa, dsa and ecdsa) | Kevin Steves |
2011-01-11 | some unsigned long long casts that make things a bit easier for | Damien Miller |
2010-10-28 | fix a possible NULL deref on loading a corrupt ECDH key | Damien Miller |
2010-09-02 | Switch ECDSA default key size to 256 bits, which according to RFC5656 | Christian Weisgerber |
2010-09-02 | permit -b 256, 384 or 521 as key size for ECDSA; ok djm@ | Markus Friedl |
2010-08-31 | reintroduce commit from tedu@, which I pulled out for release engineering: | Damien Miller |
2010-08-31 | Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and | Damien Miller |
2010-08-16 | backout previous temporarily; discussed with deraadt@ | Damien Miller |
2010-08-12 | OpenSSL_add_all_algorithms is the name of the function we have a man page | Ted Unangst |
2010-08-04 | Support CA keys in PKCS#11 tokens; feedback and ok markus@ | Damien Miller |
2010-08-04 | tighten the rules for certificate encoding by requiring that options | Damien Miller |
2010-07-16 | avoid bogus compiler warning | Damien Miller |
2010-06-30 | sort usage(); | Jason McIntyre |
2010-06-29 | allow import (-i) and export (-e) of PEM and PKCS#8 encoded keys; | Damien Miller |
2010-06-23 | fix printing of extensions in v01 certificates that I broke in r1.190 | Damien Miller |
2010-06-22 | standardise error messages when attempting to open private key | Damien Miller |
2010-05-20 | Move the permit-* options to the non-critical "extensions" field for v01 | Damien Miller |
2010-04-23 | refuse to generate keys longer than OPENSSL_[RD]SA_MAX_MODULUS_BITS, | Damien Miller |
2010-04-23 | bz#1740: display a more helpful error message when $HOME is | Damien Miller |
2010-04-16 | tweak previous; ok djm | Jason McIntyre |
2010-04-16 | revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the | Damien Miller |
2010-03-15 | also print certificate type (user or host) for ssh-keygen -L | Kevin Steves |
2010-03-07 | make internal strptime string match strftime format; | Damien Miller |
2010-03-04 | "force-command" is not spelled "forced-command"; spotted by | Damien Miller |
2010-03-04 | Add a -L flag to print the contents of a certificate; ok markus@ | Damien Miller |
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 |