summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix test for gcry_pk_get_curve.Werner Koch2011-02-036-36/+48
* Add a DECRYPTION_INFO status.Werner Koch2011-02-035-63/+81
* Relax mailbox name checking. Fixes bug#1315.Werner Koch2011-02-032-41/+43
* Extend algo selection menu.Werner Koch2011-02-033-42/+75
* Update copyright yearWerner Koch2011-02-036-107/+114
* Merge branch 'ECC-INTEGRATION-2-1'ecc-integration-doneWerner Koch2011-02-0351-3034/+3137
|\
| * Finished ECC integration.Werner Koch2011-02-0311-293/+337
| * Compute the fingerprint for ECDH only on demand.Werner Koch2011-02-024-79/+90
| * Sample ECC keys and message do now work.Werner Koch2011-02-0219-355/+691
| * Move OpenPGP OID helpers to common/.Werner Koch2011-01-3110-242/+393
| * Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous v...Werner Koch2011-01-319-147/+119
| * Reworked the ECC changes to better fit into the Libgcrypt API.Werner Koch2011-01-3112-358/+621
| * Update gitignoreWerner Koch2011-01-262-2088/+9
| * Update gitignore to the one used in tye 2.0 branch.Werner Koch2011-01-261-1/+122
| * Update gitignore and add attributes to po/Werner Koch2011-01-262-0/+9
| * Function name cleanupsWerner Koch2011-01-267-141/+142
| * Started with some code cleanups in ECDH.Werner Koch2011-01-255-136/+158
| * More ECDH code cleanupsWerner Koch2011-01-254-101/+72
| * Editorial cleanups of keygen.cWerner Koch2011-01-256-254/+163
| * Fix another stupid bug ECDH detection bugWerner Koch2011-01-241-1/+1
| * Fix ECDH configure testWerner Koch2011-01-242-6/+1
| * Merge branch 'master' into ECC-INTEGRATION-2-1Werner Koch2011-01-2449-1629/+3536
| |\
| * | Fix regression introduced by "editing only change".Werner Koch2011-01-241-1/+1
| * | Truncate the DSA hash; fixes regression.Werner Koch2011-01-213-7/+8
| * | Make most of the selftests work.Werner Koch2011-01-216-35/+29
| * | Editorial changes and allow building with old libgcrypts.Werner Koch2011-01-2129-765/+875
| * | Add ignore fileWerner Koch2011-01-151-0/+12
| * | Fixed key generation with P-521. Confirmed that signature generation and veri...Andrey Jivsov2011-01-135-16/+27
| * | 'g10/gpg2 --encrypt --debug 15 -r ecdsa -a -o _e.asc _' and 'g10/gpg2 --deb...Andrey Jivsov2011-01-116-131/+73
| * | Fix bug #1311.Werner Koch2011-01-103-2/+11
| * | Milestone: Data signing/verification and key signing/verification work with E...Andrey Jivsov2011-01-072-2/+2
| * | Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-0634-176/+1497
| * | Make sure that --disable-optimization works in its attempt to replace -Ox wit...Andrey Jivsov2011-01-061-1/+1
* | | Add gitattributesWerner Koch2011-01-261-0/+7
* | | Fixed problem with unplugging card readers.Werner Koch2011-01-253-1/+19
* | | Detect non operational readers.Werner Koch2011-01-255-10/+52
* | | Fix setting of default homedir for WinceWerner Koch2011-01-252-1/+3
* | | Make dirmngr more battery friendly.Werner Koch2011-01-254-124/+199
| |/ |/|
* | 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
| * | Fix computation of NEWSIZE in es_func_mem_write.Werner Koch2011-01-182-1/+5
| * | 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