2002-10-19 09:55:27 +02:00
|
|
|
-*- outline -*-
|
1998-10-18 17:21:22 +02:00
|
|
|
|
2004-06-28 09:42:33 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* src/base64
|
|
|
|
** Make parsing more robust
|
|
|
|
Currently we don't cope with overlong lines in the best way.
|
2000-10-11 19:26:49 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* sm/call-agent.c
|
|
|
|
** The protocol uses an incomplete S-expression
|
|
|
|
We should always use valid S-Exp and not just parts.
|
|
|
|
** Some code should go into import.c
|
|
|
|
** When we allow concurrent service request in gpgsm, we
|
|
|
|
might want to have an agent context for each service request
|
|
|
|
(i.e. Assuan context).
|
1999-12-08 22:03:03 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* sm/certreqgen.c
|
|
|
|
** Improve error reporting
|
|
|
|
** Do some basic checks on the supplied DNs
|
1999-12-08 22:03:03 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* sm/certchain.c
|
|
|
|
** When a certificate chain was sucessfully verified, make ephemeral certs used in this chain permanent.
|
|
|
|
** figure out how to auto retrieve a key by serialno+issuer.
|
|
|
|
Dirmngr is currently not able to parse more than the CN.
|
1999-12-08 22:03:03 +01:00
|
|
|
|
2004-08-18 16:37:22 +02:00
|
|
|
* sm/certlist.c
|
|
|
|
** ocspSigning usage is not fully implemented
|
|
|
|
We should review the entire CRL and OCSP validation system.
|
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* sm/decrypt.c
|
|
|
|
** replace leading zero in integer hack by a cleaner solution
|
1999-12-08 22:03:03 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* sm/gpgsm.c
|
2004-01-16 18:39:58 +01:00
|
|
|
** Support --output for all commands
|
2002-10-19 09:55:27 +02:00
|
|
|
** mark all unimplemented commands and options.
|
2003-12-23 11:23:16 +01:00
|
|
|
** Print a hint when MD2 is the cause for a problem.
|
2004-01-16 18:39:58 +01:00
|
|
|
** Implement --default-key
|
2004-02-25 09:58:46 +01:00
|
|
|
** Using --export-secret-key-p12 with a non-pth agent
|
|
|
|
This leads to a lockup because gpgsm is still accessing the agent
|
|
|
|
while gpg-protect-tool wants to pop up the pinentry. Solution is
|
|
|
|
to release the connection. This is not trivial, thus we are going
|
|
|
|
to do that while changing gpgsm to allow concurrent operations.
|
2004-08-17 17:26:22 +02:00
|
|
|
** support the anyPolicy semantic
|
|
|
|
** Check that we are really following the verification procedures in rfc3280.
|
1999-09-15 17:58:40 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* sm/keydb.c
|
|
|
|
** Check file permissions
|
|
|
|
** Check that all error code mapping is done.
|
|
|
|
** Remove the inter-module dependencies between gpgsm and keybox
|
2003-06-03 21:55:50 +02:00
|
|
|
** Add an source_of_key field
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2004-01-28 17:22:25 +01:00
|
|
|
* agent/gpg-agent.c
|
|
|
|
** A SIGHUP should also restart the scdaemon
|
2004-08-17 17:26:22 +02:00
|
|
|
But do this only after all connections terminated. As of now we
|
|
|
|
only send a RESET.
|
2004-01-28 17:22:25 +01:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* agent/command.c
|
|
|
|
** Make sure that secure memory is used where appropriate
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* agent/pkdecrypt.c, agent/pksign.c
|
|
|
|
** Don't use stdio to return results.
|
2004-08-17 17:26:22 +02:00
|
|
|
** Support DSA
|
1999-08-31 17:30:12 +02:00
|
|
|
|
2004-01-29 21:16:59 +01:00
|
|
|
* agent/divert-scd.c
|
|
|
|
Remove the agent_reset_scd kludge.
|
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* Move pkcs-1 encoding into libgcrypt.
|
1999-09-02 16:50:38 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* Use a MAC to protect some files.
|
1999-09-02 16:50:38 +02:00
|
|
|
|
2002-10-19 09:55:27 +02:00
|
|
|
* sm/export.c
|
|
|
|
** Return an error code or a status info per user ID.
|
1999-09-02 16:50:38 +02:00
|
|
|
|
2003-09-23 19:48:33 +02:00
|
|
|
* Where is http.c, regcomp.c, srv.c, w32reg.c ?
|
2003-09-30 15:16:33 +02:00
|
|
|
|
|
|
|
* scd/sc-investigate
|
|
|
|
** Enhance with card compatibility check
|
|
|
|
|
2003-12-23 11:23:16 +01:00
|
|
|
* tests
|
|
|
|
** Makefile.am
|
|
|
|
We use printf(1) to setup the library path, this is not portable.
|
|
|
|
Furthermore LD_LIBRARY_PATH is not used on all systems. It doesn't
|
|
|
|
matter for now, because we use some GNU/*BSDish features anyway.
|
|
|
|
|
2004-02-20 14:46:21 +01:00
|
|
|
** Add a test to check the extkeyusage.
|
|
|
|
|
2004-07-22 11:37:36 +02:00
|
|
|
* doc/
|
|
|
|
** Explain how to setup a root CA key as trusted
|
|
|
|
** Explain how trustlist.txt might be managed.
|
2004-09-29 15:50:31 +02:00
|
|
|
** Document watchgnupg
|
|
|
|
** Write a script to generate man pages from texi.
|
2004-08-05 11:24:36 +02:00
|
|
|
|
|
|
|
* Requirements by the BSI
|
|
|
|
** Support authorityKeyIdentifier.keyIdentifier
|
|
|
|
This needs support in libksba/src/cert.c as well as in sm/*.c.
|
|
|
|
Need test certs as well. Same goes for CRL authorityKeyIdentifier.
|
|
|
|
|
|
|
|
** For pkcs#10 request header.
|
|
|
|
We use "NEW CERTIFICATE REQUEST" the specs say "CERTIFICATE
|
|
|
|
REQUEST" should be used. However it seems that their CA software
|
|
|
|
is also able to use our header. Binary pkcs#10 request are not
|
|
|
|
allowed.
|
|
|
|
|
|
|
|
** Dirmngr: name subordination (nameRelativeToCRLIssuer)
|
|
|
|
is not yet supported by Dirmngr.
|
|
|
|
|
|
|
|
** Dirmngr: CRL DP URI
|
|
|
|
The CRL DP shall use an URI for LDAP without a host name. The host
|
|
|
|
name shall be looked by using the DN in the URI. We don't implement
|
|
|
|
this yet. Solution is to have a mapping DN->host in our ldapservers
|
|
|
|
configuration file.
|
|
|
|
|