summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-10-10 13:11:04 +0200
committerWerner Koch <wk@gnupg.org>2006-10-10 13:11:04 +0200
commit2e8481c03bceef8d009ea30b40c3e1674cfc9e93 (patch)
tree03469588ff8e79f7c2cc28300cc133c9e89c69d1 /TODO
parentMake it also work for the card. (diff)
downloadgnupg2-2e8481c03bceef8d009ea30b40c3e1674cfc9e93.tar.xz
gnupg2-2e8481c03bceef8d009ea30b40c3e1674cfc9e93.zip
Various changes
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index c43aabe55..c3b4b5b1f 100644
--- a/TODO
+++ b/TODO
@@ -68,6 +68,10 @@ might want to have an agent context for each service request
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.
** Add a test to check the extkeyusage.
@@ -99,7 +103,8 @@ might want to have an agent context for each service request
** 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.
* Extend selinux support to other modules