aboutsummaryrefslogtreecommitdiffstats
path: root/kbx (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-12-18* Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0Werner Koch2-4/+4
* 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 Koch4-33/+53
libgcrypt-1.1.5 is required (cvs or tarball)
2001-12-15* keybox-search.c (blob_cmp_name): There is no terminating 0 storedWerner Koch2-3/+7
for the uid; fixed length compare.
2001-12-14* keybox-blob.c (x509_email_kludge): New.Werner Koch4-19/+52
(_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 Koch5-30/+215
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-12-11New searchmode and hack to allow a hex encoded serial numberWerner Koch2-4/+112
2001-11-24Added new directory common to enable sharing of some code and errorWerner Koch1-1/+1
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there.
2001-11-16Base code for gpgsm --verify does workWerner Koch2-0/+19
2001-11-13We have reached a state where we are able to import certs andWerner Koch12-301/+1333
check the certification path.
2001-11-10A Makefile is a pretty useful thingWerner Koch1-0/+50
2001-11-10Started with keybox implementation by basing it on code from the GnuPGWerner Koch11-0/+2115
devel branch.