1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Enable the tests directory.

This commit is contained in:
Werner Koch 2003-12-23 10:23:16 +00:00
parent 711c4853d6
commit 02f20a7506
5 changed files with 27 additions and 16 deletions

18
TODO
View file

@ -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.
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.