aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Print the secret keyinfo stuff with --card-status again.Werner Koch2011-03-031-0/+4
|
* Minor code cleanups.Werner Koch2011-03-031-0/+5
| | | | | | | * keyid.c (hash_public_key): Remove shadowing NBITS. * misc.c (pubkey_nbits): Replace GCRY_PK_ by PUBKEY_ALGO_. (get_signature_count): Remove warning.
* Fix faulty gcc warningsWerner Koch2011-03-031-0/+5
|
* Fix usage of SHA-2 algorithm with OpenPGP cards.Werner Koch2011-03-021-0/+5
| | | | | | | This was a regression in 2.1 introduced due to having the agent do the signing in contrast to the old "SCD PKSIGN" command which accesses the scdaemon directly and passed the hash algorithm. The hash algorithm is used by app-openpgp.c only for a sanity check.
* Add ECC import regression tests and fixed a regression.Werner Koch2011-02-101-0/+5
| | | | | | The import test imports the keys as needed and because they are passphrase protected we now need a pinentry script to convey the passphrase to gpg-agent.
* Replace printf by es_printf in keyserver.cWerner Koch2011-02-091-0/+4
| | | | This is similar to the change in keylist.c and elsewhere.
* Add finger support to dirmngr.Werner Koch2011-02-081-0/+5
| | | | | | | | | | | | | The basic network code from http.c is used for finger. This keeps the network related code at one place and we are able to use the somewhat matured code form http.c. Unfortunately I had to enhance the http code for more robustness and probably introduced new bugs. Test this code using gpg --fetch-key finger:[email protected] (I might be the last user of finger ;-)
* Fix ECDSA 521 bit signing.Werner Koch2011-02-071-0/+6
| | | | | This fix also allows the creation and use of an 521 bit ECDH key which used to fail while creating the binding signature.
* Removed deprecated SIGEXPIRED status line.Werner Koch2011-02-041-0/+5
|
* Fix test for gcry_pk_get_curve.Werner Koch2011-02-031-0/+3
| | | | | Add a compatibility fixes for the non-curve case. Remove -lber from the dirmngr link line.
* Add a DECRYPTION_INFO status.Werner Koch2011-02-031-0/+3
| | | | | | | DECRYPTION_INFO <mdc_method> <sym_algo> Print information about the symmetric encryption algorithm and the MDC method. This will be emitted even if the decryption fails.
* Relax mailbox name checking. Fixes bug#1315.Werner Koch2011-02-031-0/+3
|
* Extend algo selection menu.Werner Koch2011-02-031-0/+8
| | | | | | | This allows to add an ECC key and to set the capabilities of an ECDSA key. Fix printing of the ECC algorithm when creating a signature.
* Finished ECC integration.ECC-INTEGRATION-2-1Werner Koch2011-02-031-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.
* Compute the fingerprint for ECDH only on demand.Werner Koch2011-02-021-0/+6
| | | | | This also fixes a failed assertion when using a v3 key where the fingerprint size is not 20.
* Sample ECC keys and message do now work.Werner Koch2011-02-021-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.
* Move OpenPGP OID helpers to common/.Werner Koch2011-01-311-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.
* Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous ↵Werner Koch2011-01-311-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 .
* Reworked the ECC changes to better fit into the Libgcrypt API.Werner Koch2011-01-311-0/+34
| | | | | See ChangeLog for details. Key generation, signing and verification works. Encryption does not yet work. Requires latest Libgcrypt changes.
* Function name cleanupsWerner Koch2011-01-261-0/+12
| | | | Also nuked some trailing spaces.
* Started with some code cleanups in ECDH.Werner Koch2011-01-251-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.
* More ECDH code cleanupsWerner Koch2011-01-251-0/+6
|
* Editorial cleanups of keygen.cWerner Koch2011-01-251-0/+18
| | | | | Also fixed a regression introduced by me in pubkey_enc.c. Added extra checks. Removed unused code.
* Merge branch 'master' into ECC-INTEGRATION-2-1Werner Koch2011-01-241-1/+23
|\
| * All standard keyserver commands are now using dirmngr.Werner Koch2011-01-201-7/+6
| |
| * Keyserver search and get basically works again.Werner Koch2011-01-181-0/+8
| |
| * Initial code checking for backup - not yet working.Werner Koch2011-01-101-0/+15
| |
* | Truncate the DSA hash; fixes regression.Werner Koch2011-01-211-0/+2
| | | | | | | | Removed left over debug code.
* | Make most of the selftests work.Werner Koch2011-01-211-0/+4
|/ | | | | Note that there is still a problem with tests/openpgp/sigs.test while using the option --digest-algo SHA256.
* Change last change. Does now work.Werner Koch2010-12-091-1/+1
|
* Change dirmngr timer under W32CE.Werner Koch2010-12-091-0/+6
| | | | | Fix trustdb open problem under W32CE.
* s/AES/AES128/ in diagnostics and --list-configWerner Koch2010-12-021-0/+4
|
* Change stack size for Wince.Werner Koch2010-11-231-0/+10
| | | | | | Allow for a longer agent atartup under wince. Print gpg output via estream.
* Smartcard related updatesWerner Koch2010-11-171-0/+21
|
* * pkclist.c (select_algo_from_prefs): Make sure the scores can'tDavid Shaw2010-10-291-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.
* Better support unsigned time_tWerner Koch2010-10-271-0/+7
|
* Re-implemented GPG's --passwd command and improved it.Werner Koch2010-10-261-0/+19
|
* Remove cruft.Werner Koch2010-10-211-0/+7
| | | | | Make --gen-revoke work
* Enable i18n for W32.Werner Koch2010-10-201-0/+3
|
* Make public key data structure easier to read.Werner Koch2010-10-201-0/+25
| | | | | Check vor v1 card while signing.
* replace some sprintf by bin2hex.Werner Koch2010-10-181-0/+3
|
* Fix a signing problem with the cardWerner Koch2010-10-181-0/+4
|
* All tests work are again workingWerner Koch2010-10-141-0/+9
|
* More agent support for gpg.Werner Koch2010-10-131-0/+30
|
* Add new option --with-keygripWerner Koch2010-10-081-0/+7
|
* Import fixes.Werner Koch2010-10-061-0/+5
| | | | | new otion for watchgnupg
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-0/+64
| | | | | | A couple of forward ported changes. Doc updates.
* * options.skel: Make the example for force-v3-sigs match reality (itDavid Shaw2010-09-281-0/+5
| | | | | has defaulted to off since 2007-10-25).
* Fix standard directories for Wince.Werner Koch2010-09-131-6/+1
| | | | | Typo fix.
* Removed more secret key related code.Werner Koch2010-09-061-0/+50
| | | | | | It builds fine and passes some of the tests but there are quite some features which don't work yet.