aboutsummaryrefslogtreecommitdiffstats
path: root/agent/divert-scd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-09agent: When diverting to a card show the name of unsupported algos.Werner Koch1-1/+14
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-1/+1
2024-04-26agent:kem:ecc: Support a key on smartcard.NIIBE Yutaka1-0/+28
2024-04-25agent: Allow NULL for R_PADDING, when calling scd and tpm2d.NIIBE Yutaka1-2/+3
2024-04-05gpg: Allow to create a Kyber key from keygrips.Werner Koch1-1/+1
2022-05-20agent: Move confirmation handling into findkey.c.NIIBE Yutaka1-134/+12
2020-11-26agent: Fix YK s/n and prettify the request card prompt for YubikeysWerner Koch1-4/+19
2020-05-18agent: Allow to use SETHASH for arbitrary data.Werner Koch1-1/+8
2020-02-13agent: Allow signing with card key even without a stub key.Werner Koch1-5/+17
2020-01-09agent: SSH: SCD KEYINFO to list available keys.NIIBE Yutaka1-1/+1
2019-09-05agent: Fix ask_for_card to allow a key on multiple cards.NIIBE Yutaka1-83/+36
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 Yutaka1-25/+41
2019-03-05agent: Minor change to the KEYTOCARD command.Werner Koch1-4/+5
2019-02-25agent: Fix for suggested Libgcrypt use.Werner Koch1-1/+16
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-1/+1
2018-10-12agent: Fix message for ACK button.NIIBE Yutaka1-13/+35
2018-10-11agent: Support --ack option for POPUPPINPADPROMPT.NIIBE Yutaka1-1/+1
2017-11-27Use the gpgrt log functions if possible.Werner Koch1-1/+1
2017-05-30agent: Fix memory leaks.NIIBE Yutaka1-3/+5
2017-03-07agent: Resolve conflict of util.h.NIIBE Yutaka1-2/+2
2017-02-22scd: Improve the prompts for OpenPGP cards.Werner Koch1-15/+38
2017-02-22agent: Prepend the description to a PIN prompt.Werner Koch1-6/+50
2017-02-22agent: Prepare to pass an additional parameter to the getpin callback.Werner Koch1-7/+15
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2017-01-16agent: Ask specific SERIALNO for pksign/pkdecrypt.NIIBE Yutaka1-2/+8
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-06-30agent: Use different translation func for Pinentry strings.Werner Koch1-14/+14
2015-04-14agent: Send the new SETKEYINFO command to the Pinentry.Werner Koch1-3/+3
2014-12-22scd: ECDH Support.NIIBE Yutaka1-10/+38
2013-08-28gpg: Make decryption with the OpenPGP card work.Werner Koch1-3/+6
2013-02-28agent: pksign result conversion to sexp to upper layer.NIIBE Yutaka1-2/+6
2013-02-12agent: Add KEYTOCARD command.NIIBE Yutaka1-0/+7
2013-02-08scd: Rename 'keypad' to 'pinpad'.NIIBE Yutaka1-2/+2
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-2/+2
2012-02-07agent: Add pin length field to the shadowed private key format.Werner Koch1-1/+1
2012-01-26Return GPG_ERR_CARD_NOT_PRESENT when pinentry-mode=loopback.Ben Kibbey1-0/+4
2011-03-02Fix usage of SHA-2 algorithm with OpenPGP cards.Werner Koch1-2/+2
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-20/+15
2010-10-13More agent support for gpg.Werner Koch1-3/+3
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-3/+3
2010-01-08Add dummu option --passwd for gpg.Werner Koch1-1/+1
2009-08-11Ask to insert the right OpenPGP card.Werner Koch1-3/+4
2009-06-17Use cancel button in confirmation only if requested.Werner Koch1-1/+1
2009-03-06New gpg-agent command to list key information.Werner Koch1-31/+9
2009-03-05New PIN Callback attributes in gpg-agent.Werner Koch1-6/+34
2008-09-29Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch1-1/+1
2008-09-25Finished support for v2 cards with the exception of secure messaging.Werner Koch1-2/+15
2008-05-27Fixed segv in gpg-agent (command marktrusted).Werner Koch1-2/+2