aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-18Spelling cleanup.Daniel Kahn Gillmor8-11/+11
2020-02-13agent: Allow signing with card key even without a stub key.Werner Koch8-32/+172
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch5-0/+5
2020-01-13agent: Avoid multiple calls to scd for KEYINFO.Werner Koch1-2/+45
2020-01-13agent: Replace free by xfree in recently added code.Werner Koch1-3/+3
2020-01-13scd: Make SERIALNO --all work correctly and use it.Werner Koch1-1/+1
2020-01-13agent: handle SSH operation by KEYGRIP.NIIBE Yutaka1-86/+15
2020-01-13agent: Extend agent_card_getattr with KEYGRIP.NIIBE Yutaka3-5/+11
2020-01-09scd: Use a scdaemon internal key to protect the PIN cache IPC.Werner Koch2-65/+49
2020-01-09agent: SSH: SCD KEYINFO to list available keys.NIIBE Yutaka5-116/+39
2020-01-07agent: First changes to support a PIN cache for scdaemon.Werner Koch4-29/+217
2019-11-25agent: Improve --debug-pinentry diagnosticsWerner Koch1-19/+35
2019-11-18dirmngr: Fixed typo in recently added diagnostic.Werner Koch1-1/+1
2019-09-05agent: Fix ask_for_card to allow a key on multiple cards.NIIBE Yutaka1-83/+36
2019-08-06agent: Fix an error path of agent_get_confirmation.NIIBE Yutaka1-8/+9
2019-07-11agent: Relax the handling of pinentry error for keyboard grab.NIIBE Yutaka1-1/+11
2019-06-28agent: Close a dialog cleanly when gpg/ssh is killed for CONFIRM.NIIBE Yutaka1-22/+60
2019-06-04agent: Allow TERM="".NIIBE Yutaka1-1/+1
2019-06-04agent: Add pinentry_loopback_confirm declaration.NIIBE Yutaka1-2/+5
2019-06-04g10,agent: Support CONFIRM for --delete-key.NIIBE Yutaka2-1/+38
2019-06-03Return better error code for some getinfo IPC commands.Werner Koch1-3/+3
2019-05-29agent: Add A-flag for KEYINFO output for card.NIIBE Yutaka1-4/+29
2019-05-28agent: Make an MD encoding function more robust.Werner Koch1-7/+12
2019-05-28agent: Remove unused agent_show_message.NIIBE Yutaka2-72/+6
2019-05-23agent: Stop scdaemon after reload when disable_scdaemon.NIIBE Yutaka3-0/+13
2019-05-21agent: For SSH key, don't put NUL-byte at the end.NIIBE Yutaka1-2/+2
2019-05-16agent,scd: Scan and load all public keys for availability.NIIBE Yutaka1-7/+14
2019-05-15agent: Support scdaemon operation using KEYGRIP.NIIBE Yutaka5-34/+215
2019-05-14agent: Replace most assert by log_assert.Werner Koch17-60/+42
2019-05-14agent: correct length for uri and comment on 64-bit big-endian platformsDaniel Kahn Gillmor1-2/+5
2019-05-09dirmngr: Add a CSRF expection for pm.meWerner Koch1-2/+2
2019-05-07agent: If a Label is make sure that label is part of the prompt.Werner Koch1-0/+40
2019-05-07agent: Allow the use of "Label:" in a key file.Werner Koch2-25/+82
2019-05-03agent: Put Token lines into the key files.Werner Koch9-32/+121
2019-03-26agent: Allow other ssh fingerprint algos in KEYINFO.Werner Koch1-4/+20
2019-03-06agent: Re-introduce --enable-extended-key-format.Werner Koch3-4/+15
2019-03-06agent: Default to extended key format.Werner Koch1-9/+13
2019-03-06agent: Fix detection of exit of scdaemon.NIIBE Yutaka1-62/+80
2019-03-05scd:piv: Implement import of private keys for Yubikeys.Werner Koch2-3/+14
2019-03-05agent: Minor change to the KEYTOCARD command.Werner Koch4-71/+56
2019-02-27agent: PKSIGN should return signature in same format for card.NIIBE Yutaka1-46/+36
2019-02-25agent: Fix for suggested Libgcrypt use.Werner Koch1-1/+16
2019-02-19agent: Terminate pinentry process gracefully, by watching socket.NIIBE Yutaka1-4/+81
2019-02-19agent: Minor change for pinentry status handling.NIIBE Yutaka1-11/+7
2019-02-19agent: Factor out the getpin interaction.NIIBE Yutaka1-42/+37
2019-01-28agent: Clear bogus pinentry cache, when it causes an error.NIIBE Yutaka3-21/+39
2019-01-26gpg: Move S2K encoding function to a shared file.Werner Koch1-3/+1
2019-01-25agent: Support --mode=ssh option for CLEAR_PASSPHRASE.NIIBE Yutaka1-8/+10
2019-01-24common: Extend function percent_data_escape.Werner Koch1-1/+1
2019-01-17ssh: Simplify the curve name lookup.Werner Koch1-84/+54