diff options
author | Werner Koch <wk@gnupg.org> | 2006-10-24 16:45:34 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-10-24 16:45:34 +0200 |
commit | a2786169f2e17f67595c96f383e780b9548a6b6c (patch) | |
tree | 8c5571293aca13b0b539050a6f1af44cbb908e30 /TODO | |
parent | 2006-10-24 Marcus Brinkmann <marcus@g10code.de> (diff) | |
download | gnupg2-a2786169f2e17f67595c96f383e780b9548a6b6c.tar.xz gnupg2-a2786169f2e17f67595c96f383e780b9548a6b6c.zip |
Preparing another releasegnupg-1.9.94
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 20 |
1 files changed, 8 insertions, 12 deletions
@@ -2,14 +2,14 @@ * src/base64 ** Make parsing more robust -Currently we don't cope with overlong lines in the best way. + Currently we don't cope with overlong lines in the best way. ** Check that we really release the ksba reader/writer objects. * sm/call-agent.c ** 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). + might want to have an agent context for each service request + (i.e. Assuan context). * sm/certchain.c ** When a certificate chain was sucessfully verified, make ephemeral certs used in this chain permanent. @@ -53,7 +53,7 @@ might want to have an agent context for each service request ** Return an error code or a status info per user ID. * scd/tlv.c - The parse_sexp fucntion should not go into this file. Check whether + 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. @@ -64,14 +64,10 @@ might want to have an agent context for each service request 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. -** app-p15.c:do_auth - We assume SHA1 here. However we should also allow for TLS-MD5SHA1. - To properly inplement this we need to extend the inetrnal API. A - simple workaround by looking at the digest size if possible. + 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. ** Add a test to check the extkeyusage. |