aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* '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.
* 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
|
* Add patches for EncFsWerner Koch2010-11-102-0/+542
|
* A merged changesWerner Koch2010-11-082-1/+6
|
* * pkclist.c (select_algo_from_prefs): Make sure the scores can'tDavid Shaw2010-10-292-17/+43
| | | | | | | | | | | | overflow when picking an algorithm (not a security issue since we can't pick something not present in all preference lists, but we might pick something that isn't scored first choice). * pkclist.c (select_algo_from_prefs): Slightly improve the handling of MD5 in preference lists. Instead of replacing MD5 with SHA-1, just remove MD5 from the list altogether, and let the next-highest ranked algorithm be chosen.
* * gpg.texi (GPG Configuration Options): Clarify that show-photosDavid Shaw2010-10-292-5/+12
| | | | | | doesn't work with --with-colons. --personal-digest-preferences does not have a default any longer.
* Better support unsigned time_tWerner Koch2010-10-278-26/+85
|
* Honor TMPDIR.Werner Koch2010-10-278-10/+51
|
* Update scripts etc.gnupg-2.1.0beta1gnupg-2.1-baseWerner Koch2010-10-2611-209/+366
|
* Re-implemented GPG's --passwd command and improved it.Werner Koch2010-10-2618-569/+694
|
* Remove cruft.Werner Koch2010-10-216-34/+28
| | | | | Make --gen-revoke work
* Fix last commitWerner Koch2010-10-211-0/+2
|
* Translate dirmngr stringsWerner Koch2010-10-216-112/+1706
|
* Enable i18n for W32.Werner Koch2010-10-205-1/+12
|
* Make public key data structure easier to read.Werner Koch2010-10-2018-134/+222
| | | | | Check vor v1 card while signing.
* Install the mo files on W32 platformsWerner Koch2010-10-183-2/+82
|
* Re-enabled german translationWerner Koch2010-10-187-2041/+2140
|
* replace some sprintf by bin2hex.Werner Koch2010-10-182-17/+15
|
* doc fixWerner Koch2010-10-182-1/+6
|
* Fix a signing problem with the cardWerner Koch2010-10-188-60/+62
|
* Tweaks to make make distcheck work.Werner Koch2010-10-154-4/+14
|
* Remove debug optionsWerner Koch2010-10-141-3/+1
|
* All tests work are again workingWerner Koch2010-10-1438-146/+508
|