aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into ECC-INTEGRATION-2-1Werner Koch2011-01-241-1/+2
|\
| * Initial code checking for backup - not yet working.Werner Koch2011-01-101-1/+2
| |
* | Editorial changes and allow building with old libgcrypts.Werner Koch2011-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-061-1/+1
|/ | | | | | | | | | 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 stack size for Wince.Werner Koch2010-11-231-2/+4
| | | | | | Allow for a longer agent atartup under wince. Print gpg output via estream.
* Tweaks to make make distcheck work.Werner Koch2010-10-151-0/+2
|
* Fix a build_sources problemWerner Koch2010-10-051-4/+5
|
* Minor Makefile fixes to let it build on all platformsWerner Koch2010-08-131-1/+1
|
* Add code for a threaded LDAP access to replace the wrapper process.Werner Koch2010-08-021-6/+10
| | | | | Currently used for W32 and W32CE.
* Some work on the dirmngrWerner Koch2010-07-261-1/+12
|
* Some work on the dirmngrWerner Koch2010-07-231-1/+1
|
* Some work on porting dirmngr (unfinished)Werner Koch2010-07-161-2/+2
| | | | | Ported gpgtar to W32.
* Make it build on W32 again.Werner Koch2010-06-281-3/+3
|
* Merged Dirmngr with GnuPG.Werner Koch2010-06-091-0/+65
A few code changes to support dirmngr.