diff options
author | Werner Koch <wk@gnupg.org> | 2005-01-13 19:00:46 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2005-01-13 19:00:46 +0100 |
commit | 444c93043d8d2c9734df9be6067a30292739a9d9 (patch) | |
tree | a04b757300e10c5b1002ce43b02b94e278f2bdb1 /TODO | |
parent | Updated. (diff) | |
download | gnupg2-444c93043d8d2c9734df9be6067a30292739a9d9.tar.xz gnupg2-444c93043d8d2c9734df9be6067a30292739a9d9.zip |
* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple testV1-9-15
program to see whether the installation is sane.
* certreqgen.c (proc_parameters): Cast printf arg.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -67,16 +67,14 @@ might want to have an agent context for each service request * Move pkcs-1 encoding into libgcrypt. -* Use a MAC to protect some files. +* Use a MAC to protect sensitive files. + The problem here is that we need yet another key and it is unlikely + that users are willing to remember that key too. It is possible to + do this with a smartcard, though. * sm/export.c ** Return an error code or a status info per user ID. -* Where is http.c, regcomp.c, srv.c, w32reg.c ? - -* scd/sc-investigate -** Enhance with card compatibility check - * tests ** Makefile.am We use printf(1) to setup the library path, this is not portable. |