summaryrefslogtreecommitdiffstats
path: root/agent/pksign.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* More agent support for gpg.Werner Koch2010-10-131-2/+0
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-1/+3
* s/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/.Werner Koch2010-09-011-6/+10
* Import OpenPGP keys into the agent.Werner Koch2010-08-311-6/+20
* More changes on the way to remove secring.gpg.Werner Koch2010-04-211-2/+106
* Fix bug #1053Werner Koch2009-05-151-4/+7
* Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch2008-09-291-1/+1
* Support the Certifciate DO of the v2 OpenPGP cards.Werner Koch2008-09-231-1/+1
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
* Add TLS hash modeWerner Koch2006-10-061-8/+63
* Updated FSF's address.Werner Koch2006-06-201-1/+2
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-161-1/+1
* New debugging optionhs, updates to the manual.Werner Koch2005-06-071-9/+9
* * call-scd.c (init_membuf, put_membuf, get_membuf): Removed. WeWerner Koch2004-12-201-5/+3
* 2004-09-25 Moritz Schulte <moritz@g10code.com>Moritz Schulte2004-09-261-40/+96
* * protect-tool.c (main): Setup the used character set.Werner Koch2004-02-181-20/+8
* * command.c (cmd_setkeydesc): New.Werner Koch2004-02-131-2/+2
* * findkey.c (agent_key_from_file): Now return an error code soWerner Koch2004-01-161-4/+3