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
2023-07-06
minleft and maxsign are u_int so cast appropriately. Prompted by
Darren Tucker
2023-03-08
use RSA/SHA256 when testing usability of private key in agent;
Damien Miller
2022-06-18
Don't attempt to fprintf a null identity comment. From Martin Vahlensieck
Darren Tucker
2022-02-04
Since they are deprecated, move DSA to the end of the default list of
Darren Tucker
2022-01-14
allow pin-required FIDO keys to be added to ssh-agent(1).
Damien Miller
2021-12-22
sort -H and -h in SYNOPSIS/usage();
Jason McIntyre
2021-12-19
ssh-add side of destination constraints
Damien Miller
2021-10-28
When downloading resident keys from a FIDO token, pass back the
Damien Miller
2021-04-03
highly polished whitespace, mostly fixing spaces-for-tab and bad
Damien Miller
2021-01-11
Change convtime() from returning long to returning int. On platforms
Darren Tucker
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-08-31
refuse to add verify-required (PINful) FIDO keys to ssh-agent until
Damien Miller
2020-06-26
allow "ssh-add -d -" to read keys to be deleted from stdin
Damien Miller
2020-03-16
Cast lifetime to u_long for comparison to prevent unsigned comparison
Darren Tucker
2020-02-26
change explicit_bzero();free() to freezero()
Jonathan Gray
2020-02-18
Ensure that the key lifetime provided fits within the values allowed by
Darren Tucker
2020-02-06
Replace "security key" with "authenticator" in program messages.
Christian Weisgerber
2020-01-25
factor out reading/writing sshbufs to dedicated functions;
Damien Miller
2020-01-17
Document loading of resident keys from a FIDO authenticator.
Christian Weisgerber
2020-01-06
Extends the SK API to accept a set of key/value options for all
Damien Miller
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
[next]