aboutsummaryrefslogtreecommitdiffstats
path: root/agent/findkey.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov1-0/+10
2010-10-26Re-implemented GPG's --passwd command and improved it.Werner Koch1-1/+1
2010-10-13More agent support for gpg.Werner Koch1-5/+3
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-11/+51
2010-09-02Obscure the cached passphrases.Werner Koch1-8/+6
2010-09-01Even less prompts for a new key now.Werner Koch1-2/+22
2010-09-01s/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/.Werner Koch1-4/+6
2010-08-31Import OpenPGP keys into the agent.Werner Koch1-2/+8
2010-08-26.Werner Koch1-2/+1
2010-06-17Avoid using the protect-tool to import pkcs#12.Werner Koch1-3/+3
2010-04-21More changes on the way to remove secring.gpg.Werner Koch1-46/+108
2010-04-14Whole lot of changes to support CE.Werner Koch1-46/+35
2009-06-17Use cancel button in confirmation only if requested.Werner Koch1-2/+2
2009-05-15Fix bug #1053Werner Koch1-7/+15
2009-04-01Ported changes from 1.4.Werner Koch1-1/+1
2009-03-06New gpg-agent command to list key information.Werner Koch1-34/+96
2009-03-05New PIN Callback attributes in gpg-agent.Werner Koch1-1/+1
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-0/+2
2007-08-28Add more passphrase policy rules.Werner Koch1-8/+107
2007-08-22Fixed creation of private keys under W32.Werner Koch1-2/+6
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2006-11-14New command GETEVENTCOUNTER.Werner Koch1-1/+1
2006-10-19FixesWerner Koch1-1/+26
2006-09-14Take advantage of newer gpg-error features.Werner Koch1-9/+9
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch1-359/+0
2005-07-25* findkey.c (agent_public_key_from_file): Fixed array assignment.Werner Koch1-1/+1
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-2/+2
2005-06-07New debugging optionhs, updates to the manual.Werner Koch1-11/+13
2005-05-24* call-scd.c (inq_needpin): Skip leading spaces in of PINWerner Koch1-1/+1