summaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed gpg-agent SCD inquire command cancellation.Ben Kibbey2011-07-272-0/+18
* Fix crash while reading unsupported ssh keys.Werner Koch2011-07-222-12/+11
* Allow listing of ssh fingerprint with the agent's KEYINFO command.Werner Koch2011-07-202-8/+32
* Support a confirm flag for ssh.Werner Koch2011-07-204-57/+206
* Added gpg-agent OPTION "s2k-count".Ben Kibbey2011-06-298-15/+41
* Fix size_t vs int issues.Marcus Brinkmann2011-06-012-1/+6
* Add fixme note regarding pth_killWerner Koch2011-04-291-0/+1
* Fixed regression in OpenPGP secret key export.Werner Koch2011-04-264-2/+43
* Add OPTION:cache-ttl-opt-preset to gpg-agent.Werner Koch2011-04-215-7/+25
* Fix gpg-agent secure memory leak in OpenPGP private key import.Marcus Brinkmann2011-04-202-0/+8
* Another PASSWD --preset fix.Ben Kibbey2011-04-182-1/+5
* Fixed PASSWD --preset.Ben Kibbey2011-04-132-7/+11
* Use macros for the 120 and 900s cache TTLs.Werner Koch2011-04-124-12/+23
* Added PASSWD --preset.Ben Kibbey2011-04-122-2/+15
* Added GENKEY --preset to add the passphrase of the generated key to the cache.Ben Kibbey2011-04-124-4/+24
* Added KEYINFO field to show the protection type of a key. This differs from t...Ben Kibbey2011-04-122-10/+25
* Make use of gcry_kdf_derive.Werner Koch2011-03-102-63/+10
* Require libgcrypt 1.5Werner Koch2011-03-082-7/+4
* Added option --inquire to PRESET_PASSPHRASE. Note that the inquired passphras...Ben Kibbey2011-03-042-4/+30
* New agent option pinentry-mode.Werner Koch2011-03-035-2/+83
* Fix usage of SHA-2 algorithm with OpenPGP cards.Werner Koch2011-03-024-6/+34
* Add comment to last patch.Werner Koch2011-03-022-14/+23
* Added option --data to KEYINFO to return the result with a data response.Ben Kibbey2011-03-021-12/+27
* Let KEYINFO show the cached status of a key grip.Ben Kibbey2011-03-021-1/+11
* Rename Ben's new option.Werner Koch2011-03-022-7/+11
* Added CLEAR_PASSPHRASE option --agent to search the cache for a cacheid with ...Ben Kibbey2011-03-021-3/+10
* Fix ECDSA 521 bit signing.Werner Koch2011-02-072-1/+7
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-0421-531/+511
* Finished ECC integration.Werner Koch2011-02-032-83/+98
* Sample ECC keys and message do now work.Werner Koch2011-02-022-91/+96
* Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous v...Werner Koch2011-01-312-3/+4
* Reworked the ECC changes to better fit into the Libgcrypt API.Werner Koch2011-01-312-2/+8
* Merge branch 'master' into ECC-INTEGRATION-2-1Werner Koch2011-01-242-3/+10
|\
| * Fixed a CR/LF problem on WindowsWerner Koch2011-01-192-3/+10
* | Make most of the selftests work.Werner Koch2011-01-212-15/+20
* | Editorial changes and allow building with old libgcrypts.Werner Koch2011-01-214-43/+31
* | Fixed key generation with P-521. Confirmed that signature generation and veri...Andrey Jivsov2011-01-134-14/+25
* | Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-063-16/+83
|/
* Change timer tick interval under WinceWerner Koch2010-12-022-11/+16
* s/AES/AES128/ in diagnostics and --list-configWerner Koch2010-12-021-1/+1
* Remove recently added debug outputWerner Koch2010-12-021-20/+1
* Init cache encryption on the fly.Werner Koch2010-11-293-24/+84
* Remove superfluous parameter.Werner Koch2010-11-262-3/+15
* Change stack size for Wince.Werner Koch2010-11-232-1/+5
* Fix bug where scdaemon kills a non-daemon gpg-agent.Werner Koch2010-11-114-8/+22
* Honor TMPDIR.Werner Koch2010-10-272-3/+15
* Re-implemented GPG's --passwd command and improved it.Werner Koch2010-10-266-26/+184
* Re-enabled german translationWerner Koch2010-10-182-2/+5
* Fix a signing problem with the cardWerner Koch2010-10-182-4/+15
* All tests work are again workingWerner Koch2010-10-144-8/+25