aboutsummaryrefslogtreecommitdiffstats
path: root/kbx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * 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.