aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/keybox.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-12-13 13:10:58 +0000
committerWerner Koch <[email protected]>2001-12-13 13:10:58 +0000
commite4f9871d91017a5d929f8ab7c0ae29f7bbe31265 (patch)
tree7a66472be56ccc14851b4203b3d036dbce64713a /kbx/keybox.h
parentNow that the DN encoding works more correct, we have to update the (diff)
downloadgnupg-e4f9871d91017a5d929f8ab7c0ae29f7bbe31265.tar.gz
gnupg-e4f9871d91017a5d929f8ab7c0ae29f7bbe31265.zip
* keybox-search.c (blob_cmp_name): Kludge to allow searching for
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.
Diffstat (limited to 'kbx/keybox.h')
-rw-r--r--kbx/keybox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kbx/keybox.h b/kbx/keybox.h
index 645f1e715..fcacc49d3 100644
--- a/kbx/keybox.h
+++ b/kbx/keybox.h
@@ -60,6 +60,7 @@ typedef enum {
KEYBOX_File_Close_Error = 13,
KEYBOX_Nothing_Found = 14,
KEYBOX_Wrong_Blob_Type = 15,
+ KEYBOX_Missing_Value = 16,
} KeyboxError;