Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Post-release version number update | Werner Koch | 2011-12-20 | 1 | -2/+2 |
| | |||||
* | Prepare for the beta3 release. | Werner Koch | 2011-12-20 | 1 | -2/+2 |
| | |||||
* | Require Libassuan 2.0.3 | Werner Koch | 2011-12-20 | 1 | -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. | ||||
* | Remove check for gcry_kdf_derive | Werner Koch | 2011-09-27 | 1 | -24/+9 |
| | | | | | This is not anymore required because we require Libgcrypt 1.5.0 which features this function. | ||||
* | Fix autoconf warnings and update config.* files. | Werner Koch | 2011-08-10 | 1 | -14/+14 |
| | |||||
* | Require libgpg-error 1.10 | Werner Koch | 2011-05-20 | 1 | -1/+1 |
| | | | | | This allows to remove some error code substitutes. Fixed a typo in gpg.text. | ||||
* | Make use of gcry_kdf_derive. | Werner Koch | 2011-03-10 | 1 | -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. | ||||
* | Post beta release updates | Werner Koch | 2011-03-08 | 1 | -2/+2 |
| | |||||
* | Prepare for 1.5.0beta2gnupg-2.1.0beta2 | Werner Koch | 2011-03-08 | 1 | -2/+2 |
| | |||||
* | Require libgcrypt 1.5 | Werner Koch | 2011-03-08 | 1 | -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. | ||||
* | Update some M4 files and AUTHORS. | Werner Koch | 2011-03-01 | 1 | -1/+1 |
| | |||||
* | Fix test for gcry_pk_get_curve. | Werner Koch | 2011-02-03 | 1 | -32/+35 |
| | | | | | Add a compatibility fixes for the non-curve case. Remove -lber from the dirmngr link line. | ||||
* | Update copyright year | Werner Koch | 2011-02-03 | 1 | -2/+2 |
| | | | | Nuked some trailing spaces. | ||||
* | Sample ECC keys and message do now work. | Werner Koch | 2011-02-02 | 1 | -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. | ||||
* | Fix ECDH configure test | Werner Koch | 2011-01-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into ECC-INTEGRATION-2-1 | Werner Koch | 2011-01-24 | 1 | -3/+23 |
|\ | |||||
| * | Remove keyserver/ from the build system. | Werner Koch | 2011-01-20 | 1 | -3/+5 |
| | | |||||
| * | Use estream for dirmngr's --gpgconf-list. | Werner Koch | 2011-01-19 | 1 | -0/+18 |
| | | | | | | | | Change insalled name of gpg2 for Wince. | ||||
* | | Editorial changes and allow building with old libgcrypts. | Werner Koch | 2011-01-21 | 1 | -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. | ||||
* | | Milestone: Data signing/verification and key signing/verification work with ↵ | Andrey Jivsov | 2011-01-06 | 1 | -1/+1 |
| | | | | | | | | ECDSA. | ||||
* | | Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 . | Andrey Jivsov | 2011-01-06 | 1 | -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. | ||||
* | | Make sure that --disable-optimization works in its attempt to replace -Ox ↵ | Andrey Jivsov | 2011-01-06 | 1 | -1/+1 |
|/ | | | | with -O0. | ||||
* | Tweaks for gpgconf. | Werner Koch | 2010-12-14 | 1 | -1/+26 |
| | | | | | Fixed dirmngr bug 1010. | ||||
* | Smartcard related updates | Werner Koch | 2010-11-17 | 1 | -1/+1 |
| | |||||
* | Better support unsigned time_t | Werner Koch | 2010-10-27 | 1 | -0/+2 |
| | |||||
* | Honor TMPDIR. | Werner Koch | 2010-10-27 | 1 | -2/+2 |
| | |||||
* | Update scripts etc.gnupg-2.1.0beta1gnupg-2.1-base | Werner Koch | 2010-10-26 | 1 | -2/+2 |
| | |||||
* | New configure optionh --enable-dirmngr-auto-start. | Werner Koch | 2010-10-08 | 1 | -0/+18 |
| | | | | | autogen.sh enables this for CE. | ||||
* | Import fixes. | Werner Koch | 2010-10-06 | 1 | -3/+3 |
| | | | | | new otion for watchgnupg | ||||
* | [w32ce] Do not print the faulty timezone info | Werner Koch | 2010-10-04 | 1 | -1/+0 |
| | | | | | Switch FAQ sources to org-mode | ||||
* | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 2010-10-01 | 1 | -1/+1 |
| | | | | | | A couple of forward ported changes. Doc updates. | ||||
* | Prepare for gpg-error change | Werner Koch | 2010-08-19 | 1 | -0/+3 |
| | |||||
* | Print a note about wldap32 | Werner Koch | 2010-08-10 | 1 | -1/+9 |
| | |||||
* | Support logging via TCP | Werner Koch | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | Add code for a threaded LDAP access to replace the wrapper process. | Werner Koch | 2010-08-02 | 1 | -2/+6 |
| | | | | | Currently used for W32 and W32CE. | ||||
* | Some work on the dirmngr | Werner Koch | 2010-07-26 | 1 | -0/+7 |
| | |||||
* | Implement export of pkcs#12 objects using a direct agent connection. | Werner Koch | 2010-06-21 | 1 | -1/+1 |
| | |||||
* | Merged Dirmngr with GnuPG. | Werner Koch | 2010-06-09 | 1 | -16/+56 |
| | | | | | A few code changes to support dirmngr. | ||||
* | Add unfinished gpgtar. | Werner Koch | 2010-06-07 | 1 | -2/+5 |
| | | | | | Collected changes and ports of bug fixes from stable. | ||||
* | Auto starting the agent does now work on CE. | Werner Koch | 2010-05-04 | 1 | -1/+2 |
| | |||||
* | auto start the agent if --use-standard-socket is in use. | Werner Koch | 2010-05-03 | 1 | -5/+30 |
| | |||||
* | Disable card support for now | Werner Koch | 2010-04-21 | 1 | -1/+1 |
| | |||||
* | ./autogen.sh --build-w32ce does now succeed. | Werner Koch | 2010-04-14 | 1 | -14/+30 |
| | |||||
* | More changes for CE. gpgsm does now build and run a keylisting. | Werner Koch | 2010-03-24 | 1 | -19/+41 |
| | |||||
* | More chnages to use estream. Add a way to replace the standard | Werner Koch | 2010-03-22 | 1 | -1/+1 |
| | | | | | descriptors. | ||||
* | Finished the bulk of changes to use estream in most places instead of | Werner Koch | 2010-03-15 | 1 | -1/+4 |
| | | | | | stdio. | ||||
* | Merged jnlib into common. | Werner Koch | 2010-03-10 | 1 | -7/+3 |
| | |||||
* | Fix for latest libgpg-error. | Werner Koch | 2010-03-09 | 1 | -8/+26 |
| | |||||
* | First steps towards the W32CE port | Werner Koch | 2010-03-02 | 1 | -2/+2 |
| | |||||
* | First batch of changes to support W32CE. | Werner Koch | 2010-02-26 | 1 | -3/+8 |
| | | | | | Note that jnlib/w32-reg.c is not yet ready. |