Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-01-13 | Fixed key generation with P-521. Confirmed that signature generation and ↵ | Andrey Jivsov | 1 | -0/+1 | |
verification work. | |||||
2010-11-11 | Fix bug where scdaemon kills a non-daemon gpg-agent. | Werner Koch | 1 | -0/+3 | |
2010-10-26 | Re-implemented GPG's --passwd command and improved it. | Werner Koch | 1 | -1/+2 | |
2010-10-14 | All tests work are again working | Werner Koch | 1 | -1/+2 | |
2010-10-13 | More agent support for gpg. | Werner Koch | 1 | -2/+2 | |
2010-10-01 | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 1 | -4/+6 | |
A couple of forward ported changes. Doc updates. | |||||
2010-09-02 | Obscure the cached passphrases. | Werner Koch | 1 | -3/+3 | |
2010-09-01 | s/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/. | Werner Koch | 1 | -4/+6 | |
Prepare for more use cases of the cache nonce. | |||||
2010-09-01 | Use passphrase caching for import and genkey. | Werner Koch | 1 | -2/+4 | |
2010-08-31 | Import OpenPGP keys into the agent. | Werner Koch | 1 | -2/+7 | |
2010-06-17 | Avoid using the protect-tool to import pkcs#12. | Werner Koch | 1 | -0/+2 | |
2010-05-11 | Update tests. | Werner Koch | 1 | -0/+3 | |
2010-04-21 | More changes on the way to remove secring.gpg. | Werner Koch | 1 | -0/+1 | |
2009-12-14 | Implement dynamic S2K count computation. | Werner Koch | 1 | -0/+1 | |
2009-07-07 | Reworked passing of envars to Pinentry. | Werner Koch | 1 | -10/+4 | |
2009-06-17 | Use cancel button in confirmation only if requested. | Werner Koch | 1 | -1/+1 | |
2009-05-15 | Fix bug #1053 | Werner Koch | 1 | -2/+7 | |
Add option --qualitybar to command GET_PASSPHRASE. | |||||
2009-03-26 | Signing using Netkey 3 cards does now work. | Werner Koch | 1 | -1/+1 | |
2009-03-20 | Fix keygrip computation for TCOS 3 cards. | Werner Koch | 1 | -1/+2 | |
Emit PROGRESS status lines during --learn-card. | |||||
2009-03-19 | Changed order of the confirmation questions for root certificates | Werner Koch | 1 | -1/+1 | |
and stores negative answers in trustlist.txt. | |||||
2009-03-06 | New gpg-agent command to list key information. | Werner Koch | 1 | -0/+5 | |
Gpgsm does now print the S/N of cards. Consider ephemeral keys during listing an export. | |||||
2009-03-03 | Add --reload command to gpgconf. | Werner Koch | 1 | -0/+1 | |
Fix a problem in exechelp.c Get ready for a release. | |||||
2008-09-29 | Remove hacks which are not anymore needed since we now require Libgcrypt 1.4 | Werner Koch | 1 | -3/+3 | |
2008-03-20 | Fix a bug in the ambigious name detection. | Werner Koch | 1 | -0/+1 | |
Minor cleanups. | |||||
2007-11-27 | [W32] Changed default socket for dirmngr. | Werner Koch | 1 | -0/+3 | |
[W32] Add some code for event notifications between scdaemon and gpg-agent. | |||||
2007-11-19 | Started to implement the audit log feature. | Werner Koch | 1 | -1/+4 | |
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes. | |||||
2007-10-01 | Use Assuan socket wrapper calls. | Werner Koch | 1 | -6/+5 | |
Made socket servers secure under Windows. | |||||
2007-09-18 | Support the SETQUALITYBAR command of recent pinentries. | Werner Koch | 1 | -1/+2 | |
2007-09-14 | Print used library version with --version. | Werner Koch | 1 | -1/+1 | |
Typo fixes | |||||
2007-08-28 | Add more passphrase policy rules. | Werner Koch | 1 | -2/+10 | |
(--max-passphrase-days). | |||||
2007-08-27 | Implemented more gpg-agen options to support certain passphrase policies. | Werner Koch | 1 | -0/+8 | |
New tool gpg-check-pattern. | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2007-07-04 | A bunch of minor changes for Windows. | Werner Koch | 1 | -0/+1 | |
2007-06-21 | Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵ | Werner Koch | 1 | -2/+0 | |
Windows. | |||||
2007-06-18 | Add missing fiels for W32. | Werner Koch | 1 | -0/+1 | |
New agent commands: GETINFO and KILLAGENT (w32 only). Agent does now detach from the console. | |||||
2007-06-14 | A whole bunch of changes to allow building for Windows. | Werner Koch | 1 | -2/+3 | |
See the ChangeLogs for details. | |||||
2007-02-14 | agent/ | Werner Koch | 1 | -0/+5 | |
* gpg-agent.c: New option --pinentry-touch-file. (get_agent_socket_name): New. * agent.h (opt): Add pinentry_touch_file. * call-pinentry.c (start_pinentry): Send new option to the pinentry. | |||||
2007-01-25 | agent/ | Werner Koch | 1 | -2/+5 | |
* protect-tool.c (get_passphrase): New arg OPT_CHECK. (get_new_passphrase): Enable OTP_CHECK on the first call. * command.c (cmd_get_passphrase): Implement option --check. * gpg-agent.c (MIN_PASSPHRASE_LEN): New (parse_rereadable_options): New option --min-passphrase-len. * genkey.c (check_passphrase_constraints): New. (agent_genkey, agent_protect_and_store): Call new function. Fix memory leak. * call-pinentry.c (agent_askpin): Allow translation of the displayed error message. (agent_popup_message_start): Remove arg CANCEL_BTN. (popup_message_thread): Use --one-button option. * command.c (cmd_passwd): Now that we don't distinguish between assuan and regular error codes we can jump to the end on error. common/ * simple-pwquery.c (simple_pwquery): New arg OPT_CHECK. | |||||
2006-11-20 | Made some PIN pads work. | Werner Koch | 1 | -3/+8 | |
Some cleanups for 64 bit CPUs. | |||||
2006-11-14 | New command GETEVENTCOUNTER. | Werner Koch | 1 | -0/+2 | |
* command.c (bump_key_eventcounter): New. (bump_card_eventcounter): New. (cmd_geteventcounter): New command. * gpg-agent.c (handle_signal): Call bump_card_eventcounter. * findkey.c (agent_write_private_key): Call bump_key_eventcounter. * trustlist.c (agent_reload_trustlist): Ditto. | |||||
2006-10-19 | Fixes | Werner Koch | 1 | -0/+1 | |
2006-10-06 | Add TLS hash mode | Werner Koch | 1 | -1/+8 | |
2006-09-25 | New "relax" option for trustlist.txt | Werner Koch | 1 | -1/+2 | |
2006-09-15 | Allow for a global trustlist. | Werner Koch | 1 | -5/+4 | |
2006-09-06 | The big Assuan error code removal. | Werner Koch | 1 | -10/+5 | |
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2006-02-09 | PIN caching of cards does now work. | Werner Koch | 1 | -1/+1 | |
2005-11-28 | Preparing an interim release | Werner Koch | 1 | -1/+6 | |
2005-07-27 | Removed directories which are only used by the 1.9 branch | Werner Koch | 1 | -226/+0 | |
2005-06-16 | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 1 | -7/+8 | |
char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now. |