Age | Commit message (Expand) | Author |
2015-12-11 | use SSH_MAX_PUBKEY_BYTES consistently as buffer size when reading key | Damien Miller |
2015-12-11 | Remove NULL-checks before sshkey_free(). | mmcc |
2015-12-04 | implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth) | Markus Friedl |
2015-11-28 | do not leak temp file if there is no known_hosts file | Theo de Raadt |
2015-11-20 | allow comment change for all supported formats | Alexander Hall |
2015-11-19 | trailing whitespace | Damien Miller |
2015-11-19 | move the certificate validity formatting code to sshkey.[ch] | Damien Miller |
2015-11-18 | fix "ssh-keygen -l" of private key, broken in support for | Damien Miller |
2015-11-16 | Allow fingerprinting from standard input "ssh-keygen -lf -" | Damien Miller |
2015-11-13 | support multiple certificates (one per line) and reading from | Damien Miller |
2015-08-19 | fixed unlink([uninitialised memory]) reported by Mateusz Kocielski; | Damien Miller |
2015-07-03 | refuse to generate or accept RSA keys smaller than 1024 bits; | Damien Miller |
2015-07-03 | delete support for legacy v00 certificates; "sure" markus@ dtucker@ | Damien Miller |
2015-05-28 | wrap all moduli-related code in #ifdef WITH_OPENSSL. | Damien Miller |
2015-05-28 | make ssh-keygen default to ed25519 keys when compiled without | Damien Miller |
2015-05-21 | Support "ssh-keygen -lF hostname" to find search known_hosts and | Damien Miller |
2015-04-27 | fix compilation with OPENSSL=no; ok dtucker@ | Damien Miller |
2015-04-24 | rename xrealloc() to xreallocarray() since it follows that form. | Theo de Raadt |
2015-04-17 | use error/logit/fatal instead of fprintf(stderr, ...) and exit(0), | Damien Miller |
2015-03-31 | Comments are only supported for RSA1 keys. If a user tried to add one and | Tobias Stoeckmann |
2015-03-23 | for ssh-keygen -A, don't try (and fail) to generate | Damien Miller |
2015-02-26 | don't printf NULL key comments; reported by Tom Christensen | Damien Miller |
2015-02-24 | add -v (show ASCII art) to -l's synopsis; ok djm@ | Christian Weisgerber |
2015-02-23 | further silence spurious error message even when -v is specified | Damien Miller |
2015-02-23 | silence a spurious error message when listing fingerprints for | Damien Miller |
2015-02-16 | Refactor hostkeys_foreach() and dependent code | Damien Miller |
2015-01-30 | permit KRLs that revoke certificates by serial number or key ID | Damien Miller |
2015-01-30 | missing parentheses after if in do_convert_from() broke | Damien Miller |
2015-01-28 | update to new API (key_fingerprint => sshkey_fingerprint) | Damien Miller |
2015-01-19 | djm, your /usr/include tree is old | Theo de Raadt |
2015-01-18 | some feedback from markus@: comment hostkeys_foreach() | Damien Miller |
2015-01-18 | make ssh-keygen use hostkeys_foreach(). Removes some | Damien Miller |
2015-01-18 | infer key length correctly when user specified a fully- | Damien Miller |
2015-01-16 | regression: incorrect error message on otherwise-successful | Damien Miller |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-15 | sync ssh-keysign, ssh-keygen and some dependencies to the new | Damien Miller |
2014-12-21 | Add FingerprintHash option to control algorithm used for key | Damien Miller |
2014-08-21 | Free resources on error in mkstemp and fdopen | doug |
2014-07-03 | When hashing or removing hosts using ssh-keygen, don't choke on | Damien Miller |
2014-07-03 | standardise on NI_MAXHOST for gethostname() string lengths; about | Damien Miller |
2014-06-24 | New key API: refactor key-related functions to be more library-like, | Damien Miller |
2014-04-29 | make compiling against OpenSSL optional (make OPENSSL=no); | Markus Friedl |
2014-04-28 | buffer_get_string_ptr's return should be const to remind | Damien Miller |
2014-04-20 | Add support for SSHFP DNS records for ED25519 key types. | logan |
2014-03-15 | Improve usage() and documentation towards the standard form. In particular, | Theo de Raadt |
2014-03-12 | don't count on things that accept arguments by reference to clear | Damien Miller |
2014-02-05 | tweak synopsis: calling ssh-keygen without any arguments is fine; ok jmc@ | Christian Weisgerber |
2014-02-02 | convert memset of potentially-private data to explicit_bzero() | Damien Miller |
2014-01-31 | replace most bzero with explicit_bzero, except a few that cna be memset | Ted Unangst |
2013-12-06 | support ed25519 keys (hostkeys and user identities) using the public domain | Markus Friedl |