aboutsummaryrefslogtreecommitdiffstats
path: root/agent/pksign.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-26agent: Create and use Token entries to track the display s/n.Werner Koch1-1/+8
2023-05-26agent: Create and use Token entries to track the display s/n.Werner Koch1-1/+8
2022-05-20agent: Move confirmation handling into findkey.c.NIIBE Yutaka1-9/+3
2022-05-19agent: Supply GRIP=NULL for agent_key_from_file, for real use.NIIBE Yutaka1-1/+1
2022-03-25agent: Use "Created:" field for creation time.NIIBE Yutaka1-1/+1
2021-03-26agent: Add debug output for failed RSA signature verificationWerner Koch1-0/+8
2021-03-10agent: Add new shadow key type and functions to call tpm2daemonJames Bottomley1-5/+11
2021-01-19Require Libgcrypt 1.9Werner Koch1-6/+0
2020-12-08agent: Allow pksign operation with card but no file.NIIBE Yutaka1-2/+4
2020-08-13doc: Add a list of RFCS to DETAIL.Werner Koch1-1/+1
2020-08-10agent: Add option --pss to pksign to be used by smartcards.Werner Koch1-1/+13
2020-06-24gpg,agent: Support Ed448 signing.NIIBE Yutaka1-5/+10
2020-06-19agent: Use get_pk_algo_from_key.NIIBE Yutaka1-1/+1
2020-06-19agent: Clean up for getting info from SEXP.NIIBE Yutaka1-25/+12
2020-06-05agent: Clean up do_encode_md.NIIBE Yutaka1-13/+3
2020-05-18agent: Allow to use SETHASH for arbitrary data.Werner Koch1-0/+5
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-1/+1
2020-02-13agent: Allow signing with card key even without a stub key.Werner Koch1-14/+66
2019-05-28agent: Make an MD encoding function more robust.Werner Koch1-7/+12
2019-05-15agent: Support scdaemon operation using KEYGRIP.NIIBE Yutaka1-0/+1
2019-05-14agent: Replace most assert by log_assert.Werner Koch1-4/+2
2019-02-27agent: PKSIGN should return signature in same format for card.NIIBE Yutaka1-46/+36
2017-07-28agent: Minor cleanup (mostly for documentation).Werner Koch1-72/+83
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-1/+1
2017-03-07agent: Resolve conflict of util.h.NIIBE Yutaka1-1/+1
2017-02-22agent: Prepend the description to a PIN prompt.Werner Koch1-5/+14
2017-02-22agent: Prepare to pass an additional parameter to the getpin callback.Werner Koch1-1/+1
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-09-27agent: Allow only specific digest size for ECDSA.NIIBE Yutaka1-13/+9
2016-01-05agent: Fix RSA verification for card.NIIBE Yutaka1-6/+5
2015-12-11agent: Improve error handling.Justus Winter1-1/+2
2015-12-11agent: Fix typo.Justus Winter1-1/+1
2015-10-06agent: Fix verification of signature for smartcard.NIIBE Yutaka1-1/+10
2015-09-29agent: RSA signature verification by gpg-agent.NIIBE Yutaka1-3/+39
2015-03-09scd: fix for 64-bit arch.NIIBE Yutaka1-2/+3
2014-11-04Change a couple of files to use abbreviated copyright notes.Werner Koch1-2/+2
2014-09-18agent: Init a local variable in the error case.Werner Koch1-1/+3
2014-08-18agent: Return NO_SECKEY instead of ENONET for PKSIGN and others.Werner Koch1-1/+2
2014-04-08agent: Support EdDSA.NIIBE Yutaka1-5/+16
2014-03-22agent: Cleanups to prepare implementation of Ed25519.Werner Koch1-14/+27
2014-03-11agent: API change of agent_key_from_file.NIIBE Yutaka1-16/+5
2014-01-30gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch1-4/+1
2013-11-15gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch1-9/+26
2013-11-15Require Libgcrypt 1.6Werner Koch1-26/+5
2013-09-08Switch to deterministic DSA.Werner Koch1-5/+35
2013-02-28agent: pksign result conversion to sexp to upper layer.NIIBE Yutaka1-6/+86
2011-02-07Fix ECDSA 521 bit signing.Werner Koch1-1/+3
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-18/+18
2011-01-21Make most of the selftests work.Werner Koch1-15/+18
2011-01-13Fixed key generation with P-521. Confirmed that signature generation and veri...Andrey Jivsov1-7/+15