aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-01-21Editorial changes and allow building with old libgcrypts.Werner Koch1-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.
2011-01-10Initial code checking for backup - not yet working.Werner Koch1-1/+2
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov1-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.
2010-11-23Change stack size for Wince.Werner Koch1-2/+4
Allow for a longer agent atartup under wince. Print gpg output via estream.
2010-10-15Tweaks to make make distcheck work.Werner Koch1-0/+2
2010-10-05Fix a build_sources problemWerner Koch1-4/+5
2010-08-13Minor Makefile fixes to let it build on all platformsWerner Koch1-1/+1
2010-08-02Add code for a threaded LDAP access to replace the wrapper process.Werner Koch1-6/+10
Currently used for W32 and W32CE.
2010-07-26Some work on the dirmngrWerner Koch1-1/+12
2010-07-23Some work on the dirmngrWerner Koch1-1/+1
2010-07-16Some work on porting dirmngr (unfinished)Werner Koch1-2/+2
Ported gpgtar to W32.
2010-06-28Make it build on W32 again.Werner Koch1-3/+3
2010-06-09Merged Dirmngr with GnuPG.Werner Koch1-0/+65
A few code changes to support dirmngr.