summaryrefslogtreecommitdiffstats
path: root/agent/pksign.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Add "ephemeral" Assuan option.Werner Koch2024-01-221-2/+3
* agent: Create and use Token entries to track the display s/n.Werner Koch2023-05-261-1/+8
* agent: Move confirmation handling into findkey.c.NIIBE Yutaka2022-05-201-9/+3
* agent: Supply GRIP=NULL for agent_key_from_file, for real use.NIIBE Yutaka2022-05-191-1/+1
* agent: Use "Created:" field for creation time.NIIBE Yutaka2022-03-251-1/+1
* agent: Add debug output for failed RSA signature verificationWerner Koch2021-03-261-0/+8
* agent: Add new shadow key type and functions to call tpm2daemonJames Bottomley2021-03-101-5/+11
* Require Libgcrypt 1.9Werner Koch2021-01-191-6/+0
* agent: Allow pksign operation with card but no file.NIIBE Yutaka2020-12-081-2/+4
* doc: Add a list of RFCS to DETAIL.Werner Koch2020-08-131-1/+1
* agent: Add option --pss to pksign to be used by smartcards.Werner Koch2020-08-101-1/+13
* gpg,agent: Support Ed448 signing.NIIBE Yutaka2020-06-241-5/+10
* agent: Use get_pk_algo_from_key.NIIBE Yutaka2020-06-191-1/+1
* agent: Clean up for getting info from SEXP.NIIBE Yutaka2020-06-191-25/+12
* agent: Clean up do_encode_md.NIIBE Yutaka2020-06-051-13/+3
* agent: Allow to use SETHASH for arbitrary data.Werner Koch2020-05-181-0/+5
* Spelling cleanup.Daniel Kahn Gillmor2020-02-191-1/+1
* agent: Allow signing with card key even without a stub key.Werner Koch2020-02-131-14/+66
* agent: Make an MD encoding function more robust.Werner Koch2019-05-281-7/+12
* agent: Support scdaemon operation using KEYGRIP.NIIBE Yutaka2019-05-151-0/+1
* agent: Replace most assert by log_assert.Werner Koch2019-05-141-4/+2
* agent: PKSIGN should return signature in same format for card.NIIBE Yutaka2019-02-271-46/+36
* agent: Minor cleanup (mostly for documentation).Werner Koch2017-07-281-72/+83
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-1/+1
* agent: Resolve conflict of util.h.NIIBE Yutaka2017-03-071-1/+1
* agent: Prepend the description to a PIN prompt.Werner Koch2017-02-221-5/+14
* agent: Prepare to pass an additional parameter to the getpin callback.Werner Koch2017-02-221-1/+1
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* agent: Allow only specific digest size for ECDSA.NIIBE Yutaka2016-09-271-13/+9
* agent: Fix RSA verification for card.NIIBE Yutaka2016-01-051-6/+5
* agent: Improve error handling.Justus Winter2015-12-111-1/+2
* agent: Fix typo.Justus Winter2015-12-111-1/+1
* agent: Fix verification of signature for smartcard.NIIBE Yutaka2015-10-061-1/+10
* agent: RSA signature verification by gpg-agent.NIIBE Yutaka2015-09-291-3/+39
* scd: fix for 64-bit arch.NIIBE Yutaka2015-03-091-2/+3
* Change a couple of files to use abbreviated copyright notes.Werner Koch2014-11-041-2/+2
* agent: Init a local variable in the error case.Werner Koch2014-09-181-1/+3
* agent: Return NO_SECKEY instead of ENONET for PKSIGN and others.Werner Koch2014-08-181-1/+2
* agent: Support EdDSA.NIIBE Yutaka2014-04-081-5/+16
* agent: Cleanups to prepare implementation of Ed25519.Werner Koch2014-03-221-14/+27
* agent: API change of agent_key_from_file.NIIBE Yutaka2014-03-111-16/+5
* gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch2014-01-301-4/+1
* gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch2013-11-151-9/+26
* Require Libgcrypt 1.6Werner Koch2013-11-151-26/+5
* Switch to deterministic DSA.Werner Koch2013-09-081-5/+35
* agent: pksign result conversion to sexp to upper layer.NIIBE Yutaka2013-02-281-6/+86
* Fix ECDSA 521 bit signing.Werner Koch2011-02-071-1/+3
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-18/+18
* Make most of the selftests work.Werner Koch2011-01-211-15/+18
* Fixed key generation with P-521. Confirmed that signature generation and veri...Andrey Jivsov2011-01-131-7/+15