"gpa" reports error: "Unsupported Protocol"

2013-04-10 Thread Jerry
gpa 0.9.3 gpgme 1.3.2 FreeBSD 8.3-STABLE -- amd64 GPA continually displays an error screen when I start it. The screen image is available here: http://www.seibercom.net/logs/gpa-error.png I have tried rebuilding the entire port, but the problem persists. I would welcome any suggestions. -- Jerr

Re: Reading key capabilities information before importing a key

2013-04-10 Thread Hauke Laging
Am Mi 10.04.2013, 22:57:53 schrieb Branko Majic: > Hello all, > > I'm trying to find a way to list the key capabilities of a key before > importing it. I can obtain some basic information by using the command > (I've seen this one in the mailing list archives): > > gpg2 --with-colons test.key > > T

Reading key capabilities information before importing a key

2013-04-10 Thread Branko Majic
Hello all, I'm trying to find a way to list the key capabilities of a key before importing it. I can obtain some basic information by using the command (I've seen this one in the mailing list archives): gpg2 --with-colons test.key The only catch being that the above command will not list the key

Re: gpgme fails encrypting on 64bit debian

2013-04-10 Thread Werner Koch
On Wed, 10 Apr 2013 10:54, simone.pagangr...@gmail.com said: > gcc -m64 -D_FILE_OFFSET_BITS=64 -g test2.c -lgpgme > -L/usr/lib/x86_64-linux-gnu -lgpg-error -o test2 Why do you want to tweak gcc options if you are anyway on a 64 bit system? Also they seem to be harmelss, hast gpgme been build wit

gpgme fails encrypting on 64bit debian

2013-04-10 Thread Simone Pagan Griso
Hi, I'm facing a problem which is giving me a bit of troubles to trace with gpgme. I've reproduced it with a simple test program (starting from another simple example I found) which I paste below. This works on a 32-bit debian-based system but fails on 64-bit one. In particular in the 64-bit case