diff options
author | Werner Koch <wk@gnupg.org> | 2003-12-23 11:23:16 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2003-12-23 11:23:16 +0100 |
commit | 02f20a7506263c95767f15ea69f81ede70c64627 (patch) | |
tree | 62acb5ab8d8b2ef97f86b56603a475adaba41f3e /TODO | |
parent | * server.c (gpgsm_server): Add arg DEFAULT_RECPLIST. (diff) | |
download | gnupg2-02f20a7506263c95767f15ea69f81ede70c64627.tar.xz gnupg2-02f20a7506263c95767f15ea69f81ede70c64627.zip |
Enable the tests directory.
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. + + |