aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/keybox-search.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * keybox-search.c (keybox_search): Allow KEYDB_SEARCH_MODE_FPR20.Werner Koch2002-01-211-0/+1
|
* * keybox-search.c (blob_cmp_fpr): New.Werner Koch2002-01-151-1/+33
| | | | | (has_fingerprint): Implemented;
* Changes to be used with the new libksba interface.Werner Koch2001-12-181-29/+30
| | | | | libgcrypt-1.1.5 is required (cvs or tarball)
* * keybox-search.c (blob_cmp_name): There is no terminating 0 storedWerner Koch2001-12-151-3/+2
| | | | | for the uid; fixed length compare.
* * keybox-blob.c (x509_email_kludge): New.Werner Koch2001-12-141-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.
* * keybox-search.c (blob_cmp_name): Kludge to allow searching forWerner Koch2001-12-131-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.
* New searchmode and hack to allow a hex encoded serial numberWerner Koch2001-12-111-1/+107
|
* Base code for gpgsm --verify does workWerner Koch2001-11-161-0/+18
|
* We have reached a state where we are able to import certs andWerner Koch2001-11-131-114/+397
| | | | | check the certification path.
* Started with keybox implementation by basing it on code from the GnuPGWerner Koch2001-11-101-0/+158
devel branch.