aboutsummaryrefslogtreecommitdiffstats
path: root/common/util.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-02Sample ECC keys and message do now work.Werner Koch1-9/+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-1/+5
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-20All standard keyserver commands are now using dirmngr.Werner Koch1-0/+1
2011-01-10Initial code checking for backup - not yet working.Werner Koch1-0/+3
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov1-0/+1
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-12-02s/AES/AES128/ in diagnostics and --list-configWerner Koch1-0/+3
2010-10-13More agent support for gpg.Werner Koch1-0/+2
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-0/+6
A couple of forward ported changes. Doc updates.
2010-09-02Obscure the cached passphrases.Werner Koch1-0/+4
2010-07-16Some work on porting dirmngr (unfinished)Werner Koch1-0/+6
Ported gpgtar to W32.
2010-06-21Implement export of pkcs#12 objects using a direct agent connection.Werner Koch1-1/+6
2010-06-17Avoid using the protect-tool to import pkcs#12.Werner Koch1-0/+2
2010-06-09Merged Dirmngr with GnuPG.Werner Koch1-0/+2
A few code changes to support dirmngr.
2010-04-20Add a separate header for time related fucntions.Werner Koch1-41/+1
2010-04-14./autogen.sh --build-w32ce does now succeed.Werner Koch1-0/+4
2010-04-14Whole lot of changes to support CE.Werner Koch1-0/+2
2010-03-22More chnages to use estream. Add a way to replace the standardWerner Koch1-1/+0
descriptors.
2010-03-15Builds again for W32.Werner Koch1-5/+0
2010-03-15Finished the bulk of changes to use estream in most places instead ofWerner Koch1-3/+2
stdio.
2010-03-10Merged jnlib into common.Werner Koch1-13/+14
2010-03-02First steps towards the W32CE portWerner Koch1-0/+7
2009-07-23Print status of CRL checks in the audit log.Werner Koch1-0/+5
2009-07-01Alow batch ode for gpgsm --gen-key.Werner Koch1-0/+3
Allow CSR generation using an existing key with gpgsm.
2009-05-07New helper function factored out of ../scd and equipped with test code.Werner Koch1-0/+9
2009-04-01Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch1-0/+5
Removed duplicated code (percent unescaping).
2009-03-16Remove duplicated code.Werner Koch1-0/+1
2009-03-06New gpg-agent command to list key information.Werner Koch1-1/+3
Gpgsm does now print the S/N of cards. Consider ephemeral keys during listing an export.
2008-12-05Add a custom prompt for the CSR generation.Werner Koch1-0/+3
Add a new percent escape fucntion.
2008-11-04Revamped the W32 gettext implementation.Werner Koch1-0/+1
2008-10-17Use more warning options with modern GCCs.Werner Koch1-0/+7
Other minor changes.
2008-09-03Fix gpg-preset-passphrase bug.Werner Koch1-0/+3
Cleanups
2008-06-09Add Base64 decoder. Not yet used but complements out encoder.Werner Koch1-1/+12
2008-06-05As a failsafe measure use memcpy instead of strcpy in gnupg_copy_time.Werner Koch1-4/+10
Typo fix.
2008-05-27Fixed segv in gpg-agent (command marktrusted).Werner Koch1-0/+2
Replaced almost all free by xfree. Translation fixes.
2008-04-07Minor cleanups.Werner Koch1-0/+1
Implemented key helper kdns
2007-12-13Allow verification of some broken S-TRUST generated signatures.Werner Koch1-0/+1
2007-12-04Created help files form the current po entries.Werner Koch1-1/+1
2007-12-04Allow configuraton of pinentry tooltip.Werner Koch1-0/+6
Other minor buf fixes.
2007-08-29New command --check-programs for gpgconf.Werner Koch1-0/+4
2007-08-28Add more passphrase policy rules.Werner Koch1-1/+3
(--max-passphrase-days).
2007-08-27Implemented more gpg-agen options to support certain passphrase policies.Werner Koch1-0/+1
New tool gpg-check-pattern.
2007-08-14Documentaion updates.Werner Koch1-0/+1
Support doe Dirmngr under W32. Fixed a yat2m bug.
2007-08-10Implemented the chain model for X.509 validation.Werner Koch1-1/+1
2007-07-05Fixed card key generation of gpg2.Werner Koch1-0/+2
Reveal less information about timings while generating a key.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-06-26More W32 related changesWerner Koch1-2/+4
2007-06-21Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch1-1/+5
Windows.
2007-06-14A whole bunch of changes to allow building for Windows.Werner Koch1-0/+16
See the ChangeLogs for details.
2007-06-06First steps towards supporting W32.Werner Koch1-2/+3
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2007-05-15Use estream_asprintf instead of the GNU asprintf.Werner Koch1-10/+10