2002-10-19 07:55:27 +00:00
|
|
|
-*- outline -*-
|
1998-10-18 15:21:22 +00:00
|
|
|
|
2002-10-19 07:55:27 +00:00
|
|
|
* src/base64
|
|
|
|
** Make parsing more robust
|
|
|
|
Currently we don't cope with overlong lines in the best way.
|
2000-10-11 17:26:49 +00:00
|
|
|
|
2002-10-19 07:55:27 +00: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 21:03:03 +00:00
|
|
|
|
2002-10-19 07:55:27 +00:00
|
|
|
* sm/certreqgen.c
|
|
|
|
** Improve error reporting
|
|
|
|
** Do some basic checks on the supplied DNs
|
1999-12-08 21:03:03 +00:00
|
|
|
|
2002-10-19 07:55:27 +00: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 21:03:03 +00:00
|
|
|
|
2002-10-19 07:55:27 +00:00
|
|
|
* sm/decrypt.c
|
|
|
|
** replace leading zero in integer hack by a cleaner solution
|
1999-12-08 21:03:03 +00:00
|
|
|
|
2002-10-19 07:55:27 +00:00
|
|
|
* sm/sign.c
|
|
|
|
** Don't hardcode the use of RSA.
|
1999-10-26 12:14:37 +00:00
|
|
|
|
2002-10-19 07:55:27 +00:00
|
|
|
* sm/gpgsm.c
|
|
|
|
** Support --output
|
|
|
|
** mark all unimplemented commands and options.
|
1999-09-15 15:58:40 +00:00
|
|
|
|
2002-10-19 07:55:27 +00:00
|
|
|
* sm/keydb.c
|
|
|
|
** Check file permissions
|
|
|
|
** Write a keybox header and check for that magic value.
|
|
|
|
** Check that all error code mapping is done.
|
|
|
|
** Remove the inter-module dependencies between gpgsm and keybox
|
1999-03-14 18:35:18 +00:00
|
|
|
|
2002-06-29 14:15:02 +00:00
|
|
|
|
2002-10-19 07:55:27 +00:00
|
|
|
* agent/command.c
|
|
|
|
** Make sure that secure memory is used where appropriate
|
2002-06-29 14:15:02 +00:00
|
|
|
|
2002-10-19 07:55:27 +00:00
|
|
|
* agent/pkdecrypt.c, agent/pksign.c
|
|
|
|
** Don't use stdio to return results.
|
1999-08-31 15:30:12 +00:00
|
|
|
|
2002-10-19 07:55:27 +00:00
|
|
|
* agent/protect-tool.c
|
|
|
|
** Export and import certificates along with the secret key.
|
|
|
|
** Make it more comfortable; i.e. copy files to the correct place.
|
1999-08-31 15:30:12 +00:00
|
|
|
|
2002-10-19 07:55:27 +00:00
|
|
|
* Move pkcs-1 encoding into libgcrypt.
|
1999-09-02 14:50:38 +00:00
|
|
|
|
2002-10-19 07:55:27 +00:00
|
|
|
* Use a MAC to protect some files.
|
1999-09-02 14:50:38 +00:00
|
|
|
|
2002-10-19 07:55:27 +00:00
|
|
|
* sm/export.c
|
|
|
|
** Return an error code or a status info per user ID.
|
1999-09-02 14:50:38 +00:00
|
|
|
|
2003-04-29 10:37:24 +00:00
|
|
|
* ALL
|
|
|
|
** Return IMPORT_OK status.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1999-09-17 10:58:20 +00:00
|
|
|
|