aboutsummaryrefslogtreecommitdiffstats
path: root/g10/call-agent.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-26g10: Make call to agent_scd_serialno more robust.Werner Koch1-0/+1
2020-09-18common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka1-3/+3
2020-09-08gpg,tools: Add handling of supported algorithms by a card.NIIBE Yutaka1-0/+24
2020-09-01Use only one copy of the warn_server_mismatch function.Werner Koch1-35/+3
2020-08-19gpg,gpgsm: Record the creation time of a private key.Werner Koch1-5/+26
2020-07-08Do not use the pinentry's qualitybarWerner Koch1-1/+1
2020-07-08gpg: Use integrated passphrase repeat entry also for -c.Werner Koch1-4/+15
2020-04-03gpg,card: Use the new MANUFACTURER attribute.Werner Koch1-0/+12
2020-02-20gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch1-1/+1
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-2/+2
2020-02-13gpg: Changes to allow direct key generation from an OpenPGP card.Werner Koch1-52/+145
2020-02-12gpg: Rename the struct card_key_info_s.Werner Koch1-7/+9
2020-02-11gpg: Improve key creation direct from the card.Werner Koch1-12/+53
2020-01-17gpg: Prefer card key on use in multiple subkeys situation.NIIBE Yutaka1-38/+63
2020-01-17gpg: Prepare enhancement of agent_probe_secret_key.NIIBE Yutaka1-3/+5
2020-01-16gpg: Add agent_scd_keyinfo to retrieve available card keys.NIIBE Yutaka1-0/+163
2019-08-21gpg: New option --use-only-openpgp-cardWerner Koch1-1/+3
2019-07-26gpg,gpgsm: Handle pkdecrypt responses with/without NUL terminators.Daniel Kahn Gillmor1-5/+8
2019-07-19card: Fix showing KDF object attribute.NIIBE Yutaka1-1/+9
2019-06-04g10,agent: Support CONFIRM for --delete-key.NIIBE Yutaka1-2/+64
2019-04-03gpg: Improve the code to decrypt using PIV cards.Werner Koch1-3/+10
2019-04-03gpg: Allow decryption using PIV cards.Werner Koch1-0/+80
2019-04-03scd: New standard attributes $ENCRKEYID and $SIGNKEYID.Werner Koch1-1/+1
2019-04-02gpg: Allow direct key generation from card with --full-gen-key.Werner Koch1-0/+43
2019-04-01sm: Show the usage flags when generating a key from a card.Werner Koch1-2/+18
2019-04-01gpg: Prepare card code to allow other than OpenPGP cards.Werner Koch1-1/+1
2019-04-01gpg: New card function agent_scd_keypairinfo.Werner Koch1-3/+79
2019-04-01gpg: Remove two unused card related functions.Werner Koch1-86/+76
2019-04-01gpg: Remove unused arg in a card related function.Werner Koch1-16/+17
2019-01-26gpg: Fix just changed agent_get_s2k_count.Werner Koch1-2/+2
2019-01-26gpg: Move S2K encoding function to a shared file.Werner Koch1-7/+19
2018-12-12card: Suppress error message by agent_scd_cardlist.NIIBE Yutaka1-1/+1
2018-11-15card: Display UIF setting.NIIBE Yutaka1-0/+11
2018-11-15card: Display if KDF is enabled or not.NIIBE Yutaka1-0/+4
2018-10-25g10,scd: Improve UIF support.NIIBE Yutaka1-0/+2
2018-08-27gpg: Prepare for longer card fingerprints.Werner Koch1-18/+21
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-12-11Adjust for changed macro names in libgpg-error master.Werner Koch1-1/+1
2017-09-27common: Add constant KEYGRIP_LEN.Werner Koch1-1/+1
2017-09-27gpg: Let --debug clock time sign and verify.Werner Koch1-0/+6
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