mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Preparing another release
This commit is contained in:
parent
86852e7eed
commit
a2786169f2
8 changed files with 68 additions and 22 deletions
20
TODO
20
TODO
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue