aboutsummaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finished ECC integration.ECC-INTEGRATION-2-1Werner Koch2011-02-032-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.
* Sample ECC keys and message do now work.Werner Koch2011-02-022-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.
* Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous ↵Werner Koch2011-01-312-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 .
* Reworked the ECC changes to better fit into the Libgcrypt API.Werner Koch2011-01-312-2/+8
| | | | | See ChangeLog for details. Key generation, signing and verification works. Encryption does not yet work. Requires latest Libgcrypt changes.
* 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
| | | | | | | | | | Note that there is still a problem with tests/openpgp/sigs.test while using the option --digest-algo SHA256.
* | Editorial changes and allow building with old libgcrypts.Werner Koch2011-01-214-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.
* | Fixed key generation with P-521. Confirmed that signature generation and ↵Andrey Jivsov2011-01-134-14/+25
| | | | | | | | verification work.
* | Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-063-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.
* 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
| | | | | add some debug code
* Remove superfluous parameter.Werner Koch2010-11-262-3/+15
| | | | | Make self-check interval larger
* Change stack size for Wince.Werner Koch2010-11-232-1/+5
| | | | | | Allow for a longer agent atartup under wince. Print gpg output via estream.
* 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
|
* Some tweaks to the agent startup.Werner Koch2010-10-141-22/+24
|
* More agent support for gpg.Werner Koch2010-10-1313-56/+83
|
* Import fixes.Werner Koch2010-10-062-0/+5
| | | | | new otion for watchgnupg
* Don't set SSH_AGENTPID_INFO.Werner Koch2010-10-052-22/+6
| | | | | | Doc fixes. Allow TCP and local sockets in watchgnupg.
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-0116-94/+705
| | | | | | A couple of forward ported changes. Doc updates.
* Fix standard directories for Wince.Werner Koch2010-09-131-1/+1
| | | | | Typo fix.
* Obscure the cached passphrases.Werner Koch2010-09-028-160/+207
|
* Even less prompts for a new key now.Werner Koch2010-09-012-2/+23
|
* s/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/.Werner Koch2010-09-0110-33/+55
| | | | | Prepare for more use cases of the cache nonce.
* Use passphrase caching for import and genkey.Werner Koch2010-09-018-32/+152
|
* Import OpenPGP keys into the agent.Werner Koch2010-08-3110-27/+992
|
* .Werner Koch2010-08-265-13/+20
|
* Fix regression in logging.Werner Koch2010-08-182-35/+41
| | | | | | Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream.
* Fix dirmngr problems on CE.Werner Koch2010-08-122-0/+10
| | | | | | Add new dirmngr commands. Minor other fixes.
* Pass on comments from SCD.Werner Koch2010-08-112-0/+19
|
* Support logging via TCPWerner Koch2010-08-092-2/+7
|
* Fix a regression from 2010-06-09.Werner Koch2010-06-242-1/+6
|
* Remove cruft.Werner Koch2010-06-212-452/+7
|
* Implement export of pkcs#12 objects using a direct agent connection.Werner Koch2010-06-213-102/+113
|
* Avoid using the protect-tool to import pkcs#12.Werner Koch2010-06-1711-2578/+354
|
* Merged Dirmngr with GnuPG.Werner Koch2010-06-091-1/+2
| | | | | A few code changes to support dirmngr.
* Add unfinished gpgtar.Werner Koch2010-06-072-2/+11
| | | | | Collected changes and ports of bug fixes from stable.
* Update tests.Werner Koch2010-05-114-24/+59
|
* Auto starting the agent does now work on CE.Werner Koch2010-05-041-5/+7
|
* auto start the agent if --use-standard-socket is in use.Werner Koch2010-05-032-4/+19
|
* Ignore a stale agent socket.Werner Koch2010-04-262-1/+13
|
* More changes on the way to remove secring.gpg.Werner Koch2010-04-215-50/+228
|
* Remove dependency to simple-pwquery.Werner Koch2010-04-142-0/+5
|