aboutsummaryrefslogtreecommitdiffstats
path: root/g10/call-agent.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-06card: Display if KDF is enabled or not.NIIBE Yutaka1-0/+4
2018-03-23gpg,sm: New option --request-origin.Werner Koch1-0/+17
2018-03-22scd: Support KDF DO setup.NIIBE Yutaka1-0/+2
2018-03-01gpg: Fix regression in last --card-status patchWerner Koch1-1/+1
2018-03-01gpg: Print the keygrip with --card-statusWerner Koch1-1/+20
2017-07-31Explain the "server is older than xxx warning".Werner Koch1-0/+7
2017-07-24g10: Make sure to emit NEED_PASSPHRASE on --import of secret key.Marcus Brinkmann1-1/+5
2017-07-24g10: Make sure to emit NEED_PASSPHRASE on --export-secret-key.Marcus Brinkmann1-1/+5
2017-07-17gpg,sm: Check compliance of the RNG.Werner Koch1-0/+18
2017-06-08gpg: Avoid failure exit when scdaemon is disabled but not needed.Werner Koch1-2/+4
2017-05-22g10: Fix default-key selection for signing, possibly by card.NIIBE Yutaka1-4/+4
2017-05-17g10: Suppress error for card availability check.NIIBE Yutaka1-6/+9
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-1/+1
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch1-1/+2
2017-03-16agent,g10: Remove redundant SERIALNO request.NIIBE Yutaka1-12/+92
2017-03-15g10: Remove unused function.NIIBE Yutaka1-92/+0
2017-03-07Remove -I option to common.NIIBE Yutaka1-7/+7
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2016-12-15g10: Rename 'card-edit' to 'edit-card'.Justus Winter1-1/+1
2016-12-02gpg: New option --default-new-key-algo.Werner Koch1-1/+2
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-11-02common: Improve compare_string_versions.Werner Koch1-1/+1
2016-10-24scd: Use canonical curve name of libgcrypt.NIIBE Yutaka1-9/+1
2016-10-21g10,scd: Fix ECC keygen.NIIBE Yutaka1-3/+5
2016-10-21Fix use cases of snprintf.NIIBE Yutaka1-40/+25
2016-10-20g10: smartcard keygen change.NIIBE Yutaka1-105/+13
2016-09-30agent: Remove the warning for the GKR hijacking.Werner Koch1-65/+0
2016-09-27agent, sm: Set CTX after start_agent.NIIBE Yutaka1-1/+1
2016-06-11gpg: Remove C-99ism, re-indent, and simplify one function.Werner Koch1-27/+20
2016-06-11g10: Add openpgp_protected flag to agent secret key export functionsDaniel Kahn Gillmor1-6/+9
2016-06-11g10: report whether key in agent is passphrase-protected or notDaniel Kahn Gillmor1-18/+43
2016-06-07common: Remove homedir arg from start_new_{dirmngr,gpg_agent}.Werner Koch1-1/+0
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-1/+1
2016-06-02gpg: Try to use the passphrase from the primary for --quick-addkey.Werner Koch1-19/+33
2016-05-10gpg: Allow unattended deletion of secret keys.Werner Koch1-3/+6
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-3/+2
2016-01-26g10: Fix segfault on unsupported curve.NIIBE Yutaka1-8/+4
2016-01-25gpg: Print PROGRESS status lines during key generation.Werner Koch1-11/+10
2016-01-08Print warnings if old daemon versions are used.Werner Koch1-4/+42
2016-01-08common: New function get_assuan_server_version.Werner Koch1-17/+1
2016-01-08common: New put_membuf_cb to replace static membuf_data_cb.Werner Koch1-24/+12
2015-12-24g10: Use --force when importing key for bkuptocard.NIIBE Yutaka1-2/+3
2015-11-09scd: Add reder information to --card-status.NIIBE Yutaka1-1/+7
2015-08-25gpg: Print a new FAILURE status after most commands.Werner Koch1-3/+6
2015-08-15Inform a user about inquire length limit.Ben Kibbey1-0/+4
2015-07-25scd: support any curves defined by libgcrypt.NIIBE Yutaka1-5/+23
2015-05-07gpg: Fix regression not displaying the card serial numberWerner Koch1-1/+1
2015-04-06Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.Werner Koch1-5/+1
2015-04-03g10: Fix keytocard.NIIBE Yutaka1-2/+3
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch1-1/+2