aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Use estream for dirmngr's --gpgconf-list.Werner Koch2011-01-192-2/+7
| | | | | | | | | | | | Change insalled name of gpg2 for Wince.
| | * Fix computation of NEWSIZE in es_func_mem_write.Werner Koch2011-01-182-1/+5
| | | | | | | | | | | | The function used to fail and return EINVAL when enlarging the buffer.
| | * Fix bug #1311.Werner Koch2011-01-102-2/+8
| | |
| * | All standard keyserver commands are now using dirmngr.Werner Koch2011-01-206-22/+90
| | |
| * | estream support for iobuf and new memuf functions.Werner Koch2011-01-185-5/+189
| | |
| * | Fix es_fopenmem and es_mopen bug.Werner Koch2011-01-181-1/+1
| | |
| * | Initial code checking for backup - not yet working.Werner Koch2011-01-105-24/+80
| |/
* | Editorial changes and allow building with old libgcrypts.Werner Koch2011-01-211-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Fix bug #1311.Werner Koch2011-01-102-2/+8
| |
* | Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-062-0/+28
|/ | | | | | | | | | 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.
* Increase start timeoutWerner Koch2010-12-172-24/+30
|
* 2010-12-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-12-172-0/+6
| | | | | * homedir.c (gnupg_cachedir): Create /temp subdirectories.
* s/AES/AES128/ in diagnostics and --list-configWerner Koch2010-12-024-3/+26
|
* Add logging to GPG2: [W32CE].Werner Koch2010-12-022-3/+47
|
* Remove superfluous parameter.Werner Koch2010-11-262-8/+15
| | | | | Make self-check interval larger
* Change stack size for Wince.Werner Koch2010-11-232-12/+36
| | | | | | Allow for a longer agent atartup under wince. Print gpg output via estream.
* A merged changesWerner Koch2010-11-082-1/+6
|
* Better support unsigned time_tWerner Koch2010-10-272-17/+35
|
* Re-implemented GPG's --passwd command and improved it.Werner Koch2010-10-263-4/+9
|
* Enable i18n for W32.Werner Koch2010-10-202-0/+5
|
* Re-enabled german translationWerner Koch2010-10-181-4/+4
|
* Some tweaks to the agent startup.Werner Koch2010-10-142-8/+24
|
* More agent support for gpg.Werner Koch2010-10-133-0/+85
|
* New configure optionh --enable-dirmngr-auto-start.Werner Koch2010-10-081-1/+9
| | | | | autogen.sh enables this for CE.
* [w32ce] Do not print the faulty timezone infoWerner Koch2010-10-042-26/+35
| | | | | Switch FAQ sources to org-mode
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-016-1/+28
| | | | | | A couple of forward ported changes. Doc updates.
* Fix standard directories for Wince.Werner Koch2010-09-132-39/+37
| | | | | Typo fix.
* Obscure the cached passphrases.Werner Koch2010-09-022-0/+8
|
* 2010-09-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-09-012-1/+5
| | | | | | | * estream.c (_es_set_std_fd): Disable debug output.
* Fix for W32.Werner Koch2010-08-261-0/+2
|
* .Werner Koch2010-08-262-67/+155
|
* gpgconf does now work for Wince.Werner Koch2010-08-236-193/+321
|
* Reworked the posix and w32 exechelpers.Werner Koch2010-08-207-166/+776
|
* Fix regression in logging.Werner Koch2010-08-185-25/+78
| | | | | | Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream.
* Auto-start dirmngr.Werner Koch2010-08-163-25/+177
|
* Minor Makefile fixes to let it build on all platformsWerner Koch2010-08-132-4/+9
|
* Fix dirmngr problems on CE.Werner Koch2010-08-122-2/+6
| | | | | | Add new dirmngr commands. Minor other fixes.
* Support logging via TCPWerner Koch2010-08-092-35/+188
|
* More work on the dirmngr. It now builds for W32 and W32CE and quickWerner Koch2010-08-064-91/+132
| | | | | tests show that it works on W32.
* Simplified http.c.Werner Koch2010-08-054-247/+87
|
* Add code for a threaded LDAP access to replace the wrapper process.Werner Koch2010-08-022-1/+26
| | | | | Currently used for W32 and W32CE.
* Fixed couple of build problems. However the W32 version is currentlyWerner Koch2010-07-261-6/+6
| | | | | under work.
* Some work on the dirmngrWerner Koch2010-07-262-1/+5
|
* Add new set_binary feature to estreamWerner Koch2010-07-243-0/+41
|
* Some work on the dirmngrWerner Koch2010-07-232-1/+5
|
* Some work on porting dirmngr (unfinished)Werner Koch2010-07-166-119/+261
| | | | | Ported gpgtar to W32.
* Fix a regression from 2010-06-09.Werner Koch2010-06-242-4/+10
|
* Implement export of pkcs#12 objects using a direct agent connection.Werner Koch2010-06-213-4/+19
|
* Avoid using the protect-tool to import pkcs#12.Werner Koch2010-06-174-2/+42
|
* common/Marcus Brinkmann2010-06-102-2/+9
| | | | | | | | | | | | | 2010-06-11 Marcus Brinkmann <[email protected]> * sysutils.c (translate_sys2libc_fd): Revert last change. (translate_sys2libc_fd_int): Revert last change. sm/ 2010-06-11 Marcus Brinkmann <[email protected]> * server.c (cmd_message) [HAVE_W32CE_SYSTEM]: Finish pipe.