aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/keybox-blob.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-09kbx: Support kyber in the blob parser.Werner Koch1-1/+1
2021-09-28kbx: A 20 byte fingerprint is right filled in version 2 blob.NIIBE Yutaka1-0/+2
2021-08-27kbx: Fix checksum computation for no UBID entry on disk.NIIBE Yutaka1-2/+2
2020-09-10keyboxd: Add basic support for X.509.Werner Koch1-5/+5
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-1/+1
2019-11-28kbx: Redefine the UBID which is now the primary fingerprint.Werner Koch1-9/+2
2019-09-27kbx: Store the UBIB in the blob.Werner Koch1-5/+16
2019-07-18kbx: Allow "gpgsm --faked-system-time" to kick off a compression run.Werner Koch1-1/+1
2019-06-24spelling: Fix "synchronize"Daniel Kahn Gillmor1-2/+2
2019-03-14kbx: Add support for 32 byte fingerprints.Werner Koch1-26/+83
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-1/+1
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-2/+2
2017-03-30gpg: Remove the use of the signature information from a KBX.Werner Koch1-8/+4
2017-02-21Clean up word replication.Yuri Chornoivan1-2/+2
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-06-30g10: Fix keybox-related memory leaks.Justus Winter1-5/+19
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