On Wed, 15 Nov 2006 02:02, [EMAIL PROTECTED] said: > But now, with the code compiling, I could track down to where the problem is. > The method gpgsm_validate_chain (ctrl, cert, NULL, 0, NULL, 0); on sm/sign.c > is failling. Any hints on what I can do to know why it is failling?
Run gpgsm --dump-chain YOUR_KEY_ID To see al certificates in the chain. If this does not show any problems, you should add the options: --with-validation --disable-crl-checks Shalom-Salam, Werner _______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
