aboutsummaryrefslogtreecommitdiffstats
path: root/agent/agent.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-03agent: Add --force option for LEARN.NIIBE Yutaka1-1/+1
2015-01-29agent: Fix use of imported but unprotected openpgp keys.Werner Koch1-1/+2
2015-01-28agent: Add some extra robustness to extract_private_keyWerner Koch1-1/+2
2015-01-27agent: Fix agent_public_key_from_file for ECC.NIIBE Yutaka1-0/+7
2015-01-21gpg: Re-enable the "Passphrase" parameter for batch key generation.Werner Koch1-1/+2
2014-12-19agent: Keep the session environment for restricted connections.Werner Koch1-0/+1
2014-12-12gpg: Let --card--status create a shadow key (card key stub).Werner Koch1-1/+1
2014-11-27gpg-agent: Add restricted connection feature.Мирослав Николић1-0/+8
2014-10-24agent: Support pinentries with integrated repeat passphrase feature.Werner Koch1-0/+2
2014-10-03Remove support for the GPG_AGENT_INFO envvar.Werner Koch1-3/+0
2014-09-17gpg: Improve passphrase caching.Werner Koch1-0/+1
2014-04-15agent: Add command DELETE_KEY.Werner Koch1-0/+2
2014-03-22agent: Cleanups to prepare implementation of Ed25519.Werner Koch1-1/+2
2014-03-07ssh: Add support for Putty.Werner Koch1-3/+8
2013-11-15gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch1-0/+1
2013-08-28gpg: Make decryption with the OpenPGP card work.Werner Koch1-3/+3
2013-08-08agent: Extend cmd KEYINFO to return data from sshcontrol.Werner Koch1-0/+14
2013-05-22Implement unattended OpenPGP secret key import.Werner Koch1-1/+2
2013-02-28agent: pksign result conversion to sexp to upper layer.NIIBE Yutaka1-1/+2
2013-02-12agent: Add KEYTOCARD command.NIIBE Yutaka1-0/+7
2013-02-06agent: Move a typedef to common and provide parse_pinentry_mode.Werner Koch1-10/+1
2012-02-07agent: Add pin length field to the shadowed private key format.Werner Koch1-1/+1
2012-02-07agent: New function agent_print_status.Werner Koch1-0/+3
2011-12-05Amend the agent code with more comments.Werner Koch1-22/+61
2011-09-12Handle pinentry-mode=loopback.Ben Kibbey1-0/+3
2011-07-20Support a confirm flag for ssh.Werner Koch1-0/+2
2011-06-29Added gpg-agent OPTION "s2k-count".Ben Kibbey1-1/+4
2011-04-26Fixed regression in OpenPGP secret key export.Werner Koch1-0/+1
2011-04-21Add OPTION:cache-ttl-opt-preset to gpg-agent.Werner Koch1-2/+7
2011-04-12Use macros for the 120 and 900s cache TTLs.Werner Koch1-0/+6
2011-04-12Added GENKEY --preset to add the passphrase of the generated key to the cache.Ben Kibbey1-1/+1
2011-03-03New agent option pinentry-mode.Werner Koch1-1/+16
2011-03-02Fix usage of SHA-2 algorithm with OpenPGP cards.Werner Koch1-0/+1
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-11/+11
2011-01-13Fixed key generation with P-521. Confirmed that signature generation and veri...Andrey Jivsov1-0/+1
2010-11-11Fix bug where scdaemon kills a non-daemon gpg-agent.Werner Koch1-0/+3
2010-10-26Re-implemented GPG's --passwd command and improved it.Werner Koch1-1/+2
2010-10-14All tests work are again workingWerner Koch1-1/+2
2010-10-13More agent support for gpg.Werner Koch1-2/+2
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-4/+6
2010-09-02Obscure the cached passphrases.Werner Koch1-3/+3
2010-09-01s/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/.Werner Koch1-4/+6
2010-09-01Use passphrase caching for import and genkey.Werner Koch1-2/+4
2010-08-31Import OpenPGP keys into the agent.Werner Koch1-2/+7
2010-06-17Avoid using the protect-tool to import pkcs#12.Werner Koch1-0/+2
2010-05-11Update tests.Werner Koch1-0/+3
2010-04-21More changes on the way to remove secring.gpg.Werner Koch1-0/+1
2009-12-14Implement dynamic S2K count computation.Werner Koch1-0/+1
2009-07-07Reworked passing of envars to Pinentry.Werner Koch1-10/+4
2009-06-17Use cancel button in confirmation only if requested.Werner Koch1-1/+1