File: PROJECTS

package info (click to toggle)
gnupg 1.4.18-7%2Bdeb8u5
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 34,476 kB
  • sloc: ansic: 127,074; sh: 7,535; asm: 4,610; makefile: 1,186; yacc: 291; perl: 196; pascal: 72; sed: 16
file content (46 lines) | stat: -rw-r--r-- 1,999 bytes parent folder | download | duplicates (15)
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

    * Change the internal representation of keyid into a struct which
      can also hold the localid and extend the localid to hold information
      of the subkey number because two subkeys may have the same keyid.

    * Add a way to override the current cipher/md implementations
      by others (using extensions)

    * Not GnuPG related:  What about option completion in bash?
      Can "--dump-options" be used for this or should we place the
      options in an ELF note section?

    * Split key support (n-out-of-m).  Use our own protocol or figure out
      how PGP does it.

    * add an option to re-create a public key from a secret key; we
      can do this in trustdb.c:verify_own_keys. (special tool?)
      Hmmm, we better drop the duplication of the public part and just keep
      the secrets in the "secring" - this has the additional that we can
      put those secrets on a hardware token.

    * write a tool to extract selected keys from a file.

    * Change the buffering to a mbuf like scheme?  See Michael's proposal.

    * Keep a list of duplicate, faked or unwanted keyids.

    * The current code has knowledge about the structure of a keyblock.
      We should add an abstraction layer so that adding support for
      different certificate structures will become easier.

    * "Michael T. Babcock" <mbabcock@fibrespeed.net> suggested to write
      an event log so that other software can display a key history or
      alike with GnuPG results.  This should be connected to the keyrings.



 Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.

 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.