aboutsummaryrefslogtreecommitdiffstats
path: root/agent/findkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Fix use of imported but unprotected openpgp keys.Werner Koch2015-01-291-0/+18
* agent: Add some extra robustness to extract_private_keyWerner Koch2015-01-281-1/+1
* agent: Fix agent_public_key_from_file for ECC.NIIBE Yutaka2015-01-271-54/+23
* gpg: Improve passphrase caching.Werner Koch2014-09-171-0/+42
* agent: Return NO_SECKEY instead of ENONET for PKSIGN and others.Werner Koch2014-08-181-1/+5
* gpg: Spelling errorKristian Fiskerstrand2014-07-031-1/+1
* Fix typos in messagesYuri Chornoivan2014-06-271-1/+1
* agent: Add command DELETE_KEY.Werner Koch2014-04-151-0/+143
* agent: Cleanups to prepare implementation of Ed25519.Werner Koch2014-03-221-10/+55
* agent: API change of agent_key_from_file.NIIBE Yutaka2014-03-111-6/+4
* agent: Fix agent_is_eddsa_key.NIIBE Yutaka2014-01-161-7/+3
* gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch2013-11-151-0/+29
* Implement unattended OpenPGP secret key import.Werner Koch2013-05-221-3/+6
* agent: fix two bugs.NIIBE Yutaka2013-02-221-1/+1
* agent: Fix wrong use of gcry_sexp_build_arrayNIIBE Yutaka2012-11-021-4/+4
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-8/+8
* Port to npth.Marcus Brinkmann2012-01-251-2/+2
* Support a confirm flag for ssh.Werner Koch2011-07-201-35/+57
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-33/+33
* Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous v...Werner Koch2011-01-311-2/+2
* Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-061-0/+10
* Re-implemented GPG's --passwd command and improved it.Werner Koch2010-10-261-1/+1
* More agent support for gpg.Werner Koch2010-10-131-5/+3
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-11/+51
* Obscure the cached passphrases.Werner Koch2010-09-021-8/+6
* Even less prompts for a new key now.Werner Koch2010-09-011-2/+22
* s/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/.Werner Koch2010-09-011-4/+6
* Import OpenPGP keys into the agent.Werner Koch2010-08-311-2/+8
* .Werner Koch2010-08-261-2/+1
* Avoid using the protect-tool to import pkcs#12.Werner Koch2010-06-171-3/+3
* More changes on the way to remove secring.gpg.Werner Koch2010-04-211-46/+108
* Whole lot of changes to support CE.Werner Koch2010-04-141-46/+35
* Use cancel button in confirmation only if requested.Werner Koch2009-06-171-2/+2
* Fix bug #1053Werner Koch2009-05-151-7/+15
* Ported changes from 1.4.Werner Koch2009-04-011-1/+1
* New gpg-agent command to list key information.Werner Koch2009-03-061-34/+96
* New PIN Callback attributes in gpg-agent.Werner Koch2009-03-051-1/+1
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-0/+2
* Add more passphrase policy rules.Werner Koch2007-08-281-8/+107
* Fixed creation of private keys under W32.Werner Koch2007-08-221-2/+6
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
* New command GETEVENTCOUNTER.Werner Koch2006-11-141-1/+1
* FixesWerner Koch2006-10-191-1/+26
* Take advantage of newer gpg-error features.Werner Koch2006-09-141-9/+9
* Updated FSF's address.Werner Koch2006-06-201-1/+2
* * findkey.c (agent_public_key_from_file): Fixed array assignment.Werner Koch2005-07-251-1/+1
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-161-2/+2
* New debugging optionhs, updates to the manual.Werner Koch2005-06-071-11/+13
* * call-scd.c (inq_needpin): Skip leading spaces in of PINWerner Koch2005-05-241-1/+1
* * findkey.c (modify_description): Keep invalid % escapes, so thatWerner Koch2005-02-251-4/+11