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-add.c
Age
Commit message (
Expand
)
Author
2019-12-30
implement loading resident keys in ssh-add
Damien Miller
2019-11-25
Add new structure for signature options
Damien Miller
2019-11-18
additional missing stdarg.h includes when built without WITH_OPENSSL; ok djm@
Christian Weisgerber
2019-11-14
directly support U2F/FIDO2 security keys in OpenSSH by linking
Damien Miller
2019-11-12
enable ed25519 support; ok djm
Markus Friedl
2019-10-31
ssh-add support for U2F/FIDO keys
Damien Miller
2019-10-31
add new agent key constraint for U2F/FIDO provider
Damien Miller
2019-09-06
fixes for !WITH_OPENSSL compilation; ok dtucker@
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-21
add "-v" flags to ssh-add and ssh-pkcs11-helper to turn up debug
Damien Miller
2019-01-20
add option to test whether keys in an agent are usable, by performing
Damien Miller
2018-09-19
Make "ssh-add -q" do what it says on the tin: silence output from
Damien Miller
2018-02-23
Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)
Markus Friedl
2017-08-29
add a -q option to ssh-add to make it quiet on success.
David Gwynne
2017-07-01
remove post-SSHv1 removal dead code from rsa.c and merge the
Damien Miller
2017-05-30
remove unused wrapper functions from key.[ch]; ok djm@
Markus Friedl
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
2016-02-15
Add a function to enable security-related malloc_options. With and ok
Darren Tucker
2015-12-11
Remove NULL-checks before sshkey_free().
mmcc
2015-10-15
fix some signed/unsigned integer type mismatches in format
Damien Miller
2015-09-13
- Fix error message: passphrase needs to be at least 5 characters, not 4.
tim
2015-09-13
When adding keys to the agent, don't ignore the comment of keys for which the
tim
2015-07-03
delete support for legacy v00 certificates; "sure" markus@ dtucker@
Damien Miller
2015-03-26
don't try to load .ssh/identity by default if SSH1 is disabled; ok markus@
Christian Weisgerber
2015-03-25
ignore v1 errors on ssh-add -D; only try v2 keys on -l/-L (unless WITH_SSH1)
Markus Friedl
2015-02-21
make "ssh-add -d" properly remove a corresponding certificate, and also
Alexander Hall
2015-02-03
slightly extend the passphrase prompt if running with -c in order to
Alexander Hall
2015-01-28
update to new API (key_fingerprint => sshkey_fingerprint)
Damien Miller
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2015-01-14
move authfd.c and its tentacles to the new buffer/key API;
Damien Miller
2014-12-21
Add FingerprintHash option to control algorithm used for key
Damien Miller
2014-11-26
Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
Todd C. Miller
2014-07-09
fix ssh-add crash while loading more than one key
Sebastian Benoit
2014-07-03
make stdout line-buffered; saves partial output getting lost when
Damien Miller
2014-06-27
fix loading of private keys
Markus Friedl
2014-06-24
New key API: refactor key-related functions to be more library-like,
Damien Miller
2014-02-02
convert memset of potentially-private data to explicit_bzero()
Damien Miller
2013-12-19
skip requesting smartcard PIN when removing keys from agent; bz#2187
Damien Miller
2013-12-15
Make ssh-add also add .ssh/id_ed25519; fixes lie in manual page.
Pascal Stumpf
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2012-12-05
prevent double-free of comment; ok djm@
Markus Friedl
2012-12-02
make deleting explicit keys "ssh-add -d" symmetric with adding keys -
Damien Miller
2011-10-18
add -k to usage(); reminded by jmc@
Damien Miller
2011-10-18
new "ssh-add -k" option to load plain keys (skipping certificates);
Damien Miller
2011-05-04
allow "ssh-add - < key"; feedback and ok markus@
Damien Miller
2010-08-31
reintroduce commit from tedu@, which I pulled out for release engineering:
Damien Miller
2010-08-31
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
Damien Miller
[next]