summaryrefslogtreecommitdiffstats
path: root/kbx (follow)
Commit message (Expand)AuthorAgeFilesLines
* kbx: Let keydb_search skip unwanted blobs.Werner Koch2014-10-317-50/+58
* gpg: Skip overlong keys and a print a warning.Werner Koch2014-10-092-3/+12
* kbx: Fix handling of overlong keys.Werner Koch2014-10-092-7/+41
* gpg: Take care to use pubring.kbx if it has ever been used.Werner Koch2014-10-097-27/+86
* Switch to the libgpg-error provided estream.Werner Koch2014-08-261-0/+1
* kbx: Make user id and signature data optional for OpenPGP.Werner Koch2014-08-181-11/+16
* gpgsm: Add a way to save a found state.Werner Koch2014-06-023-7/+42
* gpg: Fix uninitialized access to search descindex with gpg keyboxes.Werner Koch2014-05-142-4/+8
* kbx: Add experimental support for EDDSA.Werner Koch2014-05-071-8/+9
* Two minor code cleanups and one NULL deref on error fix.Werner Koch2014-04-161-2/+2
* Make use of the *_NAME etc macros.Werner Koch2013-11-181-1/+1
* kbx: Implement update operation for OpenPGP keyblocks.Werner Koch2013-11-156-24/+64
* kbx: Fix possible segv in kbxdump.Werner Koch2013-11-151-1/+1
* kbx: Add a few macros for easier readability.Werner Koch2013-08-291-10/+12
* Prepare for newer automake versions.Werner Koch2013-06-271-5/+7
* kbx: Remove unused macro.Werner Koch2013-03-201-6/+0
* kbx: Switch from MD5 to SHA-1 for the checksum.Werner Koch2013-01-082-13/+74
* kbx: Update blob specificationWerner Koch2013-01-081-86/+112
* gpg: Set the node flags while retrieving a keyblock.Werner Koch2013-01-072-22/+43
* gpg: Allow searching for user ids in a keybox.Werner Koch2013-01-071-20/+37
* gpg: Add signature cache support to the keybox.Werner Koch2012-12-286-14/+55
* kbxutil: Improve format of the Sig-Expire lines.Werner Koch2012-12-281-2/+2
* gpg: First working support for keyboxes.Werner Koch2012-12-287-160/+251
* kbxutil: Print algo number and fold similar lines.Werner Koch2012-12-284-23/+51
* gpg: First patches to support a keybox storage backend.Werner Koch2012-12-273-2/+23
* Fix typos spotted during translationsDavid Prévot2012-08-241-1/+1
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-054-15/+15
* common: Add a global variable to for the default error source.Werner Koch2012-02-062-4/+7
* Generate the ChangeLog from commit logs.Werner Koch2011-12-011-1/+12
* Fixed set but unused variable bugsWerner Koch2011-08-101-8/+1
* Update OpenPGP parser to support ECCWerner Koch2011-04-283-63/+83
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-0416-258/+248
* Editorial changes and allow building with old libgcrypts.Werner Koch2011-01-211-0/+1
* Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-061-1/+6
* fix reallocation bugWerner Koch2010-07-232-0/+5
* More changes on the way to remove secring.gpg.Werner Koch2010-04-212-14/+7
* common/Marcus Brinkmann2010-04-202-2/+6
* More changes for CE. gpgsm does now build and run a keylisting.Werner Koch2010-03-243-5/+24
* More chnages to use estream. Add a way to replace the standardWerner Koch2010-03-221-1/+1
* Merged jnlib into common.Werner Koch2010-03-107-13/+20
* Use macros for iobuf ioctls. Werner Koch2010-03-082-3/+7
* Implement --faked-systrem-time for gpg.Werner Koch2009-12-171-0/+3
* Unification of the search descriptor usage.Werner Koch2009-12-083-11/+40
* Make bug reporting address easier changeable.Werner Koch2009-07-211-3/+2
* Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch2009-06-241-0/+2
* New gpg-agent command to list key information.Werner Koch2009-03-061-1/+1
* Minor fixes.Werner Koch2008-12-092-2/+5
* Fixed a temporary file name collision between gpg and gpgsm under Windows.Werner Koch2008-11-203-7/+15
* Reorder libs in kbx. Werner Koch2008-11-112-2/+7
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-206-3/+26