| Commit message (Expand) | Author | Age | Files | Lines |
* | agent: New field "Prompt" to prevent asking card key insertion. | NIIBE Yutaka | 2022-05-27 | 1 | -4/+21 |
* | agent,ssh: Support "Use-for-ssh" flag in private key. | NIIBE Yutaka | 2022-05-26 | 1 | -10/+22 |
* | agent,ssh: Make not-inserted OpenPGP.3 keys available for SSH. | NIIBE Yutaka | 2022-05-26 | 1 | -5/+43 |
* | agent: Show "Label:" field of private key when prompt the insertion. | NIIBE Yutaka | 2022-05-20 | 1 | -24/+27 |
* | agent: Move confirmation handling into findkey.c. | NIIBE Yutaka | 2022-05-20 | 1 | -4/+122 |
* | agent: Pop up dialog window for confirmation, when specified so. | NIIBE Yutaka | 2022-05-19 | 1 | -0/+39 |
* | agent: Supply GRIP=NULL for agent_key_from_file, for real use. | NIIBE Yutaka | 2022-05-19 | 1 | -16/+17 |
* | agent: Use "Created:" field for creation time. | NIIBE Yutaka | 2022-03-25 | 1 | -1/+12 |
* | agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep. | NIIBE Yutaka | 2021-10-05 | 1 | -1/+1 |
* | agent: Simplify a function. | Werner Koch | 2021-03-18 | 1 | -32/+23 |
* | Replace all calls to access by gnupg_access | Werner Koch | 2020-10-20 | 1 | -2/+2 |
* | doc: Typo fixes | Werner Koch | 2020-08-25 | 1 | -1/+1 |
* | agent: Allow to pass a timestamp to genkey and import. | Werner Koch | 2020-08-17 | 1 | -12/+29 |
* | agent: expose shadow key type | James Bottomley via Gnupg-devel | 2020-06-24 | 1 | -2/+3 |
* | agent: Use get_pk_algo_from_key. | NIIBE Yutaka | 2020-06-19 | 1 | -158/+0 |
* | agent: Clean up for getting info from SEXP. | NIIBE Yutaka | 2020-06-19 | 1 | -32/+10 |
* | agent: A little clean up. | NIIBE Yutaka | 2020-06-19 | 1 | -2/+0 |
* | agent,ecc: Use of opaque MPI for ECC, fixup 'd'. | NIIBE Yutaka | 2020-06-05 | 1 | -11/+5 |
* | Spelling cleanup. | Daniel Kahn Gillmor | 2020-02-18 | 1 | -2/+2 |
* | agent: Allow signing with card key even without a stub key. | Werner Koch | 2020-02-13 | 1 | -0/+2 |
* | agent: Replace most assert by log_assert. | Werner Koch | 2019-05-14 | 1 | -11/+9 |
* | agent: correct length for uri and comment on 64-bit big-endian platforms | Daniel Kahn Gillmor | 2019-05-14 | 1 | -2/+5 |
* | agent: If a Label is make sure that label is part of the prompt. | Werner Koch | 2019-05-07 | 1 | -0/+40 |
* | agent: Allow the use of "Label:" in a key file. | Werner Koch | 2019-05-07 | 1 | -23/+80 |
* | agent: Put Token lines into the key files. | Werner Koch | 2019-05-03 | 1 | -8/+54 |
* | agent: Clear bogus pinentry cache, when it causes an error. | NIIBE Yutaka | 2019-01-28 | 1 | -1/+11 |
* | agent: Make the request origin a part of the cache items. | Werner Koch | 2018-03-27 | 1 | -4/+4 |
* | agent: Minor cleanup (mostly for documentation). | Werner Koch | 2017-07-28 | 1 | -66/+66 |
* | agent: Make digest algorithms for ssh fingerprints configurable. | Justus Winter | 2017-05-24 | 1 | -1/+2 |
* | common: Support different digest algorithms for ssh fingerprints. | Justus Winter | 2017-05-24 | 1 | -1/+1 |
* | Spelling fixes in docs and comments. | NIIBE Yutaka | 2017-04-28 | 1 | -1/+1 |
* | agent: Clean up error initialize/return. | NIIBE Yutaka | 2017-04-14 | 1 | -3/+1 |
* | agent: New option --enable-extended-key-format. | Werner Koch | 2017-03-24 | 1 | -11/+33 |
* | agent: New option --stub-only for DELETE_KEY | Werner Koch | 2017-03-24 | 1 | -11/+21 |
* | agent: Resolve conflict of util.h. | NIIBE Yutaka | 2017-03-07 | 1 | -1/+1 |
* | agent: Prepend the description to a PIN prompt. | Werner Koch | 2017-02-22 | 1 | -8/+30 |
* | Clean up word replication. | Yuri Chornoivan | 2017-02-21 | 1 | -1/+1 |
* | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 2016-11-05 | 1 | -1/+1 |
* | agent: Minor cleanup for recent change in findkey.c | Werner Koch | 2016-10-24 | 1 | -6/+2 |
* | agent: Fix saving with FORCE=1. | NIIBE Yutaka | 2016-10-21 | 1 | -6/+19 |
* | agent: Add --card option for READKEY. | NIIBE Yutaka | 2016-10-20 | 1 | -0/+36 |
* | common: Add dedicated private key functions to name-value.c. | Werner Koch | 2016-06-23 | 1 | -2/+2 |
* | common: Rename external symbols in name-value.c. | Werner Koch | 2016-06-23 | 1 | -9/+9 |
* | common: Rename private-keys.c to name-value.c | Werner Koch | 2016-06-23 | 1 | -1/+1 |
* | Replace use of opt.homedir by accessor functions. | Werner Koch | 2016-06-07 | 1 | -4/+8 |
* | common: Add support for the new extended private key format. | Justus Winter | 2016-04-21 | 1 | -1/+160 |
* | agent: allow removal of the shadowed key. | NIIBE Yutaka | 2016-03-16 | 1 | -1/+1 |
* | Fix typos found using codespell. | Justus Winter | 2015-11-17 | 1 | -1/+1 |
* | agent: Fix function return type for check_cb and agent_askpin. | NIIBE Yutaka | 2015-10-09 | 1 | -1/+1 |
* | agent: Raise the maximum password length. Don't hard code it. | Neal H. Walfield | 2015-08-24 | 1 | -2/+2 |