2002-04-24 Marcus Brinkmann <marcus@g10code.de>
[gnupg.git] / kbx / ChangeLog
blobb41305e3fb9b9c5f0e970a21812f5943e008776a
1 2002-02-25  Werner Koch  <wk@gnupg.org>
3         * keybox-search.c (blob_cmp_mail): Use case-insensitive compare
4         because mail addresses are in general case insensitive (well
5         RFC2822 allows for case sensitive mailbox parts, but this is in
6         general considired a Bad Thing). Add additional substr parameter
7         to allow for substring matches within the mail address.  Change
8         all callers to pass this along.
9         (blob_cmp_name): Likewise but do the case-insensitive search only
10         in sub string mode.
11         (keybox_search): Implement MAILSUB and SUBSTR mode.
13 2002-01-21  Werner Koch  <wk@gnupg.org>
15         * keybox-search.c (keybox_search): Allow KEYDB_SEARCH_MODE_FPR20.
17 2002-01-15  Werner Koch  <wk@gnupg.org>
19         * keybox-search.c (blob_cmp_fpr): New.
20         (has_fingerprint): Implemented;
22 2001-12-20  Werner Koch  <wk@gnupg.org>
24         * keybox-blob.c (_keybox_create_x509_blob): Skip the leading
25         parenthesis of the serial number's S-exp.
26         (_keybox_create_x509_blob): And fixed length calculation.
27         (create_blob_header): Don't add an offset when writing the serial.
29 2001-12-18  Werner Koch  <wk@gnupg.org>
31         * Makefile.am (AM_CPPFLAGS): Add flags for libksba
33         * keybox-blob.c (_keybox_create_x509_blob): Use
34         gcry_sexp_canon_len to get the length of the serial number.
35         (_keybox_release_blob): Need to use a new serialbuf to free the memory.
37 2001-12-17  Werner Koch  <wk@gnupg.org>
39         * keybox-search.c: Changed the way the serial number is
40         represented.
42 2001-12-15  Werner Koch  <wk@gnupg.org>
44         * keybox-search.c (blob_cmp_name): There is no terminating 0 stored
45         for the uid; fixed length compare.
47 2001-12-14  Werner Koch  <wk@gnupg.org>
49         * keybox-blob.c (x509_email_kludge): New.
50         (_keybox_create_x509_blob): Insert an extra email address if the
51         subject's DN has an email part.
52         * keybox-defs.h: Added the xtoi_2 and digitp macros.
54 2001-12-13  Werner Koch  <wk@gnupg.org>
56         * keybox-search.c (blob_cmp_name): Kludge to allow searching for
57         more than one name.
58         (has_subject_or_alt): New.
59         (blob_cmp_mail): New.
60         (has_mail): New.
61         (keybox_search): Implemented exact search and exact mail search.
63         * kbx/keybox-blob.c (_keybox_create_x509_blob): Insert alternate
64         names.
67  Copyright 2001 g10 Code GmbH
69  This file is free software; as a special exception the author gives
70  unlimited permission to copy and/or distribute it, with or without
71  modifications, as long as this notice is preserved.
73  This file is distributed in the hope that it will be useful, but
74  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
75  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
76