aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-03-08Require libgcrypt 1.5Werner Koch2-7/+4
Without Libgcrypt 1.5 is was not possible to use ECC keys. ECC is major new feature and thus it does not make sense to allow building with an older Libgcrypt without supporting ECC. Also fixed a few missing prototypes.
2011-03-04Added option --inquire to PRESET_PASSPHRASE. Note that the inquired ↵Ben Kibbey2-4/+30
passphrase will be truncated to the first encountered null byte.
2011-03-03New agent option pinentry-mode.Werner Koch5-2/+83
This provides the framework and implements the ask, cancel and error. loopback will be implemented later.
2011-03-02Fix usage of SHA-2 algorithm with OpenPGP cards.Werner Koch4-6/+34
This was a regression in 2.1 introduced due to having the agent do the signing in contrast to the old "SCD PKSIGN" command which accesses the scdaemon directly and passed the hash algorithm. The hash algorithm is used by app-openpgp.c only for a sanity check.
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
a mode of CACHE_MODE_NORMAL. These cache modes are created with PKDECRYPT.
2011-02-07Fix ECDSA 521 bit signing.Werner Koch2-1/+7
This fix also allows the creation and use of an 521 bit ECDH key which used to fail while creating the binding signature.
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch21-531/+511
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
2011-02-03Finished ECC integration.ECC-INTEGRATION-2-1Werner Koch2-83/+98
Wrote the ChangeLog 2011-01-13 entry for Andrey's orginal work modulo the cleanups I did in the last week. Adjusted my own ChangeLog entries to be consistent with that entry. Nuked quite some trailing spaces; again sorry for that, I will better take care of not saving them in the future. "git diff -b" is useful to read the actual changes ;-). The ECC-INTEGRATION-2-1 branch can be closed now.
2011-02-02Sample ECC keys and message do now work.Werner Koch2-91/+96
Import and export of secret keys does now work. Encryption has been fixed to be compatible with the sample messages. This version tests for new Libgcrypt function and thus needs to be build with a new Libgcrypt installed.
2011-01-31Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous ↵Werner Koch2-3/+4
version. Quite some changes were needed but in the end we have less code than before. Instead of trying to do everything with MPIs and pass them back and forth between Libgcrypt and GnuPG, we know use the S-expression based interface and make heavy use of our opaque MPI feature. Encryption, decryption, signing and verification work with self-generared keys. Import and export does not yet work; thus it was not possible to check the test keys at https://sites.google.com/site/brainhub/pgpecckeys .
2011-01-31Reworked the ECC changes to better fit into the Libgcrypt API.Werner Koch2-2/+8
See ChangeLog for details. Key generation, signing and verification works. Encryption does not yet work. Requires latest Libgcrypt changes.
2011-01-21Make most of the selftests work.Werner Koch2-15/+20
Note that there is still a problem with tests/openpgp/sigs.test while using the option --digest-algo SHA256.
2011-01-21Editorial changes and allow building with old libgcrypts.Werner Koch4-43/+31
Changed order of some conditional to make to put the special case into the true branch. Indentation changes. Minor other changes to make the ECC code more similar to the rest of our code. It builds but many sefltests still fail. Need to fix that before using it with an ECDH enabled libgcrypt. [/] 2011-01-21 Werner Koch <[email protected]> * configure.ac: Need Libgcrypt 1.4.6 due to AESWRAP. (HAVE_GCRY_PK_ECDH): Add new test. [agent/] 2011-01-21 Werner Koch <[email protected]> * cvt-openpgp.c (GCRY_PK_ECDH) [!HAVE_GCRY_PK_ECDH]: New. [include/] 2011-01-21 Werner Koch <[email protected]> * cipher.h (GCRY_PK_USAGE_CERT): Remove compatibility macros because we now require libgcrypt 1.4.6. (GCRY_PK_ECDH): Add replacement.
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 ↵Andrey Jivsov4-14/+25
verification work.
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov3-16/+83
The following works: gpg2 --gen-key (ECC) gpg2 --list-keys gpg2 --list-packets ~/.gnupg/pubring.gpg gpg2 --list-packets <private key from http://sites.google.com/site/brainhub/pgpecckeys> ECDH doesn't work yet as the code must be re-written to adjust for gpg-agent refactoring.
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
add some debug code
2010-11-26Remove superfluous parameter.Werner Koch2-3/+15
Make self-check interval larger
2010-11-23Change stack size for Wince.Werner Koch2-1/+5
Allow for a longer agent atartup under wince. Print gpg output via estream.
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
new otion for watchgnupg
2010-10-05Don't set SSH_AGENTPID_INFO.Werner Koch2-22/+6
Doc fixes. Allow TCP and local sockets in watchgnupg.
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch16-94/+705
A couple of forward ported changes. Doc updates.
2010-09-13Fix standard directories for Wince.Werner Koch1-1/+1
Typo fix.
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
Prepare for more use cases of the cache nonce.
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
Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream.
2010-08-12Fix dirmngr problems on CE.Werner Koch2-0/+10
Add new dirmngr commands. Minor other fixes.
2010-08-11Pass on comments from SCD.Werner Koch2-0/+19
2010-08-09Support logging via TCPWerner Koch2-2/+7
2010-06-24Fix a regression from 2010-06-09.Werner Koch2-1/+6
2010-06-21Remove cruft.Werner Koch2-452/+7