mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
kbx: Add first version of STORE command to keyboxd.
* kbx/Makefile.am (keyboxd_CFLAGS): -DKEYBOX_WITH_X509. (keyboxd_LDADD): Add libksba. * kbx/kbxserver.c (cmd_store): New. * kbx/frontend.c (kbxd_store): New. * kbx/backend-support.c (is_x509_blob): New. (be_fingerprint_from_blob): New. * kbx/backend-kbx.c (be_kbx_seek): Add args FPR and FPRLEN. (be_kbx_insert): New. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
61765136cf
commit
c7293a4d12
8 changed files with 324 additions and 20 deletions
|
@ -667,7 +667,7 @@ _keybox_destroy_openpgp_info (keybox_openpgp_info_t info)
|
|||
struct _keybox_openpgp_key_info *k, *k2;
|
||||
struct _keybox_openpgp_uid_info *u, *u2;
|
||||
|
||||
assert (!info->primary.next);
|
||||
log_assert (!info->primary.next);
|
||||
for (k=info->subkeys.next; k; k = k2)
|
||||
{
|
||||
k2 = k->next;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue