2007-07-05 Marcus Brinkmann <marcus@g10code.de>
[gnupg.git] / TODO
blob842676c0115771a8f706d73541b9d40872102028
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 ** Some code should go into import.c
10 ** When we allow concurrent service request in gpgsm, we
11    might want to have an agent context for each service request
12    (i.e. Assuan context).
14 * sm/certchain.c
15 ** Try to keep certificate references somewhere
16   This will help with some of our caching code.  We also need to test
17   that caching; in particular "regtp_ca_chainlen".
19 * sm/decrypt.c
20 ** replace leading zero in integer hack by a cleaner solution
22 * sm/gpgsm.c
23 ** mark all unimplemented commands and options.
24 ** Implement --default-key
25 ** support the anyPolicy semantic
26 ** Check that we are really following the verification procedures in rfc3280.
29 * sm/keydb.c
30 ** Check file permissions
31 ** Check that all error code mapping is done.
32 ** Remove the inter-module dependencies between gpgsm and keybox
33 ** Add an source_of_key field
35 * agent/
36 ** If we detect that a private key has been deleted
37    Bump the key event counter.
39 * agent/command.c
40 ** Make sure that secure memory is used where appropriate
42 * agent/pkdecrypt.c, agent/pksign.c
43 ** Support DSA
45 * Move pkcs-1 encoding into libgcrypt.
47 * Use a MAC to protect sensitive files.
48   The problem here is that we need yet another key and it is unlikely
49   that users are willing to remember that key too.  It is possible to
50   do this with a smartcard, though.
52 * sm/export.c
53 ** Return an error code or a status info per user ID.
55 * scd/tlv.c
56   The parse_sexp function should not go into this file.  Check whether
57   we can change all S-expression handling code to make use of this
58   function.
60 * scd
61 ** Application context vs. reader slot
62   We have 2 concurrent method of tracking whether a read is in use:
63   Using the session_list in command.c and the lock_table in app.c.  IT
64   would be better to do this just at one place. First we need to see
65   how we can support cards with multiple applications.
66 ** Detecting a removed card works only after the ticker detected it.
67   We should check the card status in open-card to make this smoother.
68   Needs to be integrated with the status file update, though.  It is
69   not a real problem because application will get a card removed
70   status and should the send a reset to try solving the problem.
72 ** Add a test to check the extkeyusage.
74 * Windows port (W32)
75 ** No card status notifications.
76 ** Regex support is disabled
77   We need to adjust the test to find the regex we have anyway in 
78   gpg4in.  Is that regex compatible to the OpenPGP requirement?
81 * sm/
82 ** check that we issue NO_SECKEY xxx if a -u key was not found
83    We don't. The messages returned are also wrong (recipient vs. signer).
84 ** gpgsm_format_name2
85    Replace by an estream based implementation.
87 * jnlib/
88 ** provide jnlib_malloc and try to remove all jnlib_xmalloc.
90 * g10/
91 ** issue a NO_SECKEY xxxx if a -u key was not found.
94 * When switching to libgcrypt 1.3
95 ** scd#encode_md_for_card, g10#encode_md_value, sm@do_encode_md
96    Remove the extra test for a valid algorithm as libgcrypt will do it
97    then in gcry_md_algo_info.
98 ** skclist.c
99    Remove the hard coded constant in random_is_faked.
100 ** g10/ Replace DIGEST_ALGO_SHA224
101    We can't do that right now because it is only defined by newer
102    versions of libgcrypt. 
103 ** GCRY_MD_USER
104    Remove these definitions.
105 ** MY_GCRY_PK_ECDSA
106    Remove this.
108 * Extend selinux support to other modules
110 * Remove -sat PGP2 compatibility hack
112 * UTF-8 specific TODOs
114 * Pinpad Reader
115   We do not yet support P15 applications.  The trivial thing using
116   ASCII characters will be easy to implement but the other cases need
117   some more work.
119 * Bugs
120 ** After disabling scdaemon and sending a HUP
121    scdaemon stays as a zombie and gpg-agent does not perform any more
122    commands.
124 * Howtos
125 ** Migrate OpenPGP keys to another system