aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-12-18* Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0Werner Koch1-0/+2
* Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba * Makefile.am: Use LIBGCRYPT macros
2001-12-18Changes to be used with the new libksba interface.Werner Koch1-0/+11
libgcrypt-1.1.5 is required (cvs or tarball)
2001-12-15* keybox-search.c (blob_cmp_name): There is no terminating 0 storedWerner Koch1-0/+5
for the uid; fixed length compare.
2001-12-14* keybox-blob.c (x509_email_kludge): New.Werner Koch1-0/+7
(_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-13* keybox-search.c (blob_cmp_name): Kludge to allow searching forWerner Koch1-0/+23
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.