Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gpg: Make decryption with the OpenPGP card work. | Werner Koch | 2013-08-28 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | * scd/app-common.h (APP_DECIPHER_INFO_NOPAD): New. * scd/app-openpgp.c (do_decipher): Add arg R_INFO. * scd/app-nks.c (do_decipher): Add arg R_INFO as a dummy. * scd/app.c (app_decipher): Add arg R_INFO. * scd/command.c (cmd_pkdecrypt): Print status line "PADDING". * agent/call-scd.c (padding_info_cb): New. (agent_card_pkdecrypt): Add arg R_PADDING. * agent/divert-scd.c (divert_pkdecrypt): Ditto. * agent/pkdecrypt.c (agent_pkdecrypt): Ditto. * agent/command.c (cmd_pkdecrypt): Print status line "PADDING". * g10/call-agent.c (padding_info_cb): New. (agent_pkdecrypt): Add arg R_PADDING. * g10/pubkey-enc.c (get_it): Use padding info. -- Decryption using a card never worked in gpg 2.1 because the information whether the pkcs#1 padding needs to be removed was not available. Gpg < 2.1 too this info from the secret sub key but that has gone in 2.1. Signed-off-by: Werner Koch <[email protected]> | ||||
* | agent: New option --disable-check-own-socket. | Werner Koch | 2013-05-22 | 1 | -8/+20 |
| | | | | | | | | | * agent/gpg-agent.c (oDisableCheckOwnSocket): New. (disable_check_own_socket): New. (parse_rereadable_options): Set new option. (check_own_socket): Implement new option. Signed-off-by: Werner Koch <[email protected]> | ||||
* | Mention status messages in the documentation. | Ben Kibbey | 2012-04-04 | 1 | -0/+8 |
| | | | | Note INQUIRE_MAXLEN. | ||||
* | Document PASSWD --preset. | Ben Kibbey | 2012-04-04 | 1 | -0/+10 |
| | |||||
* | Document GENKEY options. | Ben Kibbey | 2012-04-04 | 1 | -0/+12 |
| | |||||
* | Document PRESET_PASSPHRASE. | Ben Kibbey | 2012-04-04 | 1 | -0/+27 |
| | |||||
* | Document CLEAR_PASSPHRASE. | Ben Kibbey | 2012-04-04 | 1 | -0/+23 |
| | | | | And describe the --mode=normal option. | ||||
* | Put more options into the options index | Werner Koch | 2011-10-12 | 1 | -4/+0 |
| | | | | Also removed the single letter options from the index. | ||||
* | Typo fix | Werner Koch | 2011-08-10 | 1 | -1/+1 |
| | |||||
* | Minor doc updates v2.0 vs. v2.1) | Werner Koch | 2011-08-08 | 1 | -0/+8 |
| | |||||
* | Support a confirm flag for ssh. | Werner Koch | 2011-07-20 | 1 | -2/+9 |
| | | | | | This implements the suggestion from bug#1349. With this change the fingerprint of the ssh key is also displayed in the pinentry prompts. | ||||
* | Document OPTION s2k-count | Werner Koch | 2011-06-29 | 1 | -0/+8 |
| | |||||
* | Add OPTION:cache-ttl-opt-preset to gpg-agent. | Werner Koch | 2011-04-21 | 1 | -0/+6 |
| | | | | | This option may be used to change the default ttl values use with the --preset option of GENKEY and PASSWD. | ||||
* | New agent option pinentry-mode. | Werner Koch | 2011-03-03 | 1 | -43/+114 |
| | | | | | This provides the framework and implements the ask, cancel and error. loopback will be implemented later. | ||||
* | Describe new log facilities. | Werner Koch | 2010-12-02 | 1 | -1/+2 |
| | |||||
* | Update scripts etc.gnupg-2.1.0beta1gnupg-2.1-base | Werner Koch | 2010-10-26 | 1 | -1/+13 |
| | |||||
* | All tests work are again working | Werner Koch | 2010-10-14 | 1 | -2/+12 |
| | |||||
* | Import fixes. | Werner Koch | 2010-10-06 | 1 | -2/+15 |
| | | | | | new otion for watchgnupg | ||||
* | Don't set SSH_AGENTPID_INFO. | Werner Koch | 2010-10-05 | 1 | -6/+7 |
| | | | | | | Doc fixes. Allow TCP and local sockets in watchgnupg. | ||||
* | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 2010-10-01 | 1 | -5/+11 |
| | | | | | | A couple of forward ported changes. Doc updates. | ||||
* | Add component pinentry as an easy way to figure out the default | Werner Koch | 2010-08-19 | 1 | -2/+2 |
| | | | | | pinentry. Also allows to test whether pinentry is installed. | ||||
* | Include dirmngr manual | Werner Koch | 2010-06-10 | 1 | -3/+3 |
| | |||||
* | Update tests. | Werner Koch | 2010-05-11 | 1 | -7/+8 |
| | |||||
* | auto start the agent if --use-standard-socket is in use. | Werner Koch | 2010-05-03 | 1 | -2/+5 |
| | |||||
* | support numeric debug levels. | Werner Koch | 2009-12-03 | 1 | -14/+20 |
| | |||||
* | Typo fixes. Fixes bug#1093 | Werner Koch | 2009-07-22 | 1 | -8/+8 |
| | |||||
* | Give hints on files to backup. | Werner Koch | 2009-07-22 | 1 | -18/+23 |
| | |||||
* | Fix for bug#1066. | Werner Koch | 2009-06-02 | 1 | -7/+9 |
| | | | | | A couple of minor changes. | ||||
* | Made card key generate with backup key work for 2048 bit. | Werner Koch | 2009-05-15 | 1 | -3/+8 |
| | | | | | Improved card key generation prompts. | ||||
* | Changed order of the confirmation questions for root certificates | Werner Koch | 2009-03-19 | 1 | -2/+7 |
| | | | | | and stores negative answers in trustlist.txt. | ||||
* | Add missing option strings. | Werner Koch | 2009-03-02 | 1 | -2/+2 |
| | |||||
* | Modernized gpg-agent startup instructions | Werner Koch | 2009-03-02 | 1 | -10/+23 |
| | |||||
* | Add option --no-ask for GET_PASSPHRASE. | Werner Koch | 2008-12-10 | 1 | -1/+6 |
| | |||||
* | use $() instead of backticks. | Werner Koch | 2008-11-12 | 1 | -9/+9 |
| | |||||
* | Always search missing certifcates using a running Dirmngr's cache. | Werner Koch | 2008-02-13 | 1 | -0/+2 |
| | |||||
* | W32 fix for trustdb creation. | Werner Koch | 2008-01-30 | 1 | -5/+5 |
| | |||||
* | Typo and grammer fixes by Justin Pryzby. | Werner Koch | 2008-01-28 | 1 | -31/+31 |
| | |||||
* | Started to implement the audit log feature. | Werner Koch | 2007-11-19 | 1 | -5/+7 |
| | | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes. | ||||
* | 2007-10-31 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2007-10-31 | 1 | -5/+5 |
| | | | | | * gpg-agent.texi (Agent Options): Fix typos, by Bernhard Reiter. | ||||
* | Add more passphrase policy rules. | Werner Koch | 2007-08-28 | 1 | -0/+9 |
| | | | | | (--max-passphrase-days). | ||||
* | Implemented more gpg-agen options to support certain passphrase policies. | Werner Koch | 2007-08-27 | 1 | -0/+27 |
| | | | | | New tool gpg-check-pattern. | ||||
* | tryu harder to ignore duplicate specified keyrings and -boxes. | Werner Koch | 2007-08-24 | 1 | -1/+3 |
| | | | | | Documentation updates. | ||||
* | Documentaion updates. | Werner Koch | 2007-08-14 | 1 | -17/+26 |
| | | | | | | Support doe Dirmngr under W32. Fixed a yat2m bug. | ||||
* | Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵ | Werner Koch | 2007-06-21 | 1 | -6/+2 |
| | | | | Windows. | ||||
* | [w32] gpg-agent is now started automagically by gpgsm. | Werner Koch | 2007-06-20 | 1 | -1/+1 |
| | |||||
* | Made percent_escape more general. | Werner Koch | 2007-06-19 | 1 | -4/+6 |
| | | | | | | Added regression tests support to jnlib. W32 changes. | ||||
* | Add missing fiels for W32. | Werner Koch | 2007-06-18 | 1 | -0/+21 |
| | | | | | | New agent commands: GETINFO and KILLAGENT (w32 only). Agent does now detach from the console. | ||||
* | Fixed installation of gpg2keys_mailto | Werner Koch | 2007-05-04 | 1 | -1/+1 |
| | |||||
* | Add a way to get a listing of available CCID readers. | Werner Koch | 2007-04-03 | 1 | -1/+1 |
| | |||||
* | Support for a global gpgconf configuration file. | Werner Koch | 2007-03-06 | 1 | -1/+1 |
| |