Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update gitignore to the one used in tye 2.0 branch. | Werner Koch | 2011-01-26 | 1 | -1/+122 |
| | |||||
* | Update gitignore and add attributes to po/ | Werner Koch | 2011-01-26 | 2 | -0/+9 |
| | |||||
* | Function name cleanups | Werner Koch | 2011-01-26 | 7 | -141/+142 |
| | | | | Also nuked some trailing spaces. | ||||
* | Started with some code cleanups in ECDH. | Werner Koch | 2011-01-25 | 5 | -136/+158 |
| | | | | | | The goal is to have the ECDH code more uniform with the other algorithms. Also make error messages and variable names more similar to other places. | ||||
* | More ECDH code cleanups | Werner Koch | 2011-01-25 | 4 | -101/+72 |
| | |||||
* | Editorial cleanups of keygen.c | Werner Koch | 2011-01-25 | 6 | -254/+163 |
| | | | | | Also fixed a regression introduced by me in pubkey_enc.c. Added extra checks. Removed unused code. | ||||
* | Fix another stupid bug ECDH detection bug | Werner Koch | 2011-01-24 | 1 | -1/+1 |
| | | | | | Again reported by Johan van Selst. Let's see whether this one is okay. | ||||
* | Fix ECDH configure test | Werner Koch | 2011-01-24 | 2 | -6/+1 |
| | |||||
* | Merge branch 'master' into ECC-INTEGRATION-2-1 | Werner Koch | 2011-01-24 | 49 | -1629/+3536 |
|\ | |||||
| * | Remove keyserver/ from the build system. | Werner Koch | 2011-01-20 | 3 | -6/+12 |
| | | |||||
| * | Fix for bug#1313. de.po update. | Werner Koch | 2011-01-20 | 5 | -253/+260 |
| | | |||||
| * | Merge branch 'master' into keyserver-via-dirmngr | Werner Koch | 2011-01-20 | 14 | -43/+97 |
| |\ | |||||
| | * | Fixed a CR/LF problem on Windows | Werner Koch | 2011-01-19 | 2 | -3/+10 |
| | | | |||||
| | * | Use estream for dirmngr's --gpgconf-list. | Werner Koch | 2011-01-19 | 7 | -33/+67 |
| | | | | | | | | | | | | Change insalled name of gpg2 for Wince. | ||||
| | * | Fix computation of NEWSIZE in es_func_mem_write. | Werner Koch | 2011-01-18 | 2 | -1/+5 |
| | | | | | | | | | | | | The function used to fail and return EINVAL when enlarging the buffer. | ||||
| | * | ifset parts which are not in GnuPG 2.0 | Werner Koch | 2011-01-13 | 3 | -4/+13 |
| | | | |||||
| | * | Add ignore file | Werner Koch | 2011-01-10 | 1 | -0/+12 |
| | | | |||||
| | * | Fix bug #1311. | Werner Koch | 2011-01-10 | 3 | -2/+11 |
| | | | |||||
| * | | All standard keyserver commands are now using dirmngr. | Werner Koch | 2011-01-20 | 20 | -734/+688 |
| | | | |||||
| * | | Keyserver search and get basically works again. | Werner Koch | 2011-01-18 | 14 | -814/+1506 |
| | | | |||||
| * | | estream support for iobuf and new memuf functions. | Werner Koch | 2011-01-18 | 5 | -5/+189 |
| | | | |||||
| * | | Fix es_fopenmem and es_mopen bug. | Werner Koch | 2011-01-18 | 1 | -1/+1 |
| | | | |||||
| * | | Ignore more files | Werner Koch | 2011-01-10 | 1 | -0/+4 |
| | | | |||||
| * | | Initial code checking for backup - not yet working. | Werner Koch | 2011-01-10 | 25 | -93/+1115 |
| |/ | |||||
* | | Fix regression introduced by "editing only change". | Werner Koch | 2011-01-24 | 1 | -1/+1 |
| | | | | | | | | Signing and verification using a new key works again. | ||||
* | | Truncate the DSA hash; fixes regression. | Werner Koch | 2011-01-21 | 3 | -7/+8 |
| | | | | | | | | Removed left over debug code. | ||||
* | | Make most of the selftests work. | Werner Koch | 2011-01-21 | 6 | -35/+29 |
| | | | | | | | | | | Note that there is still a problem with tests/openpgp/sigs.test while using the option --digest-algo SHA256. | ||||
* | | Editorial changes and allow building with old libgcrypts. | Werner Koch | 2011-01-21 | 29 | -765/+875 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Add ignore file | Werner Koch | 2011-01-15 | 1 | -0/+12 |
| | | |||||
* | | Fixed key generation with P-521. Confirmed that signature generation and ↵ | Andrey Jivsov | 2011-01-13 | 5 | -16/+27 |
| | | | | | | | | verification work. | ||||
* | | '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 |
| |