aboutsummaryrefslogtreecommitdiffstats
path: root/agent/genkey.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-27agent: Make the request origin a part of the cache items.Werner Koch1-3/+3
2017-07-05agent: Use MAX_PASSPHRASE_LEN (255) also for the loopback.Werner Koch1-2/+2
2017-03-07agent: Resolve conflict of util.h.NIIBE Yutaka1-3/+3
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-04-12agent: Implement new protection mode openpgp-s2k3-ocb-aes.Werner Koch1-1/+1
2015-11-23common: Extend utf8_charcount to include the string's length.Neal H. Walfield1-1/+1
2015-10-09agent: Fix function return type for check_cb and agent_askpin.NIIBE Yutaka1-3/+3
2015-10-02agent: Fix alignment problem with the second passphrase struct.Werner Koch1-2/+11
2015-08-24agent: Raise the maximum password length. Don't hard code it.Neal H. Walfield1-4/+4
2015-08-16Fix pinentry loopback and passphrase contraints.Ben Kibbey1-0/+3
2015-06-30Flag the L_() function with attribute format_arg.Werner Koch1-2/+3
2015-06-30agent: Use different translation func for Pinentry strings.Werner Koch1-27/+24
2015-06-29Show passphrase constraints errors as password prompt errorsNeal H. Walfield1-16/+36
2015-04-14agent: Send the new SETKEYINFO command to the Pinentry.Werner Koch1-2/+2
2015-03-15agent: Remove useless conditions.Werner Koch1-1/+1
2015-01-21gpg: Re-enable the "Passphrase" parameter for batch key generation.Werner Koch1-16/+27
2014-10-24agent: Support pinentries with integrated repeat passphrase feature.Werner Koch1-2/+4
2014-07-23agent: Show just one warning with all failed passphrase constraints.Werner Koch1-38/+74
2014-07-23agent: Only one confirmation prompt for an empty passphrase.Werner Koch1-21/+19
2012-08-24Fix typos spotted during translationsDavid Prévot1-1/+1
2011-09-13Allow no protection in pinentry-mode=loopback.Ben Kibbey1-2/+7
2011-09-13Fixed invalid free.Ben Kibbey1-3/+1
2011-09-12Handle pinentry-mode=loopback.Ben Kibbey1-0/+17
2011-08-10Fixed set but unused variable bugsWerner Koch1-2/+2
2011-06-29Added gpg-agent OPTION "s2k-count".Ben Kibbey1-5/+7
2011-04-21Add OPTION:cache-ttl-opt-preset to gpg-agent.Werner Koch1-2/+2
2011-04-12Use macros for the 120 and 900s cache TTLs.Werner Koch1-2/+3
2011-04-12Added GENKEY --preset to add the passphrase of the generated key to the cache.Ben Kibbey1-1/+11
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-21/+21
2010-10-26Re-implemented GPG's --passwd command and improved it.Werner Koch1-12/+32
2010-10-14All tests work are again workingWerner Koch1-5/+11
2010-10-13More agent support for gpg.Werner Koch1-8/+6
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-6/+8
2010-09-02Obscure the cached passphrases.Werner Koch1-16/+2
2010-09-01s/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/.Werner Koch1-2/+2
2010-09-01Use passphrase caching for import and genkey.Werner Koch1-6/+39
2010-06-24Fix a regression from 2010-06-09.Werner Koch1-1/+1
2010-06-17Avoid using the protect-tool to import pkcs#12.Werner Koch1-112/+87
2010-06-09Merged Dirmngr with GnuPG.Werner Koch1-1/+2
2010-04-14Whole lot of changes to support CE.Werner Koch1-2/+4
2009-06-24Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch1-1/+1
2009-06-17Use cancel button in confirmation only if requested.Werner Koch1-1/+1
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-0/+2
2007-11-19Started to implement the audit log feature.Werner Koch1-1/+1
2007-10-24Changed wording of passphrase checking messages.Werner Koch1-15/+14
2007-09-18Support the SETQUALITYBAR command of recent pinentries.Werner Koch1-6/+25
2007-08-29New command --check-programs for gpgconf.Werner Koch1-1/+1
2007-08-28Add more passphrase policy rules.Werner Koch1-1/+1
2007-08-27Implemented more gpg-agen options to support certain passphrase policies.Werner Koch1-12/+144