aboutsummaryrefslogtreecommitdiffstats
path: root/common/util.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change JNLIB license to LGPLv3+ or GPLv2+.Werner Koch2011-09-301-11/+22
| | | | This is to allow the use of this code with code under GPLv2(only).
* Fix size_t vs int issues.Marcus Brinkmann2011-06-011-0/+1
|
* Require libgpg-error 1.10Werner Koch2011-05-201-15/+0
| | | | | This allows to remove some error code substitutes. Fixed a typo in gpg.text.
* Sample ECC keys and message do now work.Werner Koch2011-02-021-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.
* Move OpenPGP OID helpers to common/.Werner Koch2011-01-311-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.
* Merge branch 'master' into ECC-INTEGRATION-2-1Werner Koch2011-01-241-0/+4
|\
| * All standard keyserver commands are now using dirmngr.Werner Koch2011-01-201-0/+1
| |
| * Initial code checking for backup - not yet working.Werner Koch2011-01-101-0/+3
| |
* | Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-061-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.
* s/AES/AES128/ in diagnostics and --list-configWerner Koch2010-12-021-0/+3
|
* More agent support for gpg.Werner Koch2010-10-131-0/+2
|
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-0/+6
| | | | | | A couple of forward ported changes. Doc updates.
* Obscure the cached passphrases.Werner Koch2010-09-021-0/+4
|
* Some work on porting dirmngr (unfinished)Werner Koch2010-07-161-0/+6
| | | | | Ported gpgtar to W32.
* Implement export of pkcs#12 objects using a direct agent connection.Werner Koch2010-06-211-1/+6
|
* Avoid using the protect-tool to import pkcs#12.Werner Koch2010-06-171-0/+2
|
* Merged Dirmngr with GnuPG.Werner Koch2010-06-091-0/+2
| | | | | A few code changes to support dirmngr.
* Add a separate header for time related fucntions.Werner Koch2010-04-201-41/+1
|
* ./autogen.sh --build-w32ce does now succeed.Werner Koch2010-04-141-0/+4
|
* Whole lot of changes to support CE.Werner Koch2010-04-141-0/+2
|
* More chnages to use estream. Add a way to replace the standardWerner Koch2010-03-221-1/+0
| | | | | descriptors.
* Builds again for W32.Werner Koch2010-03-151-5/+0
|
* Finished the bulk of changes to use estream in most places instead ofWerner Koch2010-03-151-3/+2
| | | | | stdio.
* Merged jnlib into common.Werner Koch2010-03-101-13/+14
|
* First steps towards the W32CE portWerner Koch2010-03-021-0/+7
|
* Print status of CRL checks in the audit log.Werner Koch2009-07-231-0/+5
|
* Alow batch ode for gpgsm --gen-key.Werner Koch2009-07-011-0/+3
| | | | | Allow CSR generation using an existing key with gpgsm.
* New helper function factored out of ../scd and equipped with test code.Werner Koch2009-05-071-0/+9
|
* Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch2009-04-011-0/+5
| | | | | Removed duplicated code (percent unescaping).
* Remove duplicated code.Werner Koch2009-03-161-0/+1
|
* New gpg-agent command to list key information.Werner Koch2009-03-061-1/+3
| | | | | | Gpgsm does now print the S/N of cards. Consider ephemeral keys during listing an export.
* Add a custom prompt for the CSR generation.Werner Koch2008-12-051-0/+3
| | | | | Add a new percent escape fucntion.
* Revamped the W32 gettext implementation.Werner Koch2008-11-041-0/+1
|
* Use more warning options with modern GCCs.Werner Koch2008-10-171-0/+7
| | | | | Other minor changes.
* Fix gpg-preset-passphrase bug.Werner Koch2008-09-031-0/+3
| | | | | Cleanups
* Add Base64 decoder. Not yet used but complements out encoder.Werner Koch2008-06-091-1/+12
|
* As a failsafe measure use memcpy instead of strcpy in gnupg_copy_time.Werner Koch2008-06-051-4/+10
| | | | | Typo fix.
* Fixed segv in gpg-agent (command marktrusted).Werner Koch2008-05-271-0/+2
| | | | | | Replaced almost all free by xfree. Translation fixes.
* Minor cleanups.Werner Koch2008-04-071-0/+1
| | | | | Implemented key helper kdns
* Allow verification of some broken S-TRUST generated signatures.Werner Koch2007-12-131-0/+1
|
* Created help files form the current po entries.Werner Koch2007-12-041-1/+1
|
* Allow configuraton of pinentry tooltip.Werner Koch2007-12-041-0/+6
| | | | | Other minor buf fixes.
* New command --check-programs for gpgconf.Werner Koch2007-08-291-0/+4
|
* Add more passphrase policy rules.Werner Koch2007-08-281-1/+3
| | | | | (--max-passphrase-days).
* Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2007-08-271-0/+1
| | | | | New tool gpg-check-pattern.
* Documentaion updates.Werner Koch2007-08-141-0/+1
| | | | | | Support doe Dirmngr under W32. Fixed a yat2m bug.
* Implemented the chain model for X.509 validation.Werner Koch2007-08-101-1/+1
|
* Fixed card key generation of gpg2.Werner Koch2007-07-051-0/+2
| | | | | Reveal less information about timings while generating a key.
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* More W32 related changesWerner Koch2007-06-261-2/+4
|