Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2002-01-21 | * keybox-search.c (keybox_search): Allow KEYDB_SEARCH_MODE_FPR20. | Werner Koch | 2 | -0/+5 | |
2002-01-15 | * keybox-search.c (blob_cmp_fpr): New. | Werner Koch | 2 | -1/+38 | |
(has_fingerprint): Implemented; | |||||
2001-12-20 | * keybox-blob.c (_keybox_create_x509_blob): Skip the leading | Werner Koch | 2 | -7/+15 | |
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 leading | Werner Koch | 2 | -1/+10 | |
parenthesis of the serial number's S-exp. | |||||
2001-12-18 | * Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0 | Werner Koch | 2 | -4/+4 | |
* Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba * Makefile.am: Use LIBGCRYPT macros | |||||
2001-12-18 | Changes to be used with the new libksba interface. | Werner Koch | 4 | -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 stored | Werner Koch | 2 | -3/+7 | |
for the uid; fixed length compare. | |||||
2001-12-14 | * keybox-blob.c (x509_email_kludge): New. | Werner Koch | 4 | -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 Koch | 1 | -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 for | Werner Koch | 5 | -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-11 | New searchmode and hack to allow a hex encoded serial number | Werner Koch | 2 | -4/+112 | |
2001-11-24 | Added new directory common to enable sharing of some code and error | Werner Koch | 1 | -1/+1 | |
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. | |||||
2001-11-16 | Base code for gpgsm --verify does work | Werner Koch | 2 | -0/+19 | |
2001-11-13 | We have reached a state where we are able to import certs and | Werner Koch | 12 | -301/+1333 | |
check the certification path. | |||||
2001-11-10 | A Makefile is a pretty useful thing | Werner Koch | 1 | -0/+50 | |
2001-11-10 | Started with keybox implementation by basing it on code from the GnuPG | Werner Koch | 11 | -0/+2115 | |
devel branch. |