Werner Koch writes:
On Tue, 25 Sep 2018 23:03, k...@dev.terastrm.net said:
I would like to see the queries to gpg-agent that clients are
sending. Like what key are they trying to access and whatever
other
That is easy. Put
log-file socket://
debug ipc
into ~/.gnupg/gpg-agent.conf
On 2018-09-26 12:43, Peter Lebbing wrote:
On 25/09/2018 23:03, Kristian Larsson wrote:
Is there a way I can monitor and display the queries to gpg-agent so I
can see what the current query is actually trying to do?
This is reminding me of a message Werner wrote[1] last year that
pinentry
On Tue, 25 Sep 2018 23:03, k...@dev.terastrm.net said:
> I would like to see the queries to gpg-agent that clients are
> sending. Like what key are they trying to access and whatever other
That is easy. Put
log-file socket://
debug ipc
into ~/.gnupg/gpg-agent.conf. Feed your m
> This is reminding me of a message Werner wrote[1] last year that
> pinentry will show some context of the reason it is prompting. So this
> functionality might be in the works. I assume you are prompted by a
> pinentry to push the button?
I'm using a similar setup. Pinentry only appears when the
> This is reminding me of a message Werner wrote[1] last year that
> pinentry will show some context of the reason it is prompting. So this
> functionality might be in the works. I assume you are prompted by a
> pinentry to push the button?
I'm using a similar setup. Pinentry only appears when the
On 25/09/2018 23:03, Kristian Larsson wrote:
> Is there a way I can monitor and display the queries to gpg-agent so I
> can see what the current query is actually trying to do?
This is reminding me of a message Werner wrote[1] last year that
pinentry will show some context of the reason
Hello,
I would like to see the queries to gpg-agent that clients are
sending. Like what key are they trying to access and whatever
other information might be available as well.
A little background; I am using gpg-agent together with a Yubikey
to securely store my GPG keys. In addition
eparate thread, but while we're on it, I just
wanted to point out that the Monkeysphere Project [0] currently provides
a means for doing OpenPGP-based site authentication/encryption over TLS,
and has discussed building a gpg plugin that can do OpenPGP validation
of hkps keyserver queries:
htt
Hi,
I am Atul, I have some queries regarding the gpg encryption algoritm. These are
as follows:
1. How to use RSA only for encryption?
2. Is 'expert' command recommended to switch the encryption algorithm from
ElGamal to RSA? If not how it is possible?
Tha