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
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
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
2019-01-21
GSSAPI code got missed when converting to new packet API
Damien Miller
2019-01-19
convert the remainder of sshconnect2.c to new packet API
Damien Miller
2019-01-19
convert sshconnect2.c to new packet API
Damien Miller
2019-01-19
begin landing remaining refactoring of packet parsing API, started
Damien Miller
2019-01-04
eliminate function-static attempt counters for passwd/kbdint
Damien Miller
2018-12-27
move client/server SSH-* banners to buffers under ssh->kex and factor
Damien Miller
2018-11-28
don't truncate user or host name in "user@host's password: " prompts.
Damien Miller
2018-11-16
fix bug in client that was keeping a redundant ssh-agent socket around
Damien Miller
2018-10-11
don't send new-style rsa-sha2-*-cert-v01@openssh.com names to older
Damien Miller
2018-09-14
second try, deals properly with missing and private-only keys:
Damien Miller
2018-09-14
revert following; deals badly with agent keys
Damien Miller
2018-09-14
Use consistent format in debug log for keys readied, offered and
Damien Miller
2018-08-13
revert compat.[ch] section of the following change. It causes
Damien Miller
2018-07-31
fix some memory leaks spotted by Coverity via Jakub Jelen in bz#2366
Damien Miller
2018-07-18
Remove support for running ssh(1) setuid and fatal if attempted.
Darren Tucker
2018-07-16
Remove support for loading HostBasedAuthentication keys directly in
Darren Tucker
2018-07-11
treat ssh_packet_write_wait() errors as fatal; ok djm@
Markus Friedl
2018-07-11
remove legacy key emulation layer; ok djm@
Markus Friedl
2018-07-09
client: switch to sshbuf API; ok djm@
Markus Friedl
2018-07-09
Revert previous two commits
Stefan Fritsch
2018-07-06
Remove leftovers from pre-authentication compression
Stefan Fritsch
2018-07-04
repair PubkeyAcceptedKeyTypes (and friends) after RSA signature work -
Damien Miller
2018-07-03
some finesse to fix RSA-SHA2 certificate authentication for certs
Damien Miller
2018-07-03
check correct variable; unbreak agent keys
Damien Miller
2018-07-03
Improve strictness and control over RSA-SHA2 signature types:
Damien Miller
2018-06-26
whitespace
Damien Miller
2018-03-24
fix bogus warning when signing cert keys using agent; from djm; ok deraadt dt...
Markus Friedl
2018-03-03
warn when the agent returns a signature type that was different to
Damien Miller
2018-02-07
ssh_free checks for and handles NULL args, remove NULL checks from remaining
Darren Tucker
2018-01-23
Drop compatibility hacks for some ancient SSH implementations, including
Damien Miller
2017-08-27
Increase the buffer sizes for user prompts to ensure that they won't be
Darren Tucker
2017-08-11
refuse to a private keys when its corresponding .pub key does not
Damien Miller
[next]