2006-07-29 Marcus Brinkmann <marcus@g10code.de>
[gnupg.git] / TODO
blob29714dfe4e2ece101efe27368e795d84022fdfbf
1                                                               -*- outline -*-
3 * src/base64
4 ** Make parsing more robust
5 Currently we don't cope with overlong lines in the best way.
6 ** Check that we really release the ksba reader/writer objects.
8 * sm/call-agent.c
9 ** The protocol uses an incomplete S-expression
10 We should always use valid S-Exp and not just parts.
11 ** Some code should go into import.c
12 ** When we allow concurrent service request in gpgsm, we
13 might want to have an agent context for each service request
14 (i.e. Assuan context).
16 * sm/certchain.c
17 ** When a certificate chain was sucessfully verified, make ephemeral certs used  in this chain permanent.
18 ** Try to keep certificate references somewhere
19   This will help with some of our caching code.  We also need to test
20   that caching; in particular "regtp_ca_chainlen".
22 * sm/decrypt.c
23 ** replace leading zero in integer hack by a cleaner solution
25 * sm/gpgsm.c
26 ** Support --output for all commands
27 ** mark all unimplemented commands and options.
28 ** Implement --default-key
29 ** support the anyPolicy semantic
30 ** Check that we are really following the verification procedures in rfc3280.
31 ** Implement a --card-status command.
32    This is useful to check whether a card is supported at all.
35 * sm/keydb.c
36 ** Check file permissions
37 ** Check that all error code mapping is done.
38 ** Remove the inter-module dependencies between gpgsm and keybox
39 ** Add an source_of_key field
41 * agent/command.c
42 ** Make sure that secure memory is used where appropriate
44 * agent/pkdecrypt.c, agent/pksign.c
45 ** Don't use stdio to return results.
46 ** Support DSA
48 * Move pkcs-1 encoding into libgcrypt.
50 * Use a MAC to protect sensitive files.
51   The problem here is that we need yet another key and it is unlikely
52   that users are willing to remember that key too.  It is possible to
53   do this with a smartcard, though.
55 * sm/export.c
56 ** Return an error code or a status info per user ID.
58 * scd/tlv.c
59   The parse_sexp fucntion should not go into this file.  Check whether
60   we can change all S-expression handling code to make use of this
61   function.
63 * scd
64 ** Application context vs. reader slot
65   We have 2 concurrent method of tracking whether a read is in use:
66   Using the session_list in command.c and the lock_table in app.c.  IT
67   would be better to do this just at one place. First we need to see
68   how we can support cards with multiple applications.
69 ** Detecting a removed card works only after the ticker detected it.
70  We should check the card status in open-card to make this smoother.
71  Needs to be integrated with the status file update, though.  It is
72  not a real problem because application will get a card removed status
73  and should the send a reset to try solving the problem.
75 * tests
76 ** Makefile.am
77   We use printf(1) to setup the library path, this is not portable.
78   Furthermore LD_LIBRARY_PATH is not used on all systems.  It doesn't
79   matter for now, because we use some GNU/*BSDish features anyway.
81 ** Add a test to check the extkeyusage.
83 * doc/
84 ** Explain how to setup a root CA key as trusted
85 ** Explain how trustlist.txt might be managed.
86 ** Write a script to generate man pages from texi.
87    In progress (yatm)
90 * Windows port
91 ** gpgsm's LISTKEYS does not yet work
92     Fix is to change everything to libestream
93 ** Signals are not support 
94     This means we can't reread a configuration
95 ** No card status notifications.
99 * sm/
100 ** check that we issue NO_SECKEY xxx if a -u key was not found
102 * jnlib/
103 ** provide jnlib_malloc and try to remove all jnlib_xmalloc.
105 * gpg/
106 ** issue a NO_SECKEY xxxx if a -u key was not found.
107 ** Replace DIGEST_ALGO_SHA224
108    We can't do that right now because it is only defined by newer
109    versions of libgcrypt.  Changes this if we require libgcrypt 1.3
110    anyway.
111 ** skclist.c:random_is_faked
112    Remove the whole stuff?
113 ** qbits
114    We pass a new qbit parameter to genkey - implement this in libgcrypt.
117 * common/
118 ** ttyio
119   Add completion support.
120 ** yesno
121   Update to gpg 1.4.3 version