aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
blob: 7d77e55c9a30237b3061fb42920997d6c033594c (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
49
50
51
52
53
    * add option --restore-ownertrust

    * always put key signatures before the first subkey.

    * Change the formatting of log_xxxx to GNU standards
      ("name:filename:line: text")

    * add a way to delete subkeys (in edit-keys?)

    * make preferences work

    * rewrite --list-packets or put it into another tool.

    * add field to PKT_user_id to hold the hash context

    * add usage arguments to get_key_byname or return a PKC_LIST with
      all keys and add a selection.

    * add readline support. Must enhance libreadline - Anyone?

    * Burn the buffers used by fopen(), or use read(2). Does this
      really make sense?


    * enable a SIGSEGV handler while using zlib functions

    * improve iobuf by reading more than one byte at once,
      this shoud espceially done for the buffer in the chain.
      Change the buffering to a mbuf like scheme? Need it for PSST anyway.
    * add a way to distinguish between errors and eof in the underflow/flush
      function of iobuf.
    * add checking of armor trailers
    * remove all "Fixmes"

    * bug: g10/trustdb.c#build_sigrecs called to often by do_list_path
      and remove the bad kludge. Maybe we should put all sigs into the trustdb
      and mark them as valid/invalid/nopubkey, and how do we check, that
      we have a self-signature -> put this stuff into a kind of directory
      record, as it does not belong to the pubkey record?

    * add an option to create a new user id.

    * add an option to re-create a public key from a secret key. Think about
      a backup system of only the secret part of the secret key.

    * add fingerprint/keyid hashing. We need a new field in PKC to
      flag that we may have a cached signature for this (and use the address
      of PKC to lookup the hash).

    * replace getkey.c#enum_secret_keys