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
2018-07-09
replace cast with call to sshbuf_mutable_ptr(); ok djm@
Markus Friedl
2018-06-06
switch config file parsing to getline(3) as this avoids static limits
Markus Friedl
2018-06-01
whitespace
Damien Miller
2018-06-01
return correct exit code when searching for and hashing known_hosts
Damien Miller
2018-03-12
add valid-before="[time]" authorized_keys option. A simple way of
Damien Miller
2018-02-23
Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)
Markus Friedl
2018-02-10
Refuse to create a certificate with an unusable number of principals;
Damien Miller
2018-02-10
fatal if we're unable to write all the public key; previously we
Damien Miller
2018-02-07
Remove some #ifdef notyet code from OpenSSL 0.9.8 days.
Joel Sing
2017-12-18
pass negotiated signing algorithm though to sshkey_verify() and
Damien Miller
2017-11-03
allow certificate validity intervals that specify only a start or
Damien Miller
2017-07-07
When generating all hostkeys (ssh-keygen -A), clobber existing keys
Damien Miller
2017-07-01
remove post-SSHv1 removal dead code from rsa.c and merge the
Damien Miller
2017-06-28
Allow ssh-keygen to use a key held in ssh-agent as a CA when signing
Damien Miller
2017-05-30
remove unused wrapper functions from key.[ch]; ok djm@
Markus Friedl
2017-05-07
Refuse RSA keys <1024 bits in length. Improve reporting for keys that
Damien Miller
2017-04-30
remove KEY_RSA1
Damien Miller
2017-04-30
unifdef WITH_SSH1
Damien Miller
2017-04-29
allow ssh-keygen to include arbitrary string or flag certificate
Damien Miller
2017-03-10
ensure hostname is lower-case before hashing it; bz#2591 reported by
Damien Miller
2017-03-06
Check l->hosts before dereferencing; fixes potential null pointer deref.
Darren Tucker
2017-03-06
linenum is unsigned long so use %lu in log formats. ok deraadt@
Darren Tucker
2017-03-03
fix ssh-keygen -H accidentally corrupting known_hosts that contained
Damien Miller
2017-02-17
Do not show rsa1 key type in usage when compiled without SSH1 support.
Darren Tucker
2017-02-10
Sanitise escape sequences in key comments sent to printf but preserve
Damien Miller
2017-02-08
Avoid printf %s NULL. From semarie@, OK djm@
Todd C. Miller
2016-09-12
Spaces->tabs.
Darren Tucker
2016-09-12
Style whitespace fix. Also happens to remove a no-op diff with portable.
Darren Tucker
2016-05-02
support SHA256 and SHA512 RSA signatures in certificates;
Damien Miller
2016-05-02
fix signed/unsigned errors reported by clang-3.7; add
Damien Miller
2016-02-15
Add a function to enable security-related malloc_options. With and ok
Darren Tucker
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
[next]