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