aboutsummaryrefslogtreecommitdiffstats
path: root/agent/findkey.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-14agent: correct length for uri and comment on 64-bit big-endian platformsDaniel Kahn Gillmor1-2/+5
2019-02-06agent: Clear bogus pinentry cache, when it causes an error.NIIBE Yutaka1-1/+11
2018-03-27agent: Make the request origin a part of the cache items.Werner Koch1-4/+4
2017-07-28agent: Minor cleanup (mostly for documentation).Werner Koch1-66/+66
2017-05-24agent: Make digest algorithms for ssh fingerprints configurable.Justus Winter1-1/+2
2017-05-24common: Support different digest algorithms for ssh fingerprints.Justus Winter1-1/+1
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-1/+1
2017-04-14agent: Clean up error initialize/return.NIIBE Yutaka1-3/+1
2017-03-24agent: New option --enable-extended-key-format.Werner Koch1-11/+33
2017-03-24agent: New option --stub-only for DELETE_KEYWerner Koch1-11/+21
2017-03-07agent: Resolve conflict of util.h.NIIBE Yutaka1-1/+1
2017-02-22agent: Prepend the description to a PIN prompt.Werner Koch1-8/+30
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-10-24agent: Minor cleanup for recent change in findkey.cWerner Koch1-6/+2
2016-10-21agent: Fix saving with FORCE=1.NIIBE Yutaka1-6/+19
2016-10-20agent: Add --card option for READKEY.NIIBE Yutaka1-0/+36
2016-06-23common: Add dedicated private key functions to name-value.c.Werner Koch1-2/+2
2016-06-23common: Rename external symbols in name-value.c.Werner Koch1-9/+9
2016-06-23common: Rename private-keys.c to name-value.cWerner Koch1-1/+1
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-4/+8
2016-04-21common: Add support for the new extended private key format.Justus Winter1-1/+160
2016-03-16agent: allow removal of the shadowed key.NIIBE Yutaka1-1/+1
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-10-09agent: Fix function return type for check_cb and agent_askpin.NIIBE Yutaka1-1/+1
2015-08-24agent: Raise the maximum password length. Don't hard code it.Neal H. Walfield1-2/+2
2015-08-07agent: Add option --force to the DELETE_KEY command.Werner Koch1-48/+52
2015-06-30agent: Use different translation func for Pinentry strings.Werner Koch1-18/+19
2015-05-08Typo fixesWerner Koch1-1/+4
2015-04-14agent: Send the new SETKEYINFO command to the Pinentry.Werner Koch1-1/+1
2015-01-29agent: Fix use of imported but unprotected openpgp keys.Werner Koch1-0/+18
2015-01-28agent: Add some extra robustness to extract_private_keyWerner Koch1-1/+1
2015-01-27agent: Fix agent_public_key_from_file for ECC.NIIBE Yutaka1-54/+23
2014-09-17gpg: Improve passphrase caching.Werner Koch1-0/+42
2014-08-18agent: Return NO_SECKEY instead of ENONET for PKSIGN and others.Werner Koch1-1/+5
2014-07-03gpg: Spelling errorKristian Fiskerstrand1-1/+1
2014-06-27Fix typos in messagesYuri Chornoivan1-1/+1
2014-04-15agent: Add command DELETE_KEY.Werner Koch1-0/+143
2014-03-22agent: Cleanups to prepare implementation of Ed25519.Werner Koch1-10/+55
2014-03-11agent: API change of agent_key_from_file.NIIBE Yutaka1-6/+4
2014-01-16agent: Fix agent_is_eddsa_key.NIIBE Yutaka1-7/+3
2013-11-15gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch1-0/+29
2013-05-22Implement unattended OpenPGP secret key import.Werner Koch1-3/+6
2013-02-22agent: fix two bugs.NIIBE Yutaka1-1/+1
2012-11-02agent: Fix wrong use of gcry_sexp_build_arrayNIIBE Yutaka1-4/+4
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-8/+8
2012-01-25Port to npth.Marcus Brinkmann1-2/+2
2011-07-20Support a confirm flag for ssh.Werner Koch1-35/+57
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-33/+33
2011-01-31Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous v...Werner Koch1-2/+2