Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 'g10/gpg2 --encrypt --debug 15 -r ecdsa -a -o _e.asc _' and 'g10/gpg2 ↵ | Andrey Jivsov | 2011-01-11 | 6 | -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 Koch | 2011-01-10 | 3 | -2/+11 |
| | |||||
* | Milestone: Data signing/verification and key signing/verification work with ↵ | Andrey Jivsov | 2011-01-06 | 2 | -2/+2 |
| | | | | ECDSA. | ||||
* | Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 . | Andrey Jivsov | 2011-01-06 | 34 | -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 Jivsov | 2011-01-06 | 1 | -1/+1 |
| | | | | with -O0. | ||||
* | Support the gnuk token pinpad code. | Werner Koch | 2011-01-05 | 2 | -1/+7 |
| | |||||
* | Rename README.SVN also in Makefile | Werner Koch | 2011-01-03 | 2 | -3/+8 |
| | |||||
* | Adjust maintainer instructions | Werner Koch | 2011-01-03 | 1 | -8/+3 |
| | |||||
* | Changed repository instructions | Werner Koch | 2011-01-03 | 1 | -5/+5 |
| | |||||
* | Increase start timeout | Werner Koch | 2010-12-17 | 2 | -24/+30 |
| | |||||
* | 2010-12-17 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2010-12-17 | 2 | -0/+6 |
| | | | | | * homedir.c (gnupg_cachedir): Create /temp subdirectories. | ||||
* | Tweaks for gpgconf. | Werner Koch | 2010-12-14 | 9 | -19/+103 |
| | | | | | Fixed dirmngr bug 1010. | ||||
* | Change --dameon home directory to /gnupg under Wince | Werner Koch | 2010-12-14 | 3 | -1/+9 |
| | |||||
* | typo fix | Werner Koch | 2010-12-10 | 1 | -1/+1 |
| | |||||
* | Change last change. Does now work. | Werner Koch | 2010-12-09 | 2 | -4/+19 |
| | |||||
* | Change dirmngr timer under W32CE. | Werner Koch | 2010-12-09 | 4 | -4/+35 |
| | | | | | Fix trustdb open problem under W32CE. | ||||
* | Change timer tick interval under Wince | Werner Koch | 2010-12-02 | 2 | -11/+16 |
| | |||||
* | s/AES/AES128/ in diagnostics and --list-config | Werner Koch | 2010-12-02 | 12 | -8/+51 |
| | |||||
* | Describe new log facilities. | Werner Koch | 2010-12-02 | 3 | -1/+14 |
| | |||||
* | Add logging to GPG2: [W32CE]. | Werner Koch | 2010-12-02 | 2 | -3/+47 |
| | |||||
* | Remove recently added debug output | Werner Koch | 2010-12-02 | 1 | -20/+1 |
| | |||||
* | Init cache encryption on the fly. | Werner Koch | 2010-11-29 | 3 | -24/+84 |
| | | | | | add some debug code | ||||
* | Remove superfluous parameter. | Werner Koch | 2010-11-26 | 13 | -89/+81 |
| | | | | | Make self-check interval larger | ||||
* | Fix two fuzzies | Werner Koch | 2010-11-23 | 1 | -501/+508 |
| | |||||
* | Change stack size for Wince. | Werner Koch | 2010-11-23 | 18 | -86/+167 |
| | | | | | | Allow for a longer agent atartup under wince. Print gpg output via estream. | ||||
* | 2010-11-17 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2010-11-17 | 2 | -3/+4 |
| | | | | | | * gogconf.c: Revert accidental debug output commit. | ||||
* | Smartcard related updates | Werner Koch | 2010-11-17 | 14 | -309/+275 |
| | |||||
* | Update FAQ | Werner Koch | 2010-11-16 | 1 | -11/+35 |
| | |||||
* | Fix bug where scdaemon kills a non-daemon gpg-agent. | Werner Koch | 2010-11-11 | 5 | -8/+25 |
| | |||||
* | Add patches for EncFs | Werner Koch | 2010-11-10 | 2 | -0/+542 |
| | |||||
* | A merged changes | Werner Koch | 2010-11-08 | 2 | -1/+6 |
| | |||||
* | * pkclist.c (select_algo_from_prefs): Make sure the scores can't | David Shaw | 2010-10-29 | 2 | -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-photos | David Shaw | 2010-10-29 | 2 | -5/+12 |
| | | | | | | doesn't work with --with-colons. --personal-digest-preferences does not have a default any longer. | ||||
* | Better support unsigned time_t | Werner Koch | 2010-10-27 | 8 | -26/+85 |
| | |||||
* | Honor TMPDIR. | Werner Koch | 2010-10-27 | 8 | -10/+51 |
| | |||||
* | Update scripts etc.gnupg-2.1.0beta1gnupg-2.1-base | Werner Koch | 2010-10-26 | 11 | -209/+366 |
| | |||||
* | Re-implemented GPG's --passwd command and improved it. | Werner Koch | 2010-10-26 | 18 | -569/+694 |
| | |||||
* | Remove cruft. | Werner Koch | 2010-10-21 | 6 | -34/+28 |
| | | | | | Make --gen-revoke work | ||||
* | Fix last commit | Werner Koch | 2010-10-21 | 1 | -0/+2 |
| | |||||
* | Translate dirmngr strings | Werner Koch | 2010-10-21 | 6 | -112/+1706 |
| | |||||
* | Enable i18n for W32. | Werner Koch | 2010-10-20 | 5 | -1/+12 |
| | |||||
* | Make public key data structure easier to read. | Werner Koch | 2010-10-20 | 18 | -134/+222 |
| | | | | | Check vor v1 card while signing. | ||||
* | Install the mo files on W32 platforms | Werner Koch | 2010-10-18 | 3 | -2/+82 |
| | |||||
* | Re-enabled german translation | Werner Koch | 2010-10-18 | 7 | -2041/+2140 |
| | |||||
* | replace some sprintf by bin2hex. | Werner Koch | 2010-10-18 | 2 | -17/+15 |
| | |||||
* | doc fix | Werner Koch | 2010-10-18 | 2 | -1/+6 |
| | |||||
* | Fix a signing problem with the card | Werner Koch | 2010-10-18 | 8 | -60/+62 |
| | |||||
* | Tweaks to make make distcheck work. | Werner Koch | 2010-10-15 | 4 | -4/+14 |
| | |||||
* | Remove debug options | Werner Koch | 2010-10-14 | 1 | -3/+1 |
| | |||||
* | All tests work are again working | Werner Koch | 2010-10-14 | 38 | -146/+508 |
| |