aboutsummaryrefslogtreecommitdiffstats
path: root/common/convert.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-03Finished ECC integration.ECC-INTEGRATION-2-1Werner Koch1-8/+7
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-01-31Move OpenPGP OID helpers to common/.Werner Koch1-34/+0
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-21Editorial changes and allow building with old libgcrypts.Werner Koch1-3/+8
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.
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov1-0/+27
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.
2010-03-02First steps towards the W32CE portWerner Koch1-2/+2
2009-01-19Add a few translations to the audit-log.Werner Koch1-1/+3
2008-09-03Fix gpg-preset-passphrase bug.Werner Koch1-2/+87
Cleanups
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2006-10-20Allow to select X.509 certificates using the keygrip.Werner Koch1-1/+29
2006-09-15Allow for a global trustlist.Werner Koch1-0/+136