aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix regression in gpg's mail address parsing.Werner Koch2011-04-253-3/+14
| | | | | | Since 2009-12-08 gpg was not able to find email addresses indicated by a leading '<'. This happened when I merged the user id classification code of gpgsm and gpg.
* Add code for explicit selection of pooled A records.Werner Koch2011-04-123-0/+16
| | | | | | | | | | | To better cope with round robin pooled A records like keys.gnupg.net we need to keep some information on unresponsive hosts etc. What we do now is to resolve the hostnames, remember them and select a random one. If a host is dead it will be marked and a different one selected. This is intended to solve the problem of long timeouts due to unresponsive hosts. The code is not yet finished but selection works.
* Simplify the management of the stream list in estream.cWerner Koch2011-03-032-66/+83
|
* Add new functions to convert iso time strings.Werner Koch2011-03-016-24/+253
|
* Fix ChnageLog entries.Werner Koch2011-02-151-0/+5
|
* fixed --list-keys on Linux64 bitAndrey Jivsov2011-02-121-2/+3
|
* Add finger support to dirmngr.Werner Koch2011-02-084-74/+331
| | | | | | | | | | | | | 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:[email protected] (I might be the last user of finger ;-)
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-0485-1050/+998
| | | | | | | | 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.
* Add a DECRYPTION_INFO status.Werner Koch2011-02-032-5/+8
| | | | | | | DECRYPTION_INFO <mdc_method> <sym_algo> Print information about the symmetric encryption algorithm and the MDC method. This will be emitted even if the decryption fails.
* Update copyright yearWerner Koch2011-02-032-62/+66
| | | | Nuked some trailing spaces.
* Finished ECC integration.ECC-INTEGRATION-2-1Werner Koch2011-02-032-10/+7
| | | | | | | | | | | | Wrote the ChangeLog 2011-01-13 entry for Andrey's orginal work modulo the cleanups I did in the last week. Adjusted my own ChangeLog entries to be consistent with that entry. Nuked quite some trailing spaces; again sorry for that, I will better take care of not saving them in the future. "git diff -b" is useful to read the actual changes ;-). The ECC-INTEGRATION-2-1 branch can be closed now.
* Sample ECC keys and message do now work.Werner Koch2011-02-021-9/+15
| | | | | | | | 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.
* Move OpenPGP OID helpers to common/.Werner Koch2011-01-316-36/+390
| | | | | | | This is needed so that the agent will be able to export and import OpenPGP secret keys. Add test case. Removed unused function.
* Fix ECDH configure testWerner Koch2011-01-241-5/+0
|
* Merge branch 'master' into ECC-INTEGRATION-2-1Werner Koch2011-01-2413-59/+392
|\
| * Fix for bug#1313. de.po update.Werner Koch2011-01-202-9/+29
| |
| * Merge branch 'master' into keyserver-via-dirmngrWerner Koch2011-01-203-5/+11
| |\
| | * 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
|