summaryrefslogtreecommitdiff
path: root/ssh-add.c
Commit message (Expand)AuthorAgeFilesLines
* upstream: use RSA/SHA256 when testing usability of private key indjm@openbsd.org2023-03-081-3/+6
* upstream: Don't attempt to fprintf a null identity comment. Fromdtucker@openbsd.org2022-06-241-3/+3
* upstream: Since they are deprecated, move DSA to the end of thedtucker@openbsd.org2022-02-071-2/+2
* upstream: allow pin-required FIDO keys to be added to ssh-agent(1).djm@openbsd.org2022-01-181-6/+1
* upstream: sort -H and -h in SYNOPSIS/usage(); tweak the -H text;jmc@openbsd.org2021-12-271-3/+3
* upstream: ssh-add side of destination constraintsdjm@openbsd.org2021-12-201-16/+171
* upstream: When downloading resident keys from a FIDO token, passdjm@openbsd.org2021-10-281-14/+14
* upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org2021-04-031-3/+3
* upstream: Change convtime() from returning long to returning int.dtucker@openbsd.org2021-01-111-5/+5
* upstream: use the new variant log macros instead of prependingdjm@openbsd.org2020-10-181-18/+14
* upstream: refuse to add verify-required (PINful) FIDO keys todjm@openbsd.org2020-08-311-7/+16
* upstream: allow "ssh-add -d -" to read keys to be deleted fromdjm@openbsd.org2020-06-261-17/+54
* upstream: Cast lifetime to u_long for comparison to prevent unsigneddtucker@openbsd.org2020-03-171-2/+2
* upstream: change explicit_bzero();free() to freezero()jsg@openbsd.org2020-02-281-7/+4
* upstream: Ensure that the key lifetime provided fits within thedtucker@openbsd.org2020-02-181-6/+7
* upstream: Replace "security key" with "authenticator" in programnaddy@openbsd.org2020-02-071-4/+4
* upstream: factor out reading/writing sshbufs to dedicateddjm@openbsd.org2020-01-261-4/+2
* upstream: Document loading of resident keys from a FIDOnaddy@openbsd.org2020-01-211-25/+15
* upstream: Extends the SK API to accept a set of key/value optionsdjm@openbsd.org2020-01-061-2/+3
* upstream: implement loading resident keys in ssh-adddjm@openbsd.org2019-12-301-5/+63
* upstream: Add new structure for signature optionsdjm@openbsd.org2019-11-251-2/+2
* upstream: additional missing stdarg.h includes when built withoutnaddy@openbsd.org2019-11-201-1/+1
* upstream: directly support U2F/FIDO2 security keys in OpenSSH bydjm@openbsd.org2019-11-151-1/+6
* upstream: enable ed25519 support; ok djmmarkus@openbsd.org2019-11-131-2/+3
* upstream: ssh-add support for U2F/FIDO keysdjm@openbsd.org2019-11-011-10/+27
* upstream: add new agent key constraint for U2F/FIDO providerdjm@openbsd.org2019-11-011-3/+3
* upstream: fixes for !WITH_OPENSSL compilation; ok dtucker@djm@openbsd.org2019-09-061-3/+5
* upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org2019-07-051-3/+3
* upstream: Replace calls to ssh_malloc_init() by a static init ofotto@openbsd.org2019-06-081-2/+1
* upstream: add "-v" flags to ssh-add and ssh-pkcs11-helper to turn updjm@openbsd.org2019-01-211-2/+14
* upstream: add option to test whether keys in an agent are usable,djm@openbsd.org2019-01-211-3/+49
* refactor libcrypto initialisationDamien Miller2018-11-231-4/+0
* upstream: Make "ssh-add -q" do what it says on the tin: silencedjm@openbsd.org2018-09-201-23/+39
* upstream: Add experimental support for PQC XMSS keys (Extendedmarkus@openbsd.org2018-02-261-5/+69
* upstream commitdlg@openbsd.org2017-09-041-13/+23
* upstream commitdjm@openbsd.org2017-07-211-2/+1
* upstream commitmarkus@openbsd.org2017-05-311-2/+2
* upstream commitnaddy@openbsd.org2017-05-081-36/+26
* upstream commitdjm@openbsd.org2017-05-081-1/+6
* upstream commitdjm@openbsd.org2017-05-011-8/+1
* upstream commitdtucker@openbsd.org2016-02-161-1/+2
* upstream commitmmcc@openbsd.org2015-12-181-5/+3
* upstream commitdjm@openbsd.org2015-10-161-2/+2
* upstream committim@openbsd.org2015-09-161-7/+6
* upstream committim@openbsd.org2015-09-161-9/+8
* upstream commitdjm@openbsd.org2015-07-151-3/+2
* upstream commitnaddy@openbsd.org2015-03-271-1/+3
* upstream commitmarkus@openbsd.org2015-03-271-7/+11
* upstream commithalex@openbsd.org2015-02-221-4/+10
* upstream commithalex@openbsd.org2015-02-051-4/+5