| Commit message (Expand) | Author | Files | Lines |
2020-10-26 | g10: Make call to agent_scd_serialno more robust. | Werner Koch | 1 | -0/+1 |
2020-09-18 | common,agent,dirmngr,g10,tools: Fix split_fields API. | NIIBE Yutaka | 1 | -3/+3 |
2020-09-08 | gpg,tools: Add handling of supported algorithms by a card. | NIIBE Yutaka | 1 | -0/+24 |
2020-09-01 | Use only one copy of the warn_server_mismatch function. | Werner Koch | 1 | -35/+3 |
2020-08-19 | gpg,gpgsm: Record the creation time of a private key. | Werner Koch | 1 | -5/+26 |
2020-07-08 | Do not use the pinentry's qualitybar | Werner Koch | 1 | -1/+1 |
2020-07-08 | gpg: Use integrated passphrase repeat entry also for -c. | Werner Koch | 1 | -4/+15 |
2020-04-03 | gpg,card: Use the new MANUFACTURER attribute. | Werner Koch | 1 | -0/+12 |
2020-02-20 | gpg: Use gpgrt's new option parser to provide a global conf file. | Werner Koch | 1 | -1/+1 |
2020-02-18 | Spelling cleanup. | Daniel Kahn Gillmor | 1 | -2/+2 |
2020-02-13 | gpg: Changes to allow direct key generation from an OpenPGP card. | Werner Koch | 1 | -52/+145 |
2020-02-12 | gpg: Rename the struct card_key_info_s. | Werner Koch | 1 | -7/+9 |
2020-02-11 | gpg: Improve key creation direct from the card. | Werner Koch | 1 | -12/+53 |
2020-01-17 | gpg: Prefer card key on use in multiple subkeys situation. | NIIBE Yutaka | 1 | -38/+63 |
2020-01-17 | gpg: Prepare enhancement of agent_probe_secret_key. | NIIBE Yutaka | 1 | -3/+5 |
2020-01-16 | gpg: Add agent_scd_keyinfo to retrieve available card keys. | NIIBE Yutaka | 1 | -0/+163 |
2019-08-21 | gpg: New option --use-only-openpgp-card | Werner Koch | 1 | -1/+3 |
2019-07-26 | gpg,gpgsm: Handle pkdecrypt responses with/without NUL terminators. | Daniel Kahn Gillmor | 1 | -5/+8 |
2019-07-19 | card: Fix showing KDF object attribute. | NIIBE Yutaka | 1 | -1/+9 |
2019-06-04 | g10,agent: Support CONFIRM for --delete-key. | NIIBE Yutaka | 1 | -2/+64 |
2019-04-03 | gpg: Improve the code to decrypt using PIV cards. | Werner Koch | 1 | -3/+10 |
2019-04-03 | gpg: Allow decryption using PIV cards. | Werner Koch | 1 | -0/+80 |
2019-04-03 | scd: New standard attributes $ENCRKEYID and $SIGNKEYID. | Werner Koch | 1 | -1/+1 |
2019-04-02 | gpg: Allow direct key generation from card with --full-gen-key. | Werner Koch | 1 | -0/+43 |
2019-04-01 | sm: Show the usage flags when generating a key from a card. | Werner Koch | 1 | -2/+18 |
2019-04-01 | gpg: Prepare card code to allow other than OpenPGP cards. | Werner Koch | 1 | -1/+1 |
2019-04-01 | gpg: New card function agent_scd_keypairinfo. | Werner Koch | 1 | -3/+79 |
2019-04-01 | gpg: Remove two unused card related functions. | Werner Koch | 1 | -86/+76 |
2019-04-01 | gpg: Remove unused arg in a card related function. | Werner Koch | 1 | -16/+17 |
2019-01-26 | gpg: Fix just changed agent_get_s2k_count. | Werner Koch | 1 | -2/+2 |
2019-01-26 | gpg: Move S2K encoding function to a shared file. | Werner Koch | 1 | -7/+19 |
2018-12-12 | card: Suppress error message by agent_scd_cardlist. | NIIBE Yutaka | 1 | -1/+1 |
2018-11-15 | card: Display UIF setting. | NIIBE Yutaka | 1 | -0/+11 |
2018-11-15 | card: Display if KDF is enabled or not. | NIIBE Yutaka | 1 | -0/+4 |
2018-10-25 | g10,scd: Improve UIF support. | NIIBE Yutaka | 1 | -0/+2 |
2018-08-27 | gpg: Prepare for longer card fingerprints. | Werner Koch | 1 | -18/+21 |
2018-03-23 | gpg,sm: New option --request-origin. | Werner Koch | 1 | -0/+17 |
2018-03-22 | scd: Support KDF DO setup. | NIIBE Yutaka | 1 | -0/+2 |
2018-03-01 | gpg: Fix regression in last --card-status patch | Werner Koch | 1 | -1/+1 |
2018-03-01 | gpg: Print the keygrip with --card-status | Werner Koch | 1 | -1/+20 |
2017-12-11 | Adjust for changed macro names in libgpg-error master. | Werner Koch | 1 | -1/+1 |
2017-09-27 | common: Add constant KEYGRIP_LEN. | Werner Koch | 1 | -1/+1 |
2017-09-27 | gpg: Let --debug clock time sign and verify. | Werner Koch | 1 | -0/+6 |
2017-07-31 | Explain the "server is older than xxx warning". | Werner Koch | 1 | -0/+7 |
2017-07-24 | g10: Make sure to emit NEED_PASSPHRASE on --import of secret key. | Marcus Brinkmann | 1 | -1/+5 |
2017-07-24 | g10: Make sure to emit NEED_PASSPHRASE on --export-secret-key. | Marcus Brinkmann | 1 | -1/+5 |
2017-07-17 | gpg,sm: Check compliance of the RNG. | Werner Koch | 1 | -0/+18 |
2017-06-08 | gpg: Avoid failure exit when scdaemon is disabled but not needed. | Werner Koch | 1 | -2/+4 |
2017-05-22 | g10: Fix default-key selection for signing, possibly by card. | NIIBE Yutaka | 1 | -4/+4 |
2017-05-17 | g10: Suppress error for card availability check. | NIIBE Yutaka | 1 | -6/+9 |