summaryrefslogtreecommitdiffstats
path: root/kbx/keybox-blob.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up word replication.Yuri Chornoivan2017-02-211-2/+2
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* g10: Fix keybox-related memory leaks.Justus Winter2016-06-301-5/+19
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* kbx: Let keydb_search skip unwanted blobs.Werner Koch2014-10-311-5/+5
* gpg: Take care to use pubring.kbx if it has ever been used.Werner Koch2014-10-091-3/+7
* kbx: Make user id and signature data optional for OpenPGP.Werner Koch2014-08-181-11/+16
* Two minor code cleanups and one NULL deref on error fix.Werner Koch2014-04-161-2/+2
* kbx: Implement update operation for OpenPGP keyblocks.Werner Koch2013-11-151-2/+3
* kbx: Switch from MD5 to SHA-1 for the checksum.Werner Koch2013-01-081-7/+9
* kbx: Update blob specificationWerner Koch2013-01-081-86/+112
* gpg: Add signature cache support to the keybox.Werner Koch2012-12-281-3/+10
* gpg: First working support for keyboxes.Werner Koch2012-12-281-149/+113
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-43/+43
* fix reallocation bugWerner Koch2010-07-231-0/+1
* More changes on the way to remove secring.gpg.Werner Koch2010-04-211-14/+2
* Implement --faked-systrem-time for gpg.Werner Koch2009-12-171-0/+3
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-1/+2
* Fixed bug#907.Werner Koch2008-05-061-6/+6
* Fixed an email/DN bug.Werner Koch2008-03-131-11/+23
* Fixed a W32 crash in gpg2 when creating a new keyring.Werner Koch2008-01-291-1/+1
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
* kbx/Werner Koch2007-03-201-1/+1
* Updated FSF's address.Werner Koch2006-06-201-1/+2
* Preparing an interim releaseWerner Koch2005-11-281-1/+1
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-161-21/+24
* The keybox gets now compressed after 3 hours and ephemeralWerner Koch2004-04-261-4/+23
* * keybox.h (keybox_flag_t): New.Werner Koch2004-02-021-4/+7
* comment typo fixes.Werner Koch2004-01-161-2/+2
* Replaced deprecated type namesWerner Koch2003-12-171-2/+2
* Mainly changes to adjust for the changed KSBA API.Werner Koch2003-11-121-0/+1
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-08-051-0/+1008
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-1007/+0
* * keybox-defs.h: New BLOBTYPTE_EMPTY.Werner Koch2002-07-221-3/+12
* * keybox-init.c (keybox_set_ephemeral): New.Werner Koch2002-06-191-8/+9
* * keybox-blob.c (_keybox_create_x509_blob): Skip the leadingWerner Koch2001-12-201-7/+13
* * keybox-blob.c (_keybox_create_x509_blob): Skip the leadingWerner Koch2001-12-201-1/+5
* Changes to be used with the new libksba interface.Werner Koch2001-12-181-3/+11
* * keybox-blob.c (x509_email_kludge): New.Werner Koch2001-12-141-14/+22
* * util.h (digitp, hexdigitp): New ctype like macros.Werner Koch2001-12-141-1/+28
* * keybox-search.c (blob_cmp_name): Kludge to allow searching forWerner Koch2001-12-131-18/+55
* We have reached a state where we are able to import certs andWerner Koch2001-11-131-81/+233
* Started with keybox implementation by basing it on code from the GnuPGWerner Koch2001-11-101-0/+755