aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/ChangeLog
blob: 3498c9d533db7ff5950a1d510e65627d8099e2ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
2001-12-18  Werner Koch  <[email protected]>

	* Makefile.am (AM_CPPFLAGS): Add flags for libksba

	* keybox-blob.c (_keybox_create_x509_blob): Use
	gcry_sexp_canon_len to get the length of the serial number.
	(_keybox_release_blob): Need to use a new serialbuf to free the memory.

2001-12-17  Werner Koch  <[email protected]>

	* keybox-search.c: Changed the way the serial number is
	represented.

2001-12-15  Werner Koch  <[email protected]>

	* keybox-search.c (blob_cmp_name): There is no terminating 0 stored
	for the uid; fixed length compare.

2001-12-14  Werner Koch  <[email protected]>

	* keybox-blob.c (x509_email_kludge): New.
	(_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.

2001-12-13  Werner Koch  <[email protected]>

	* 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.


 Copyright 2001 g10 Code GmbH

 This file is free software; as a special exception the author gives
 unlimited permission to copy and/or distribute it, with or without
 modifications, as long as this notice is preserved.

 This file is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.