User Details
User Details
- User Since
- Mar 27 2017, 4:48 PM (399 w, 5 d)
- Availability
- Available
Sep 8 2016
Sep 8 2016
gvs added a comment to T2390: gpg-agent not expiring passphrase.
I tested with 2.0.22 on Ubuntu 14.04.5 LTS and SIGHUP expired the cached
passphrase. I'll have to find some time to test 2.0.30.
Jun 18 2016
Jun 18 2016
gvs added a comment to T2390: gpg-agent not expiring passphrase.
This shows default-cache-ttl and max-cache-ttl being ignored:
$ eval gpg-agent --daemon
$ env | grep GPG
GPG_AGENT_INFO=/tmp/gpg-NFU8a4/S.gpg-agent:17812:1
$ gpg2 -q --decrypt foo.gpg
blah
$ kill -HUP 17812
$ gpg2 -q --decrypt foo.gpg
blah
$ date
Sat Jun 18 11:15:24 JST 2016
$ cat .gnupg/gpg-agent.conf
default-cache-ttl 300
max-cache-ttl 300
$ date
Sat Jun 18 11:24:06 JST 2016
$ gpg2 -q --decrypt foo.gpg
blah
gvs set Version to 2.0.26 on T2390: gpg-agent not expiring passphrase.
gvs added a comment to T2390: gpg-agent not expiring passphrase.
This issue may be related to: T2054