summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-add.c
AgeCommit message (Expand)Author
2024-09-06make parsing user@host consistently look for the last '@' in theDamien Miller
2024-01-11make DSA key support compile-time optional, defaulting to onDamien Miller
2024-01-08fix typo; spotted by Albert ChinDamien Miller
2023-12-19sort -C, and add to usage(); ok djmJason McIntyre
2023-12-18Make it possible to load certs from PKCS#11 tokensDamien Miller
2023-07-06minleft and maxsign are u_int so cast appropriately. Prompted byDarren Tucker
2023-03-08use RSA/SHA256 when testing usability of private key in agent;Damien Miller
2022-06-18Don't attempt to fprintf a null identity comment. From Martin VahlensieckDarren Tucker
2022-02-04Since they are deprecated, move DSA to the end of the default list ofDarren Tucker
2022-01-14allow pin-required FIDO keys to be added to ssh-agent(1).Damien Miller
2021-12-22sort -H and -h in SYNOPSIS/usage();Jason McIntyre
2021-12-19ssh-add side of destination constraintsDamien Miller
2021-10-28When downloading resident keys from a FIDO token, pass back theDamien Miller
2021-04-03highly polished whitespace, mostly fixing spaces-for-tab and badDamien Miller
2021-01-11Change convtime() from returning long to returning int. On platformsDarren Tucker
2020-10-18use the new variant log macros instead of prepending __func__ andDamien Miller
2020-08-31refuse to add verify-required (PINful) FIDO keys to ssh-agent untilDamien Miller
2020-06-26allow "ssh-add -d -" to read keys to be deleted from stdinDamien Miller
2020-03-16Cast lifetime to u_long for comparison to prevent unsigned comparisonDarren Tucker
2020-02-26change explicit_bzero();free() to freezero()Jonathan Gray
2020-02-18Ensure that the key lifetime provided fits within the values allowed byDarren Tucker
2020-02-06Replace "security key" with "authenticator" in program messages.Christian Weisgerber
2020-01-25factor out reading/writing sshbufs to dedicated functions;Damien Miller
2020-01-17Document loading of resident keys from a FIDO authenticator.Christian Weisgerber
2020-01-06Extends the SK API to accept a set of key/value options for allDamien Miller
2019-12-30implement loading resident keys in ssh-addDamien Miller
2019-11-25Add new structure for signature optionsDamien Miller
2019-11-18additional missing stdarg.h includes when built without WITH_OPENSSL; ok djm@Christian Weisgerber
2019-11-14directly support U2F/FIDO2 security keys in OpenSSH by linkingDamien Miller
2019-11-12enable ed25519 support; ok djmMarkus Friedl
2019-10-31ssh-add support for U2F/FIDO keysDamien Miller
2019-10-31add new agent key constraint for U2F/FIDO providerDamien Miller
2019-09-06fixes for !WITH_OPENSSL compilation; ok dtucker@Damien Miller
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-06Replace calls to ssh_malloc_init() by a static init of malloc_options.Otto Moerbeek
2019-01-21add "-v" flags to ssh-add and ssh-pkcs11-helper to turn up debugDamien Miller
2019-01-20add option to test whether keys in an agent are usable, by performingDamien Miller
2018-09-19Make "ssh-add -q" do what it says on the tin: silence output fromDamien Miller
2018-02-23Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)Markus Friedl
2017-08-29add a -q option to ssh-add to make it quiet on success.David Gwynne
2017-07-01remove post-SSHv1 removal dead code from rsa.c and merge theDamien Miller
2017-05-30remove unused wrapper functions from key.[ch]; ok djm@Markus Friedl
2017-05-05more simplification and removal of SSHv1-related code; ok djm@Christian Weisgerber
2017-05-04since a couple of people have asked, leave a comment explaining why weDamien Miller
2017-04-30unifdef WITH_SSH1Damien Miller
2016-02-15Add a function to enable security-related malloc_options. With and okDarren Tucker
2015-12-11Remove NULL-checks before sshkey_free().mmcc
2015-10-15fix some signed/unsigned integer type mismatches in formatDamien Miller
2015-09-13- Fix error message: passphrase needs to be at least 5 characters, not 4.tim
2015-09-13When adding keys to the agent, don't ignore the comment of keys for which thetim