aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-03Finished ECC integration.ECC-INTEGRATION-2-1Werner Koch1-39/+66
Wrote the ChangeLog 2011-01-13 entry for Andrey's orginal work modulo the cleanups I did in the last week. Adjusted my own ChangeLog entries to be consistent with that entry. Nuked quite some trailing spaces; again sorry for that, I will better take care of not saving them in the future. "git diff -b" is useful to read the actual changes ;-). The ECC-INTEGRATION-2-1 branch can be closed now.
2011-02-02Compute the fingerprint for ECDH only on demand.Werner Koch1-0/+6
This also fixes a failed assertion when using a v3 key where the fingerprint size is not 20.
2011-02-02Sample ECC keys and message do now work.Werner Koch1-0/+15
Import and export of secret keys does now work. Encryption has been fixed to be compatible with the sample messages. This version tests for new Libgcrypt function and thus needs to be build with a new Libgcrypt installed.
2011-01-31Move OpenPGP OID helpers to common/.Werner Koch1-0/+3
This is needed so that the agent will be able to export and import OpenPGP secret keys. Add test case. Removed unused function.
2011-01-31Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous ↵Werner Koch1-0/+7
version. Quite some changes were needed but in the end we have less code than before. Instead of trying to do everything with MPIs and pass them back and forth between Libgcrypt and GnuPG, we know use the S-expression based interface and make heavy use of our opaque MPI feature. Encryption, decryption, signing and verification work with self-generared keys. Import and export does not yet work; thus it was not possible to check the test keys at https://sites.google.com/site/brainhub/pgpecckeys .
2011-01-31Reworked the ECC changes to better fit into the Libgcrypt API.Werner Koch1-0/+34
See ChangeLog for details. Key generation, signing and verification works. Encryption does not yet work. Requires latest Libgcrypt changes.
2011-01-26Function name cleanupsWerner Koch1-0/+12
Also nuked some trailing spaces.
2011-01-25Started with some code cleanups in ECDH.Werner Koch1-0/+3
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.
2011-01-25More ECDH code cleanupsWerner Koch1-0/+6
2011-01-25Editorial cleanups of keygen.cWerner Koch1-0/+18
Also fixed a regression introduced by me in pubkey_enc.c. Added extra checks. Removed unused code.
2011-01-21Truncate the DSA hash; fixes regression.Werner Koch1-0/+2
Removed left over debug code.
2011-01-21Make most of the selftests work.Werner Koch1-0/+4
Note that there is still a problem with tests/openpgp/sigs.test while using the option --digest-algo SHA256.
2011-01-20All standard keyserver commands are now using dirmngr.Werner Koch1-7/+6
2011-01-18Keyserver search and get basically works again.Werner Koch1-0/+8
2011-01-10Initial code checking for backup - not yet working.Werner Koch1-0/+15
2010-12-09Change last change. Does now work.Werner Koch1-1/+1
2010-12-09Change dirmngr timer under W32CE.Werner Koch1-0/+6
Fix trustdb open problem under W32CE.
2010-12-02s/AES/AES128/ in diagnostics and --list-configWerner Koch1-0/+4
2010-11-23Change stack size for Wince.Werner Koch1-0/+10
Allow for a longer agent atartup under wince. Print gpg output via estream.
2010-11-17Smartcard related updatesWerner Koch1-0/+21
2010-10-29* pkclist.c (select_algo_from_prefs): Make sure the scores can'tDavid Shaw1-0/+12
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.
2010-10-27Better support unsigned time_tWerner Koch1-0/+7
2010-10-26Re-implemented GPG's --passwd command and improved it.Werner Koch1-0/+19
2010-10-21Remove cruft.Werner Koch1-0/+7
Make --gen-revoke work
2010-10-20Enable i18n for W32.Werner Koch1-0/+3
2010-10-20Make public key data structure easier to read.Werner Koch1-0/+25
Check vor v1 card while signing.
2010-10-18replace some sprintf by bin2hex.Werner Koch1-0/+3
2010-10-18Fix a signing problem with the cardWerner Koch1-0/+4
2010-10-14All tests work are again workingWerner Koch1-0/+9
2010-10-13More agent support for gpg.Werner Koch1-0/+30
2010-10-08Add new option --with-keygripWerner Koch1-0/+7
2010-10-06Import fixes.Werner Koch1-0/+5
new otion for watchgnupg
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-0/+64
A couple of forward ported changes. Doc updates.
2010-09-28* options.skel: Make the example for force-v3-sigs match reality (itDavid Shaw1-0/+5
has defaulted to off since 2007-10-25).
2010-09-13Fix standard directories for Wince.Werner Koch1-6/+1
Typo fix.
2010-09-06Removed more secret key related code.Werner Koch1-0/+50
It builds fine and passes some of the tests but there are quite some features which don't work yet.
2010-09-02Merge secret keys during importWerner Koch1-0/+5
2010-09-01Even less prompts for a new key now.Werner Koch1-0/+13
2010-09-01Use passphrase caching for import and genkey.Werner Koch1-0/+10
2010-08-31Import OpenPGP keys into the agent.Werner Koch1-0/+29
2010-08-18Fix regression in logging.Werner Koch1-0/+6
Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream.
2010-07-23Some work on the dirmngrWerner Koch1-0/+5
2010-06-17Avoid using the protect-tool to import pkcs#12.Werner Koch1-0/+5
2010-06-07use estream for status output.Werner Koch1-0/+4
2010-06-07Add unfinished gpgtar.Werner Koch1-0/+7
Collected changes and ports of bug fixes from stable.
2010-05-07Fix for bug 1223Werner Koch1-0/+8
2010-04-27Provide a useful pinentry prompt.Werner Koch1-0/+6
2010-04-26Fix preference setting in new keysWerner Koch1-0/+6
2010-04-23Decryption and signi via agent is now implemented.Werner Koch1-0/+30
2010-04-21More changes on the way to remove secring.gpg.Werner Koch1-0/+35