aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fixed key generation with P-521. Confirmed that signature generation and ↵Andrey Jivsov2011-01-135-16/+27
| | | | | | | | | | | | verification work.
| * | 'g10/gpg2 --encrypt --debug 15 -r ecdsa -a -o _e.asc _' and 'g10/gpg2 ↵Andrey Jivsov2011-01-116-131/+73
| | | | | | | | | | | | | | | | | | | | | | | | --debug 15 _e.asc', as well as decoding of an old message posted on https://sites.google.com/site/brainhub/pgpecckeys work. This is the milestone 2 that brings in ECDH support from http://code.google.com/p/gnupg-ecc/source/detail?r=15 . This corresponds to the commit 899386826c85f1e757e75bcc5d5b2159d05676a0 in libgcrypt
| * | Fix bug #1311.Werner Koch2011-01-103-2/+11
| | |
| * | Milestone: Data signing/verification and key signing/verification work with ↵Andrey Jivsov2011-01-062-2/+2
| | | | | | | | | | | | ECDSA.
| * | Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-0634-176/+1497
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Jivsov2011-01-061-1/+1
| | | | | | | | | | | | with -O0.
* | | Add gitattributesWerner Koch2011-01-261-0/+7
| | |
* | | Fixed problem with unplugging card readers.Werner Koch2011-01-253-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From Grant Olsons's mail to gnupg-devel@: This is three-quarters NIIBE and one-quarter me, but I though it would be easier to have a single complete patch that applies to STABLE-BRANCH-2-0 than two patches floating around. This is basically NIIBE Yatuka's patch here: http://lists.gnupg.org/pipermail/gnupg-devel/2010-November/025828.html Plus another check that closes down the reader explicitly if we get a SW_HOST_NO_READER error, so that an unplugged reader doesn't hold onto the first slot, preventing us from getting to the active plugged reader.
* | | Detect non operational readers.Werner Koch2011-01-255-10/+52
| | | | | | | | | | | | Backport from 2.0.
* | | Fix setting of default homedir for WinceWerner Koch2011-01-252-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 Koch2011-01-254-124/+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.
* | Remove keyserver/ from the build system.Werner Koch2011-01-203-6/+12
| |
* | Fix for bug#1313. de.po update.Werner Koch2011-01-205-253/+260
| |
* | Merge branch 'master' into keyserver-via-dirmngrWerner Koch2011-01-2014-43/+97
|\ \
| * | Fixed a CR/LF problem on WindowsWerner Koch2011-01-192-3/+10
| | |
| * | Use estream for dirmngr's --gpgconf-list.Werner Koch2011-01-197-33/+67
| | | | | | | | | | | | 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.
| * | ifset parts which are not in GnuPG 2.0Werner Koch2011-01-133-4/+13
| | |
| * | Add ignore fileWerner Koch2011-01-101-0/+12
| | |
| * | Fix bug #1311.Werner Koch2011-01-103-2/+11
| |/
* | All standard keyserver commands are now using dirmngr.Werner Koch2011-01-2020-734/+688
| |
* | Keyserver search and get basically works again.Werner Koch2011-01-1814-814/+1506
| |
* | 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
| |
* | Ignore more filesWerner Koch2011-01-101-0/+4
| |
* | Initial code checking for backup - not yet working.Werner Koch2011-01-1025-93/+1115
|/
* Support the gnuk token pinpad code.Werner Koch2011-01-052-1/+7
|
* Rename README.SVN also in MakefileWerner Koch2011-01-032-3/+8
|
* Adjust maintainer instructionsWerner Koch2011-01-031-8/+3
|
* Changed repository instructionsWerner Koch2011-01-031-5/+5
|
* 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.
* Tweaks for gpgconf.Werner Koch2010-12-149-19/+103
| | | | | Fixed dirmngr bug 1010.
* Change --dameon home directory to /gnupg under WinceWerner Koch2010-12-143-1/+9
|
* typo fixWerner Koch2010-12-101-1/+1
|
* Change last change. Does now work.Werner Koch2010-12-092-4/+19
|
* Change dirmngr timer under W32CE.Werner Koch2010-12-094-4/+35
| | | | | Fix trustdb open problem under W32CE.
* Change timer tick interval under WinceWerner Koch2010-12-022-11/+16
|
* s/AES/AES128/ in diagnostics and --list-configWerner Koch2010-12-0212-8/+51
|
* Describe new log facilities.Werner Koch2010-12-023-1/+14
|
* Add logging to GPG2: [W32CE].Werner Koch2010-12-022-3/+47
|
* Remove recently added debug outputWerner Koch2010-12-021-20/+1
|
* Init cache encryption on the fly.Werner Koch2010-11-293-24/+84
| | | | | add some debug code
* Remove superfluous parameter.Werner Koch2010-11-2613-89/+81
| | | | | Make self-check interval larger
* Fix two fuzziesWerner Koch2010-11-231-501/+508
|
* Change stack size for Wince.Werner Koch2010-11-2318-86/+167
| | | | | | Allow for a longer agent atartup under wince. Print gpg output via estream.
* 2010-11-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-11-172-3/+4
| | | | | | * gogconf.c: Revert accidental debug output commit.
* Smartcard related updatesWerner Koch2010-11-1714-309/+275
|
* Update FAQWerner Koch2010-11-161-11/+35
|
* Fix bug where scdaemon kills a non-daemon gpg-agent.Werner Koch2010-11-115-8/+25
|