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-keyscan.c
Age
Commit message (
Expand
)
Author
2019-12-15
allow ssh-keyscan to find security key hostkeys
Damien Miller
2019-09-06
fixes for !WITH_OPENSSL compilation; ok dtucker@
Damien Miller
2019-07-12
include SHA2-variant RSA key algorithms in KEX proposal; allows
Damien Miller
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-06
Replace calls to ssh_malloc_init() by a static init of malloc_options.
Otto Moerbeek
2019-01-26
make ssh-keyscan return a non-zero exit status if it finds no keys.
Damien Miller
2019-01-21
merge kexkem[cs] into kexgen
Damien Miller
2019-01-21
use KEM API for vanilla ECDH
Damien Miller
2019-01-21
use KEM API for vanilla DH KEX
Damien Miller
2019-01-21
use KEM API for vanilla c25519 KEX
Damien Miller
2019-01-21
Add support for a PQC KEX/KEM: sntrup4591761x25519-sha512@tinyssh.org
Damien Miller
2018-06-06
switch config file parsing to getline(3) as this avoids static limits
Markus Friedl
2018-03-02
apply a lick of paint; tweaks/ok dtucker
Jason McIntyre
2018-02-23
Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)
Markus Friedl
2018-02-23
Add ssh-keyscan -D option to make it print its results in SSHFP format
Damien Miller
2017-11-25
Add monotime_ts and monotime_tv that return monotonic timespec and
Darren Tucker
2017-06-30
Only call close once in confree(). ssh_packet_close will close the FD
Darren Tucker
2017-05-31
remove now obsolete ctx from ssh_dispatch_run; ok djm@
Markus Friedl
2017-04-30
obliterate ssh1.h and some dead code that used it
Damien Miller
2017-04-30
remove KEY_RSA1
Damien Miller
2017-04-30
remove compat20/compat13/compat15 variables
Damien Miller
2017-04-30
unifdef WITH_SSH1
Damien Miller
2017-03-10
ensure hostname is lower-case before hashing it; bz#2591 reported by
Damien Miller
2017-03-10
correctly hash hosts with a port number. Reported by Josh Powers in
Damien Miller
2017-01-06
Avoid confusing error message when attempting to use ssh-keyscan built
Damien Miller
2016-05-02
add support for additional fixed DH groups from
Damien Miller
2016-02-15
Add a function to enable security-related malloc_options. With and ok
Darren Tucker
2015-11-08
-c before -H, in SYNOPSIS and usage();
Jason McIntyre
2015-11-08
Add "ssh-keyscan -c ..." flag to allow fetching certificates instead
Damien Miller
2015-10-24
fix keyscan output for multiple hosts/addrs on one line when
Damien Miller
2015-04-10
include port number if a non-default one has been specified;
Damien Miller
2015-04-05
Do not use int for sig_atomic_t; spotted by christos@netbsd; ok markus@
Miod Vallat
2015-01-30
set a timeout to prevent hangs when talking to busted servers;
Damien Miller
2015-01-30
avoid more fatal/exit in the packet.c paths that ssh-keyscan
Damien Miller
2015-01-28
avoid fatal() calls in packet code
Damien Miller
2015-01-20
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
Theo de Raadt
2015-01-19
switch ssh-keyscan from setjmp to multiple ssh transport layer instances
Markus Friedl
2015-01-19
adapt kex to sshbuf and struct ssh; ok djm@
Markus Friedl
2014-12-11
explicitly include sys/param.h in files that use the howmany() macro;
Damien Miller
2014-04-29
make compiling against OpenSSL optional (make OPENSSL=no);
Markus Friedl
2014-03-27
disable weak proposals in sshd, but keep them in ssh; ok djm@
Markus Friedl
2014-03-12
scan for Ed25519 keys by default too
Damien Miller
2013-12-06
support ed25519 keys (hostkeys and user identities) using the public domain
Markus Friedl
2013-11-02
use curve25519 for default key exchange (curve25519-sha256@libssh.org);
Markus Friedl
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2012-04-11
now that sshd defaults to offering ECDSA keys, ssh-keyscan should also
Damien Miller
2011-03-15
use timerclear macro
Okan Demirmen
2011-01-04
handle ecdsa-sha2 with various key lengths; hint and ok djm@
Otto Moerbeek
2010-08-31
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
Damien Miller
2010-06-22
replace verbose and overflow-prone Linebuf code with read_keyfile_line()
Damien Miller
[next]