Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2001-12-18 | Changes to be used with the new libksba interface. | Werner Koch | 1 | -29/+30 | |
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 | 1 | -3/+2 | |
for the uid; fixed length compare. | |||||
2001-12-14 | * keybox-blob.c (x509_email_kludge): New. | Werner Koch | 1 | -5/+9 | |
(_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 for | Werner Koch | 1 | -12/+135 | |
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 | 1 | -1/+107 | |
2001-11-16 | Base code for gpgsm --verify does work | Werner Koch | 1 | -0/+18 | |
2001-11-13 | We have reached a state where we are able to import certs and | Werner Koch | 1 | -114/+397 | |
check the certification path. | |||||
2001-11-10 | Started with keybox implementation by basing it on code from the GnuPG | Werner Koch | 1 | -0/+158 | |
devel branch. |