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
/
sshconnect2.c
Age
Commit message (
Expand
)
Author
2021-07-02
Remove references to ChallengeResponseAuthentication in favour of
Darren Tucker
2021-06-07
fix debug message when finding a private key to match a certificate
Damien Miller
2021-06-06
Client-side workaround for a bug in OpenSSH 7.4: this release allows
Damien Miller
2021-04-03
highly polished whitespace, mostly fixing spaces-for-tab and bad
Damien Miller
2021-01-27
make ssh->kex->session_id a sshbuf instead of u_char*/size_t and
Damien Miller
2021-01-27
remove global variable used to stash compat flags and use the
Damien Miller
2021-01-26
Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) to
Darren Tucker
2021-01-25
make ssh hostbased authentication send the signature algorithm in
Damien Miller
2021-01-22
Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.
Darren Tucker
2021-01-08
If a signature operation on a FIDO key fails with a "incorrect PIN"
Damien Miller
2020-12-29
Update/replace the experimental post-quantim hybrid key exchange
Damien Miller
2020-12-22
add a ssh_config KnownHostsCommand that allows the client to obtain
Damien Miller
2020-12-20
plumb ssh_conn_info through to sshconnect.c; feedback/ok markus@
Damien Miller
2020-12-20
load_hostkeys()/hostkeys_foreach() variants for FILE*
Damien Miller
2020-11-13
scrub keyboard-interactive authentication prompts coming from the
Damien Miller
2020-11-13
prefix keyboard interactive prompts with (user@host) to make it easier
Damien Miller
2020-11-08
when requesting a security key touch on stderr, inform the user once
Damien Miller
2020-10-30
print reason in fatal error message when kex_assemble_namelist() fails
Damien Miller
2020-10-29
whitespace; no code change
Damien Miller
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-10-16
use do_log2 instead of function pointers to different log functions
Damien Miller
2020-10-07
revert kex->flags cert hostkey downgrade back to a plain key
Damien Miller
2020-10-04
when ordering host key algorithms in the client, consider the ECDSA
Damien Miller
2020-10-03
record when the host key checking code downgrades a certificate host
Damien Miller
2020-09-18
tweak the client hostkey preference ordering algorithm to prefer the
Damien Miller
2020-08-27
support for user-verified FIDO keys
Damien Miller
2020-06-27
Replace TAILQ concatenation loops with TAILQ_CONCAT
bket
2020-06-05
wrap long line
Damien Miller
2020-05-13
when ordering the hostkey algorithms to request from a server,
Damien Miller
2020-04-17
fix reversed test that caused IdentitiesOnly=yes to not apply to keys
Damien Miller
2020-02-06
When using HostkeyAlgorithms to merely append or remove algorithms
Damien Miller
2020-02-06
Replace "security key" with "authenticator" in program messages.
Christian Weisgerber
2020-01-23
Make zlib optional. This adds a "ZLIB" build time option that allows
Darren Tucker
2020-01-23
Replace all calls to signal(2) with a wrapper around sigaction(2).
Darren Tucker
2020-01-23
Remove unsupported algorithms from list of defaults at run time and
Darren Tucker
2020-01-21
a little more verbosity in sign_and_send_pubkey() debug messages
Damien Miller
2019-11-15
close the "touch your security key" notifier on the error path too
Damien Miller
2019-11-13
stdarg.h required more broadly; ok djm
Theo de Raadt
2019-11-12
security keys typically need to be tapped/touched in order to perform
Damien Miller
2019-11-12
enable ed25519 support; ok djm
Markus Friedl
2019-10-31
Refactor signing - use sshkey_sign for everything, including the new
Damien Miller
2019-10-31
ssh client support for U2F/FIDO keys
Damien Miller
2019-08-05
Remove now-redundant perm_ok arg since sshkey_load_private_type will
Darren Tucker
2019-07-07
Remove some set but never used variables. ok daraadt@
Darren Tucker
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-05-31
fix ssh-keysign fd handling problem introduced in r1.304 caused by a typo
Damien Miller
2019-05-15
When doing the fork+exec'ing for ssh-keysign, rearrange the socket
Theo de Raadt
2019-02-12
fix regression in r1.302 reported by naddy@ - only the first public
Damien Miller
2019-02-11
cleanup GSSAPI authentication context after completion of the
Damien Miller
2019-01-21
merge kexkem[cs] into kexgen
Damien Miller
[next]