aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/keybox-blob.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-06-19* keybox-init.c (keybox_set_ephemeral): New.Werner Koch1-8/+9
* 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.
2001-12-20* keybox-blob.c (_keybox_create_x509_blob): Skip the leadingWerner Koch1-7/+13
parenthesis of the serial number's S-exp. (_keybox_create_x509_blob): And fixed length calculation. (create_blob_header): Don't add an offset when writing the serial.
2001-12-20* keybox-blob.c (_keybox_create_x509_blob): Skip the leadingWerner Koch1-1/+5
parenthesis of the serial number's S-exp.
2001-12-18Changes to be used with the new libksba interface.Werner Koch1-3/+11
libgcrypt-1.1.5 is required (cvs or tarball)
2001-12-14* keybox-blob.c (x509_email_kludge): New.Werner Koch1-14/+22
(_keybox_create_x509_blob): Insert an extra email address if the subject's DN has an email part. * keybox-defs.h: Added the xtoi_2 and digitp macros.
2001-12-14* util.h (digitp, hexdigitp): New ctype like macros.Werner Koch1-1/+28
(atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New. * command.c: Removed the conversion macros as they are now in ../common/util.h.
2001-12-13* keybox-search.c (blob_cmp_name): Kludge to allow searching forWerner Koch1-18/+55
more than one name. (has_subject_or_alt): New. (blob_cmp_mail): New. (has_mail): New. (keybox_search): Implemented exact search and exact mail search. * kbx/keybox-blob.c (_keybox_create_x509_blob): Insert alternate names.
2001-11-13We have reached a state where we are able to import certs andWerner Koch1-81/+233
check the certification path.
2001-11-10Started with keybox implementation by basing it on code from the GnuPGWerner Koch1-0/+755
devel branch.