[gnutls-dev] [PATCH] Fixing OpenPGP keyring import (again)
Timo Schulz
twoaday at gmx.net
Mon May 21 21:01:59 CEST 2007
Ludovic Courtès wrote:
> Can you make sure this patch is applied?
I applied the patch, but I still have a little problem.
For my tests I use:
./gnutls-cli --pgpkeyfile openpgp/cli_sec.asc \
--pgpkeyring openpgp/cli_ring.asc \
--pgpcertfile openpgp/cli_pub.asc --port 5556 test.gnutls.org
(I generated the "cli_ring.asc" file with
cp cli_ring.gpg /tmp
gpg --homedir . --no-options --no-emit-version \
--keyring cli_ring.gpg -a --export > cli_ring.asc
)
But I'm a little confused because the import
code, with the armor flag, is never called.
That's why I also did not detect the problem the first
time. Did I forget to set an option to assure the code
will be used?
Timo
More information about the Gnutls-dev
mailing list