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
/
authfd.c
Age
Commit message (
Expand
)
Author
2023-03-09
modify parentheses in conditionals to make it clearer what is being
Joshua Stein
2023-03-09
include destination constraints for smartcard keys too.
Damien Miller
2023-03-05
Remove unused compat.h includes. We've previously removed a lot
Darren Tucker
2022-04-27
Add authfd path to debug output. ok markus@
Darren Tucker
2021-12-19
ssh-add side of destination constraints
Damien Miller
2021-12-19
ssh client side of binding
Damien Miller
2021-01-26
factor out common code in the agent client
Damien Miller
2020-10-29
whitespace; no code change
Damien Miller
2020-10-19
Adapt XMSS to new logging infrastructure. With markus@, ok djm@.
Darren Tucker
2020-06-26
constify a few things; ok dtucker (as part of another diff)
Damien Miller
2020-03-06
ssh_fetch_identitylist() returns the return value from
Markus Friedl
2020-02-26
change explicit_bzero();free() to freezero()
Jonathan Gray
2019-12-21
Allow forwarding a different agent socket to the path specified by
Damien Miller
2019-11-13
stdarg.h required more broadly; ok djm
Theo de Raadt
2019-11-12
enable ed25519 support; ok djm
Markus Friedl
2019-10-31
add new agent key constraint for U2F/FIDO provider
Damien Miller
2019-09-03
authfd: add function to check if key is in agent
Damien Miller
2019-09-03
fix memleak in ssh_free_identitylist(); ok markus@
Damien Miller
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-21
Add protection for private keys at rest in RAM against speculation
Damien Miller
2018-12-27
Request RSA-SHA2 signatures for rsa-sha2-{256|512}-cert-v01@openssh.com
Damien Miller
2018-11-30
don't attempt to connect to empty SSH_AUTH_SOCK; bz#293
Damien Miller
2018-07-09
replace cast with call to sshbuf_mutable_ptr(); ok djm@
Markus Friedl
2018-07-03
Improve strictness and control over RSA-SHA2 signature types:
Damien Miller
2018-04-10
lots of typos in comments/docs. Patch from Karsten Weiss after checking
Damien Miller
2018-02-23
Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)
Markus Friedl
2018-02-10
constify some private key-related functions; based on
Damien Miller
2018-01-23
Drop compatibility hacks for some ancient SSH implementations, including
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-05
more simplification and removal of SSHv1-related code; ok djm@
Christian Weisgerber
2017-05-04
since a couple of people have asked, leave a comment explaining why we
Damien Miller
2017-04-30
unifdef WITH_SSH1
Damien Miller
2015-12-04
implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)
Markus Friedl
2015-09-02
Fix occurrences of "r = func() != 0" which result in the wrong error
Jonathan Gray
2015-07-03
delete support for legacy v00 certificates; "sure" markus@ dtucker@
Damien Miller
2015-03-26
sigp and lenp are not optional in ssh_agent_sign(); ok djm@
Markus Friedl
2015-03-25
unbreak ssh_agent_sign (lenp vs *lenp)
Markus Friedl
2015-03-24
consistent check for NULL as noted by Nicholas Lemonias; ok djm@
Markus Friedl
2015-01-14
move authfd.c and its tentacles to the new buffer/key API;
Damien Miller
2014-04-29
make compiling against OpenSSL optional (make OPENSSL=no);
Markus Friedl
2014-01-31
replace most bzero with explicit_bzero, except a few that cna be memset
Ted Unangst
2013-12-29
allow deletion of ed25519 keys from the agent
Damien Miller
2013-12-06
support ed25519 keys (hostkeys and user identities) using the public domain
Markus Friedl
2013-12-06
move private key (de)serialization to key.c; ok djm
Markus Friedl
2013-11-08
use calloc for all structure allocations; from markus@
Damien Miller
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2011-07-06
bzero the agent address. the kernel was for a while very cranky about
Ted Unangst
2011-05-15
use FD_CLOEXEC consistently; patch from zion AT x96.org
Damien Miller
2010-08-31
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
Damien Miller
[next]