aboutsummaryrefslogtreecommitdiffstats
path: root/kbx (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-12-13* keybox-search.c (blob_cmp_name): Kludge to allow searching forWerner Koch5-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-11New searchmode and hack to allow a hex encoded serial numberWerner Koch2-4/+112
2001-11-24Added new directory common to enable sharing of some code and errorWerner Koch1-1/+1
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there.
2001-11-16Base code for gpgsm --verify does workWerner Koch2-0/+19
2001-11-13We have reached a state where we are able to import certs andWerner Koch12-301/+1333
check the certification path.
2001-11-10A Makefile is a pretty useful thingWerner Koch1-0/+50
2001-11-10Started with keybox implementation by basing it on code from the GnuPGWerner Koch11-0/+2115
devel branch.