Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix dirmngr crash (bug#1300) | Werner Koch | 2011-02-23 | 2 | -1/+9 |
| | |||||
* | Add ECC import regression tests and fixed a regression. | Werner Koch | 2011-02-10 | 2 | -1/+80 |
| | | | | | | The import test imports the keys as needed and because they are passphrase protected we now need a pinentry script to convey the passphrase to gpg-agent. | ||||
* | Add framework to print keyserver engine information | Werner Koch | 2011-02-09 | 10 | -5/+179 |
| | |||||
* | Support key fetching using HTTP. | Werner Koch | 2011-02-09 | 6 | -8/+164 |
| | | | | | | A simple test case is: gpg2 --fetch-key http://werner.eifelkommune.de/mykey.asc | ||||
* | Add finger support to dirmngr. | Werner Koch | 2011-02-08 | 7 | -2/+186 |
| | | | | | | | | | | | | | The basic network code from http.c is used for finger. This keeps the network related code at one place and we are able to use the somewhat matured code form http.c. Unfortunately I had to enhance the http code for more robustness and probably introduced new bugs. Test this code using gpg --fetch-key finger:wk@g10code.com (I might be the last user of finger ;-) | ||||
* | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 2011-02-04 | 26 | -509/+499 |
| | | | | | | | | We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again. | ||||
* | Fix test for gcry_pk_get_curve. | Werner Koch | 2011-02-03 | 2 | -1/+5 |
| | | | | | Add a compatibility fixes for the non-curve case. Remove -lber from the dirmngr link line. | ||||
* | Merge branch 'ECC-INTEGRATION-2-1'ecc-integration-done | Werner Koch | 2011-02-03 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'master' into ECC-INTEGRATION-2-1 | Werner Koch | 2011-01-24 | 10 | -39/+1150 |
| |\ | |||||
| * | | Editorial changes and allow building with old libgcrypts. | Werner Koch | 2011-01-21 | 1 | -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 <wk@g10code.com> * configure.ac: Need Libgcrypt 1.4.6 due to AESWRAP. (HAVE_GCRY_PK_ECDH): Add new test. [agent/] 2011-01-21 Werner Koch <wk@g10code.com> * cvt-openpgp.c (GCRY_PK_ECDH) [!HAVE_GCRY_PK_ECDH]: New. [include/] 2011-01-21 Werner Koch <wk@g10code.com> * 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 Jivsov | 2011-01-06 | 1 | -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. | ||||
* | | | Fix setting of default homedir for Wince | Werner Koch | 2011-01-25 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | Accidentally used == for assignment. Not a problem in our test environment because we use /gnupg as home directory anyway. | ||||
* | | | Make dirmngr more battery friendly. | Werner Koch | 2011-01-25 | 3 | -113/+199 |
| |/ |/| | | | | | | | | | | | Similar to gpg-agent, dirmngr's wait timeouts are now synced to the full second. Increased ldap helper thread timeout to 2 seconds. Nuked some white spaces. | ||||
* | | Merge branch 'master' into keyserver-via-dirmngr | Werner Koch | 2011-01-20 | 2 | -29/+33 |
|\ \ | |||||
| * | | Use estream for dirmngr's --gpgconf-list. | Werner Koch | 2011-01-19 | 2 | -29/+33 |
| |/ | | | | | | | Change insalled name of gpg2 for Wince. | ||||
* | | All standard keyserver commands are now using dirmngr. | Werner Koch | 2011-01-20 | 6 | -16/+291 |
| | | |||||
* | | Keyserver search and get basically works again. | Werner Koch | 2011-01-18 | 5 | -83/+335 |
| | | |||||
* | | Initial code checking for backup - not yet working. | Werner Koch | 2011-01-10 | 9 | -10/+590 |
|/ | |||||
* | Tweaks for gpgconf. | Werner Koch | 2010-12-14 | 4 | -15/+43 |
| | | | | | Fixed dirmngr bug 1010. | ||||
* | Change --dameon home directory to /gnupg under Wince | Werner Koch | 2010-12-14 | 3 | -1/+9 |
| | |||||
* | Change dirmngr timer under W32CE. | Werner Koch | 2010-12-09 | 2 | -4/+12 |
| | | | | | Fix trustdb open problem under W32CE. | ||||
* | Change stack size for Wince. | Werner Koch | 2010-11-23 | 2 | -2/+9 |
| | | | | | | Allow for a longer agent atartup under wince. Print gpg output via estream. | ||||
* | Fix last commit | Werner Koch | 2010-10-21 | 1 | -0/+2 |
| | |||||
* | Translate dirmngr strings | Werner Koch | 2010-10-21 | 3 | -6/+11 |
| | |||||
* | Fix a signing problem with the card | Werner Koch | 2010-10-18 | 1 | -1/+13 |
| | |||||
* | Tweaks to make make distcheck work. | Werner Koch | 2010-10-15 | 2 | -0/+6 |
| | |||||
* | Fix a build_sources problem | Werner Koch | 2010-10-05 | 2 | -158/+5 |
| | |||||
* | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 2010-10-01 | 2 | -1/+5 |
| | | | | | | A couple of forward ported changes. Doc updates. | ||||
* | Auto-start dirmngr. | Werner Koch | 2010-08-16 | 1 | -2/+6 |
| | |||||
* | Minor Makefile fixes to let it build on all platforms | Werner Koch | 2010-08-13 | 2 | -1/+3 |
| | |||||
* | Fixed LDAP access on CE | Werner Koch | 2010-08-13 | 3 | -30/+247 |
| | |||||
* | Fix last change | Werner Koch | 2010-08-12 | 1 | -2/+2 |
| | |||||
* | Fix dirmngr problems on CE. | Werner Koch | 2010-08-12 | 5 | -12/+109 |
| | | | | | | Add new dirmngr commands. Minor other fixes. | ||||
* | More work on the dirmngr. It now builds for W32 and W32CE and quick | Werner Koch | 2010-08-06 | 9 | -62/+217 |
| | | | | | tests show that it works on W32. | ||||
* | Typo fix | Werner Koch | 2010-08-05 | 1 | -1/+1 |
| | |||||
* | Fix regressions on POSIX | Werner Koch | 2010-08-03 | 2 | -3/+8 |
| | | | | | | | | -This line, and those below, will be ignored-- M dirmngr/dirmngr_ldap.c M dirmngr/ChangeLog | ||||
* | Add code for a threaded LDAP access to replace the wrapper process. | Werner Koch | 2010-08-02 | 4 | -240/+386 |
| | | | | | Currently used for W32 and W32CE. | ||||
* | Fixed couple of build problems. However the W32 version is currently | Werner Koch | 2010-07-26 | 2 | -9/+11 |
| | | | | | under work. | ||||
* | Some work on the dirmngr | Werner Koch | 2010-07-26 | 6 | -98/+164 |
| | |||||
* | Add new set_binary feature to estream | Werner Koch | 2010-07-24 | 2 | -7/+11 |
| | |||||
* | Some work on the dirmngr | Werner Koch | 2010-07-23 | 10 | -697/+1144 |
| | |||||
* | Some work on porting dirmngr (unfinished) | Werner Koch | 2010-07-16 | 18 | -2610/+270 |
| | | | | | Ported gpgtar to W32. | ||||
* | Make it build on W32 again. | Werner Koch | 2010-06-28 | 4 | -36/+16 |
| | |||||
* | Avoid using the protect-tool to import pkcs#12. | Werner Koch | 2010-06-17 | 1 | -0/+2 |
| | |||||
* | Merged Dirmngr with GnuPG. | Werner Koch | 2010-06-09 | 35 | -0/+21922 |
A few code changes to support dirmngr. |