aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-24Fix regression introduced by "editing only change".Werner Koch1-1/+1
2011-01-21Truncate the DSA hash; fixes regression.Werner Koch3-7/+8
2011-01-21Make most of the selftests work.Werner Koch3-19/+8
2011-01-21Editorial changes and allow building with old libgcrypts.Werner Koch17-706/+801
2011-01-20All standard keyserver commands are now using dirmngr.Werner Koch6-694/+300
2011-01-18Keyserver search and get basically works again.Werner Koch7-305/+749
2011-01-13Fixed key generation with P-521. Confirmed that signature generation and veri...Andrey Jivsov1-2/+2
2011-01-11'g10/gpg2 --encrypt --debug 15 -r ecdsa -a -o _e.asc _' and 'g10/gpg2 --deb...Andrey Jivsov6-131/+73
2011-01-10Initial code checking for backup - not yet working.Werner Koch9-58/+436
2011-01-06Milestone: Data signing/verification and key signing/verification work with E...Andrey Jivsov1-1/+1
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov23-153/+1370
2010-12-09Change last change. Does now work.Werner Koch2-4/+19
2010-12-09Change dirmngr timer under W32CE.Werner Koch2-0/+23
2010-12-02s/AES/AES128/ in diagnostics and --list-configWerner Koch2-1/+5
2010-11-23Change stack size for Wince.Werner Koch5-69/+96
2010-11-17Smartcard related updatesWerner Koch9-298/+237
2010-10-29* pkclist.c (select_algo_from_prefs): Make sure the scores can'tDavid Shaw2-17/+43
2010-10-27Better support unsigned time_tWerner Koch3-7/+17
2010-10-26Re-implemented GPG's --passwd command and improved it.Werner Koch7-221/+183
2010-10-21Remove cruft.Werner Koch6-34/+28
2010-10-20Enable i18n for W32.Werner Koch2-1/+4
2010-10-20Make public key data structure easier to read.Werner Koch18-134/+222
2010-10-18replace some sprintf by bin2hex.Werner Koch2-17/+15
2010-10-18Fix a signing problem with the cardWerner Koch2-53/+27
2010-10-14All tests work are again workingWerner Koch4-25/+60
2010-10-13More agent support for gpg.Werner Koch15-252/+308
2010-10-08Add new option --with-keygripWerner Koch4-5/+42
2010-10-06Import fixes.Werner Koch2-5/+20
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch32-412/+1105
2010-09-28* options.skel: Make the example for force-v3-sigs match reality (itDavid Shaw2-6/+12
2010-09-13Fix standard directories for Wince.Werner Koch1-6/+1
2010-09-06Removed more secret key related code.Werner Koch20-1992/+1353
2010-09-02Merge secret keys during importWerner Koch2-28/+23
2010-09-01Even less prompts for a new key now.Werner Koch11-51/+84
2010-09-01Use passphrase caching for import and genkey.Werner Koch5-26/+88
2010-08-31Import OpenPGP keys into the agent.Werner Koch12-254/+672
2010-08-18Fix regression in logging.Werner Koch2-81/+90
2010-07-23Some work on the dirmngrWerner Koch2-0/+8
2010-06-17Avoid using the protect-tool to import pkcs#12.Werner Koch2-4/+5
2010-06-07use estream for status output.Werner Koch2-122/+149
2010-06-07Add unfinished gpgtar.Werner Koch4-3/+21
2010-05-07Fix for bug 1223Werner Koch2-160/+235
2010-04-27Provide a useful pinentry prompt.Werner Koch5-5/+65
2010-04-26Fix preference setting in new keysWerner Koch4-5/+31
2010-04-23Decryption and signi via agent is now implemented.Werner Koch20-356/+407
2010-04-21Re-indent and changed return type.Werner Koch3-248/+279
2010-04-21More changes on the way to remove secring.gpg.Werner Koch19-870/+582
2010-04-20ReindentedWerner Koch1-3637/+3833
2010-04-20Generating an OpenPGP key cia gpg-agent basically works.Werner Koch23-1361/+1230
2010-04-14./autogen.sh --build-w32ce does now succeed.Werner Koch11-32/+92