aboutsummaryrefslogtreecommitdiffstats
path: root/kbx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * keybox-search.c (blob_cmp_name): There is no terminating 0 storedWerner Koch2001-12-152-3/+7
| | | | | for the uid; fixed length compare.
* * keybox-blob.c (x509_email_kludge): New.Werner Koch2001-12-144-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 Koch2001-12-141-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 forWerner Koch2001-12-135-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 numberWerner Koch2001-12-112-4/+112
|
* Added new directory common to enable sharing of some code and errorWerner Koch2001-11-241-1/+1
| | | | | | numbers between gpg, gpgsm and gpg-agent. Move some files and code to there.
* Base code for gpgsm --verify does workWerner Koch2001-11-162-0/+19
|
* We have reached a state where we are able to import certs andWerner Koch2001-11-1312-301/+1333
| | | | | check the certification path.
* A Makefile is a pretty useful thingWerner Koch2001-11-101-0/+50
|
* Started with keybox implementation by basing it on code from the GnuPGWerner Koch2001-11-1011-0/+2115
devel branch.