aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/keybox-blob.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2014-10-31kbx: Let keydb_search skip unwanted blobs.Werner Koch1-5/+5
2014-10-09gpg: Take care to use pubring.kbx if it has ever been used.Werner Koch1-3/+7
2014-08-18kbx: Make user id and signature data optional for OpenPGP.Werner Koch1-11/+16
2014-04-16Two minor code cleanups and one NULL deref on error fix.Werner Koch1-2/+2
2013-11-15kbx: Implement update operation for OpenPGP keyblocks.Werner Koch1-2/+3
2013-01-08kbx: Switch from MD5 to SHA-1 for the checksum.Werner Koch1-7/+9
2013-01-08kbx: Update blob specificationWerner Koch1-86/+112
2012-12-28gpg: Add signature cache support to the keybox.Werner Koch1-3/+10
2012-12-28gpg: First working support for keyboxes.Werner Koch1-149/+113
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-43/+43
2010-07-23fix reallocation bugWerner Koch1-0/+1
2010-04-21More changes on the way to remove secring.gpg.Werner Koch1-14/+2
2009-12-17Implement --faked-systrem-time for gpg.Werner Koch1-0/+3
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-1/+2
2008-05-06Fixed bug#907.Werner Koch1-6/+6
2008-03-13Fixed an email/DN bug.Werner Koch1-11/+23
2008-01-29Fixed a W32 crash in gpg2 when creating a new keyring.Werner Koch1-1/+1
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2007-03-20kbx/Werner Koch1-1/+1
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2005-11-28Preparing an interim releaseWerner Koch1-1/+1
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-21/+24
2005-05-21* cardglue.c (send_status_info): Make CTRL optional.Werner Koch1-3/+3
2004-04-26The keybox gets now compressed after 3 hours and ephemeralWerner Koch1-4/+23
2004-02-02* keybox.h (keybox_flag_t): New.Werner Koch1-4/+7
2004-01-16comment typo fixes.Werner Koch1-2/+2
2003-12-17Replaced deprecated type namesWerner Koch1-2/+2
2003-11-12Mainly changes to adjust for the changed KSBA API.Werner Koch1-0/+1
2003-08-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+1008
2003-06-27Key generation and signing using the OpenPGP card does rudimentary work.Werner Koch1-1/+2
2003-06-03Make use of libgpg-errorWerner Koch1-16/+16
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-1007/+0
2002-07-22* keybox-defs.h: New BLOBTYPTE_EMPTY.Werner Koch1-3/+12
2002-06-19* keybox-init.c (keybox_set_ephemeral): New.Werner Koch1-8/+9
2001-12-20* keybox-blob.c (_keybox_create_x509_blob): Skip the leadingWerner Koch1-7/+13
2001-12-20* keybox-blob.c (_keybox_create_x509_blob): Skip the leadingWerner Koch1-1/+5
2001-12-18Changes to be used with the new libksba interface.Werner Koch1-3/+11
2001-12-14* keybox-blob.c (x509_email_kludge): New.Werner Koch1-14/+22
2001-12-14* util.h (digitp, hexdigitp): New ctype like macros.Werner Koch1-1/+28
2001-12-13* keybox-search.c (blob_cmp_name): Kludge to allow searching forWerner Koch1-18/+55
2001-11-13We have reached a state where we are able to import certs andWerner Koch1-81/+233
2001-11-10Started with keybox implementation by basing it on code from the GnuPGWerner Koch1-0/+755