aboutsummaryrefslogtreecommitdiffstats
path: root/agent/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-03Finished ECC integration.ECC-INTEGRATION-2-1Werner Koch1-0/+16
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 Koch1-47/+54
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 Koch1-1/+2
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 Koch1-0/+5
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 Koch1-0/+2
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 Koch1-0/+4
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 Koch1-0/+4
2010-12-02Change timer tick interval under WinceWerner Koch1-0/+5
2010-11-29Init cache encryption on the fly.Werner Koch1-0/+7
add some debug code
2010-11-26Remove superfluous parameter.Werner Koch1-0/+4
Make self-check interval larger
2010-11-23Change stack size for Wince.Werner Koch1-0/+4
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 Koch1-0/+6
2010-10-27Honor TMPDIR.Werner Koch1-0/+4
2010-10-26Re-implemented GPG's --passwd command and improved it.Werner Koch1-0/+17
2010-10-18Re-enabled german translationWerner Koch1-0/+3
2010-10-18Fix a signing problem with the cardWerner Koch1-0/+5
2010-10-14All tests work are again workingWerner Koch1-0/+5
2010-10-13More agent support for gpg.Werner Koch1-0/+21
2010-10-06Import fixes.Werner Koch1-0/+4
new otion for watchgnupg
2010-10-05Don't set SSH_AGENTPID_INFO.Werner Koch1-0/+5
Doc fixes. Allow TCP and local sockets in watchgnupg.
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-0/+44
A couple of forward ported changes. Doc updates.
2010-09-02Obscure the cached passphrases.Werner Koch1-0/+18
2010-09-01Even less prompts for a new key now.Werner Koch1-0/+1
2010-09-01s/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/.Werner Koch1-3/+6
Prepare for more use cases of the cache nonce.
2010-09-01Use passphrase caching for import and genkey.Werner Koch1-0/+13
2010-08-31Import OpenPGP keys into the agent.Werner Koch1-0/+15
2010-08-26.Werner Koch1-1/+11
2010-08-18Fix regression in logging.Werner Koch1-0/+4
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 Koch1-0/+3
Add new dirmngr commands. Minor other fixes.
2010-08-11Pass on comments from SCD.Werner Koch1-0/+6
2010-08-09Support logging via TCPWerner Koch1-0/+5
2010-06-24Fix a regression from 2010-06-09.Werner Koch1-0/+5
2010-06-21Remove cruft.Werner Koch1-1/+7
2010-06-21Implement export of pkcs#12 objects using a direct agent connection.Werner Koch1-1/+7
2010-06-17Avoid using the protect-tool to import pkcs#12.Werner Koch1-0/+26
2010-06-07Add unfinished gpgtar.Werner Koch1-0/+5
Collected changes and ports of bug fixes from stable.
2010-05-11Update tests.Werner Koch1-0/+9
2010-05-03auto start the agent if --use-standard-socket is in use.Werner Koch1-0/+9
2010-04-26Ignore a stale agent socket.Werner Koch1-0/+4
2010-04-21More changes on the way to remove secring.gpg.Werner Koch1-0/+10
2010-04-14Remove dependency to simple-pwquery.Werner Koch1-0/+1
2010-04-14./autogen.sh --build-w32ce does now succeed.Werner Koch1-0/+3
2010-04-14Whole lot of changes to support CE.Werner Koch1-0/+37
2010-03-11Use a custom log handler for libassuan.Werner Koch1-0/+9
2010-03-10Merged jnlib into common.Werner Koch1-0/+6
2010-02-17Provide default strings for the pinentry.Werner Koch1-0/+5
2010-01-26Fixed a regression introduced with 2.0.14.Werner Koch1-0/+5
2010-01-08Add dummu option --passwd for gpg.Werner Koch1-0/+4
Collected changes.
2009-12-14Implement dynamic S2K count computation.Werner Koch1-0/+9
2009-12-08Unification of the search descriptor usage.Werner Koch1-0/+4