aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/keybox-blob.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * keybox-blob.c (_keybox_create_x509_blob): Skip the leadingWerner Koch2001-12-201-1/+5
| | | | | parenthesis of the serial number's S-exp.
* Changes to be used with the new libksba interface.Werner Koch2001-12-181-3/+11
| | | | | libgcrypt-1.1.5 is required (cvs or tarball)
* * keybox-blob.c (x509_email_kludge): New.Werner Koch2001-12-141-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.
* * util.h (digitp, hexdigitp): New ctype like macros.Werner Koch2001-12-141-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.
* * keybox-search.c (blob_cmp_name): Kludge to allow searching forWerner Koch2001-12-131-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.
* We have reached a state where we are able to import certs andWerner Koch2001-11-131-81/+233
| | | | | check the certification path.
* Started with keybox implementation by basing it on code from the GnuPGWerner Koch2001-11-101-0/+755
devel branch.