diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -33,7 +33,7 @@ might want to have an agent context for each service request * sm/gpgsm.c ** Support --output ** mark all unimplemented commands and options. -** Print a hint when of MD2 is the cause for a problem. +** Print a hint when MD2 is the cause for a problem. * sm/keydb.c ** Check file permissions @@ -71,10 +71,16 @@ might want to have an agent context for each service request ** Enhance with card compatibility check * scd/app-openpgp - Do a pre-check to make sure that the minimum length condition of the - PINs are satisied - this avoid useless retry counter decrements in - case the PIN dialog is accidently hit. - Must check that the fingerprint used is not the one of the authentication key. Old GnuPG versions seem to encode the wrong - keyID.
\ No newline at end of file + keyID. + +* Store the revocation status directly in the Keybox + +* tests +** Makefile.am + We use printf(1) to setup the library path, this is not portable. + Furthermore LD_LIBRARY_PATH is not used on all systems. It doesn't + matter for now, because we use some GNU/*BSDish features anyway. + + |