aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-12Use macros for the 120 and 900s cache TTLs.Werner Koch4-12/+23
2011-04-12Added PASSWD --preset.Ben Kibbey2-2/+15
2011-04-12Added GENKEY --preset to add the passphrase of the generated key to the cache.Ben Kibbey4-4/+24
2011-04-12Added KEYINFO field to show the protection type of a key. This differs from t...Ben Kibbey2-10/+25
2011-03-10Make use of gcry_kdf_derive.Werner Koch2-63/+10
2011-03-08Require libgcrypt 1.5Werner Koch2-7/+4
2011-03-04Added option --inquire to PRESET_PASSPHRASE. Note that the inquired passphras...Ben Kibbey2-4/+30
2011-03-03New agent option pinentry-mode.Werner Koch5-2/+83
2011-03-02Fix usage of SHA-2 algorithm with OpenPGP cards.Werner Koch4-6/+34
2011-03-02Add comment to last patch.Werner Koch2-14/+23
2011-03-02Added option --data to KEYINFO to return the result with a data response.Ben Kibbey1-12/+27
2011-03-02Let KEYINFO show the cached status of a key grip.Ben Kibbey1-1/+11
2011-03-02Rename Ben's new option.Werner Koch2-7/+11
2011-03-02Added CLEAR_PASSPHRASE option --agent to search the cache for a cacheid with ...Ben Kibbey1-3/+10
2011-02-07Fix ECDSA 521 bit signing.Werner Koch2-1/+7
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch21-531/+511
2011-02-03Finished ECC integration.ECC-INTEGRATION-2-1Werner Koch2-83/+98
2011-02-02Sample ECC keys and message do now work.Werner Koch2-91/+96
2011-01-31Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous v...Werner Koch2-3/+4
2011-01-31Reworked the ECC changes to better fit into the Libgcrypt API.Werner Koch2-2/+8
2011-01-21Make most of the selftests work.Werner Koch2-15/+20
2011-01-21Editorial changes and allow building with old libgcrypts.Werner Koch4-43/+31
2011-01-19Fixed a CR/LF problem on WindowsWerner Koch2-3/+10
2011-01-13Fixed key generation with P-521. Confirmed that signature generation and veri...Andrey Jivsov4-14/+25
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov3-16/+83
2010-12-02Change timer tick interval under WinceWerner Koch2-11/+16
2010-12-02s/AES/AES128/ in diagnostics and --list-configWerner Koch1-1/+1
2010-12-02Remove recently added debug outputWerner Koch1-20/+1
2010-11-29Init cache encryption on the fly.Werner Koch3-24/+84
2010-11-26Remove superfluous parameter.Werner Koch2-3/+15
2010-11-23Change stack size for Wince.Werner Koch2-1/+5
2010-11-11Fix bug where scdaemon kills a non-daemon gpg-agent.Werner Koch4-8/+22
2010-10-27Honor TMPDIR.Werner Koch2-3/+15
2010-10-26Re-implemented GPG's --passwd command and improved it.Werner Koch6-26/+184
2010-10-18Re-enabled german translationWerner Koch2-2/+5
2010-10-18Fix a signing problem with the cardWerner Koch2-4/+15
2010-10-14All tests work are again workingWerner Koch4-8/+25
2010-10-14Some tweaks to the agent startup.Werner Koch1-22/+24
2010-10-13More agent support for gpg.Werner Koch13-56/+83
2010-10-06Import fixes.Werner Koch2-0/+5
2010-10-05Don't set SSH_AGENTPID_INFO.Werner Koch2-22/+6
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch16-94/+705
2010-09-13Fix standard directories for Wince.Werner Koch1-1/+1
2010-09-02Obscure the cached passphrases.Werner Koch8-160/+207
2010-09-01Even less prompts for a new key now.Werner Koch2-2/+23
2010-09-01s/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/.Werner Koch10-33/+55
2010-09-01Use passphrase caching for import and genkey.Werner Koch8-32/+152
2010-08-31Import OpenPGP keys into the agent.Werner Koch10-27/+992
2010-08-26.Werner Koch5-13/+20
2010-08-18Fix regression in logging.Werner Koch2-35/+41