aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-20Post-release version number updateWerner Koch1-2/+2
2011-12-20Prepare for the beta3 release.Werner Koch1-2/+2
2011-12-20Require Libassuan 2.0.3Werner Koch1-1/+1
* configure.ac: Require Libassuan 2.0.3. * agent/call-scd.c (ASSUAN_CONVEY_COMMENTS): Remove macro replacement. * agent/command.c (cmd_killagent) [ASSUAN_FORCE_CLOSE]: Remove dependency. (cmd_killagent) [ASSUAN_FORCE_CLOSE]: Ditto. * scd/command.c (cmd_killscd) [ASSUAN_FORCE_CLOSE]: Ditto.
2011-10-13Amend last commit.Marcus Brinkmann1-1/+1
2011-10-13Initial port to Npth.Marcus Brinkmann1-27/+22
2011-09-27Remove check for gcry_kdf_deriveWerner Koch1-24/+9
This is not anymore required because we require Libgcrypt 1.5.0 which features this function.
2011-08-10Fix autoconf warnings and update config.* files.Werner Koch1-14/+14
2011-05-20Require libgpg-error 1.10Werner Koch1-1/+1
This allows to remove some error code substitutes. Fixed a typo in gpg.text.
2011-03-10Make use of gcry_kdf_derive.Werner Koch1-0/+25
Factoring common code out is always a Good Thing. Also added a configure test to print an error if gcry_kdf_derive is missing in Libgcrypt.
2011-03-08Post beta release updatesWerner Koch1-2/+2
2011-03-08Prepare for 1.5.0beta2gnupg-2.1.0beta2Werner Koch1-2/+2
2011-03-08Require libgcrypt 1.5Werner Koch1-37/+3
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-01Update some M4 files and AUTHORS.Werner Koch1-1/+1
2011-02-03Fix test for gcry_pk_get_curve.Werner Koch1-32/+35
Add a compatibility fixes for the non-curve case. Remove -lber from the dirmngr link line.
2011-02-03Update copyright yearWerner Koch1-2/+2
Nuked some trailing spaces.
2011-02-02Sample ECC keys and message do now work.Werner Koch1-0/+16
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-24Fix ECDH configure testWerner Koch1-1/+1
2011-01-21Editorial changes and allow building with old libgcrypts.Werner Koch1-2/+16
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-20Remove keyserver/ from the build system.Werner Koch1-3/+5
2011-01-19Use estream for dirmngr's --gpgconf-list.Werner Koch1-0/+18
Change insalled name of gpg2 for Wince.
2011-01-06Milestone: Data signing/verification and key signing/verification work with ↵Andrey Jivsov1-1/+1
ECDSA.
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov1-3/+3
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.
2011-01-06Make sure that --disable-optimization works in its attempt to replace -Ox ↵Andrey Jivsov1-1/+1
with -O0.
2010-12-14Tweaks for gpgconf.Werner Koch1-1/+26
Fixed dirmngr bug 1010.
2010-11-17Smartcard related updatesWerner Koch1-1/+1
2010-10-27Better support unsigned time_tWerner Koch1-0/+2
2010-10-27Honor TMPDIR.Werner Koch1-2/+2
2010-10-26Update scripts etc.gnupg-2.1.0beta1gnupg-2.1-baseWerner Koch1-2/+2
2010-10-08New configure optionh --enable-dirmngr-auto-start.Werner Koch1-0/+18
autogen.sh enables this for CE.
2010-10-06Import fixes.Werner Koch1-3/+3
new otion for watchgnupg
2010-10-04[w32ce] Do not print the faulty timezone infoWerner Koch1-1/+0
Switch FAQ sources to org-mode
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-1/+1
A couple of forward ported changes. Doc updates.
2010-08-19Prepare for gpg-error changeWerner Koch1-0/+3
2010-08-10Print a note about wldap32Werner Koch1-1/+9
2010-08-09Support logging via TCPWerner Koch1-1/+1
2010-08-02Add code for a threaded LDAP access to replace the wrapper process.Werner Koch1-2/+6
Currently used for W32 and W32CE.
2010-07-26Some work on the dirmngrWerner Koch1-0/+7
2010-06-21Implement export of pkcs#12 objects using a direct agent connection.Werner Koch1-1/+1
2010-06-09Merged Dirmngr with GnuPG.Werner Koch1-16/+56
A few code changes to support dirmngr.
2010-06-07Add unfinished gpgtar.Werner Koch1-2/+5
Collected changes and ports of bug fixes from stable.
2010-05-04Auto starting the agent does now work on CE.Werner Koch1-1/+2
2010-05-03auto start the agent if --use-standard-socket is in use.Werner Koch1-5/+30
2010-04-21Disable card support for nowWerner Koch1-1/+1
2010-04-14./autogen.sh --build-w32ce does now succeed.Werner Koch1-14/+30
2010-03-24More changes for CE. gpgsm does now build and run a keylisting.Werner Koch1-19/+41
2010-03-22More chnages to use estream. Add a way to replace the standardWerner Koch1-1/+1
descriptors.
2010-03-15Finished the bulk of changes to use estream in most places instead ofWerner Koch1-1/+4
stdio.
2010-03-10Merged jnlib into common.Werner Koch1-7/+3
2010-03-09Fix for latest libgpg-error.Werner Koch1-8/+26
2010-03-02First steps towards the W32CE portWerner Koch1-2/+2