aboutsummaryrefslogtreecommitdiff
path: root/ssh-add.c
AgeCommit message (Expand)Author
2023-12-19upstream: Make it possible to load certs from PKCS#11 tokensdjm@openbsd.org
2023-07-07upstream: minleft and maxsign are u_int so cast appropriately. Prompteddtucker@openbsd.org
2023-03-08upstream: use RSA/SHA256 when testing usability of private key indjm@openbsd.org
2022-06-24upstream: Don't attempt to fprintf a null identity comment. Fromdtucker@openbsd.org
2022-02-07upstream: Since they are deprecated, move DSA to the end of thedtucker@openbsd.org
2022-01-18upstream: allow pin-required FIDO keys to be added to ssh-agent(1).djm@openbsd.org
2021-12-27upstream: sort -H and -h in SYNOPSIS/usage(); tweak the -H text;jmc@openbsd.org
2021-12-20upstream: ssh-add side of destination constraintsdjm@openbsd.org
2021-10-28upstream: When downloading resident keys from a FIDO token, passdjm@openbsd.org
2021-04-03upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org
2021-01-11upstream: Change convtime() from returning long to returning int.dtucker@openbsd.org
2020-10-18upstream: use the new variant log macros instead of prependingdjm@openbsd.org
2020-08-31upstream: refuse to add verify-required (PINful) FIDO keys todjm@openbsd.org
2020-06-26upstream: allow "ssh-add -d -" to read keys to be deleted fromdjm@openbsd.org
2020-03-17upstream: Cast lifetime to u_long for comparison to prevent unsigneddtucker@openbsd.org
2020-02-28upstream: change explicit_bzero();free() to freezero()jsg@openbsd.org
2020-02-18upstream: Ensure that the key lifetime provided fits within thedtucker@openbsd.org
2020-02-07upstream: Replace "security key" with "authenticator" in programnaddy@openbsd.org
2020-01-26upstream: factor out reading/writing sshbufs to dedicateddjm@openbsd.org
2020-01-21upstream: Document loading of resident keys from a FIDOnaddy@openbsd.org
2020-01-06upstream: Extends the SK API to accept a set of key/value optionsdjm@openbsd.org
2019-12-30upstream: implement loading resident keys in ssh-adddjm@openbsd.org
2019-11-25upstream: Add new structure for signature optionsdjm@openbsd.org
2019-11-20upstream: additional missing stdarg.h includes when built withoutnaddy@openbsd.org
2019-11-15upstream: directly support U2F/FIDO2 security keys in OpenSSH bydjm@openbsd.org
2019-11-13upstream: enable ed25519 support; ok djmmarkus@openbsd.org
2019-11-01upstream: ssh-add support for U2F/FIDO keysdjm@openbsd.org
2019-11-01upstream: add new agent key constraint for U2F/FIDO providerdjm@openbsd.org
2019-09-06upstream: fixes for !WITH_OPENSSL compilation; ok dtucker@djm@openbsd.org
2019-07-05upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org
2019-06-08upstream: Replace calls to ssh_malloc_init() by a static init ofotto@openbsd.org
2019-01-21upstream: add "-v" flags to ssh-add and ssh-pkcs11-helper to turn updjm@openbsd.org
2019-01-21upstream: add option to test whether keys in an agent are usable,djm@openbsd.org
2018-11-23refactor libcrypto initialisationDamien Miller
2018-09-20upstream: Make "ssh-add -q" do what it says on the tin: silencedjm@openbsd.org
2018-02-26upstream: Add experimental support for PQC XMSS keys (Extendedmarkus@openbsd.org
2017-09-04upstream commitdlg@openbsd.org
2017-07-21upstream commitdjm@openbsd.org
2017-05-31upstream commitmarkus@openbsd.org
2017-05-08upstream commitnaddy@openbsd.org
2017-05-08upstream commitdjm@openbsd.org
2017-05-01upstream commitdjm@openbsd.org
2016-02-16upstream commitdtucker@openbsd.org
2015-12-18upstream commitmmcc@openbsd.org
2015-10-16upstream commitdjm@openbsd.org
2015-09-16upstream committim@openbsd.org
2015-09-16upstream committim@openbsd.org
2015-07-15upstream commitdjm@openbsd.org
2015-03-27upstream commitnaddy@openbsd.org
2015-03-27upstream commitmarkus@openbsd.org