Werner Koch
|
508ce100c9
|
* keybox-defs.h: New BLOBTYPTE_EMPTY.
* keybox-dump.c (_keybox_dump_blob): Handle new type.
* keybox-file.c (_keybox_read_blob): Skip over empty blobs. Store
the file offset.
* keybox-blob.c (_keybox_new_blob): Add new arg OFF.
(_keybox_get_blob_fileoffset): New.
* keybox-update.c (keybox_delete): Implemented.
|
2002-07-22 10:21:04 +00:00 |
|
Werner Koch
|
031a856a7e
|
* keybox-init.c (keybox_set_ephemeral): New.
* keybox-blob.c (create_blob_header): Store epheermal flag.
(_keybox_create_x509_blob): Pass epheermal flag on.
* keybox-update.c (keybox_insert_cert): Ditto.
* keybox-search.c (blob_get_blob_flags): New.
(keybox_search): Ignore ephemeral blobs when not in ephemeral mode.
* keybox-dump.c (_keybox_dump_blob): Print blob flags as strings.
|
2002-06-19 08:29:41 +00:00 |
|
Werner Koch
|
90d060c199
|
We have reached a state where we are able to import certs and
check the certification path.
|
2001-11-13 12:50:14 +00:00 |
|
Werner Koch
|
fcfec25620
|
Started with keybox implementation by basing it on code from the GnuPG
devel branch.
|
2001-11-10 18:06:11 +00:00 |
|