** replace leading zero in integer hack by a cleaner solution
* sm/gpgsm.c
-** mark all unimplemented commands and options.
** Implement --default-key
** support the anyPolicy semantic
-** Check that we are really following the verification procedures in rfc3280.
-
+** Should we prefer nonRepudiation certs over plain signing certs?
+ Also: Do we need a way to allow the selection of a qualSig cert
+ over a plain one? The background is that the Telesec cards have 3
+ certs capable of signing all with the same subject name.
* sm/keydb.c
** Check file permissions
* sm/export.c
** Return an error code or a status info per user ID.
-* scd/tlv.c
+* common/tlv.c
The parse_sexp function should not go into this file. Check whether
we can change all S-expression handling code to make use of this
function.
* scd
** Application context vs. reader slot
- We have 2 concurrent method of tracking whether a read is in use:
- Using the session_list in command.c and the lock_table in app.c. IT
+ We have 2 concurrent method of tracking whether a reader is in use:
+ Using the session_list in command.c and the lock_table in app.c. It
would be better to do this just at one place. First we need to see
how we can support cards with multiple applications.
-** Detecting a removed card works only after the ticker detected it.
- We should check the card status in open-card to make this smoother.
- Needs to be integrated with the status file update, though. It is
- not a real problem because application will get a card removed
- status and should the send a reset to try solving the problem.
+** Resolve fixme in do_sign of app-dinsig.
+** Disconnect
+ Card timeout is currently used as a boolean.
+ Add disconnect support for the ccid driver.
-** Add a test to check the extkeyusage.
+* Regression tests
+** Add a regression test to check the extkeyusage.
* Windows port (W32)
-** No card status notifications.
** Regex support is disabled
We need to adjust the test to find the regex we have anyway in
- gpg4in. Is that regex compatible to the OpenPGP requirement?
+ gpg4win. Is that regex compatible to the OpenPGP requirement?
* sm/
** check that we issue NO_SECKEY xxx if a -u key was not found
We don't. The messages returned are also wrong (recipient vs. signer).
-** gpgsm_format_name2
- Replace by an estream based implementation.
* jnlib/
-** provide jnlib_malloc and try to remove all jnlib_xmalloc.
+** Try to remove all jnlib_xmalloc.
* g10/
** issue a NO_SECKEY xxxx if a -u key was not found.
-
-* When switching to libgcrypt 1.3
-** scd#encode_md_for_card, g10#encode_md_value, sm@do_encode_md
- Remove the extra test for a valid algorithm as libgcrypt will do it
- then in gcry_md_algo_info.
-** skclist.c
- Remove the hard coded constant in random_is_faked.
-** g10/ Replace DIGEST_ALGO_SHA224
- We can't do that right now because it is only defined by newer
- versions of libgcrypt.
-** GCRY_MD_USER
- Remove these definitions.
-** MY_GCRY_PK_ECDSA
- Remove this.
-
* Extend selinux support to other modules
-
-* Remove -sat PGP2 compatibility hack
+ See also http://etbe.coker.com.au/2008/06/06/se-linux-support-gpg/
* UTF-8 specific TODOs
+ None.
+
+* Manual
+** Document all gpgsm options.
+
* Pinpad Reader
We do not yet support P15 applications. The trivial thing using
some more work.
* Bugs
-** After disabling scdaemon and sending a HUP
- scdaemon stays as a zombie and gpg-agent does not perform any more
- commands.
+
* Howtos
** Migrate OpenPGP keys to another system
+* Gpg-Agent Locale
+ Although we pass LC_MESSAGE from gpgsm et al. to Pinentry, this has
+ only an effect on the stock GTK strings (e.g. "OK") and not on any
+ strings gpg-agent generates and passes to Pinentry. This defeats
+ our design goal to allow changing the locale without changing
+ gpg-agent's default locale (e.g. by the command updatestartuptty).
+
+* RFC 4387: Operational Protocols: Certificate Store Access via HTTP
+ Do we support this?