summaryrefslogtreecommitdiffstats
path: root/g10/sign.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use ngettext for some strings.Werner Koch2016-01-181-5/+5
* gpg: Comment on false positives by static analyzers.Werner Koch2016-01-061-0/+1
* gpg: Remove unused parameter.Neal H. Walfield2015-12-221-1/+1
* gpg: Allow multiple --default-key options. Take the last available key.Neal H. Walfield2015-11-041-5/+6
* gpg: Try hard to use MDC also for sign+symenc.Werner Koch2015-10-121-7/+6
* gpg: Fix a practical hang after use of --faked-system-time.Werner Koch2015-10-011-7/+16
* agent: RSA signature verification by gpg-agent.NIIBE Yutaka2015-09-291-30/+0
* gpg: Remove option --no-sig-create-check.Werner Koch2015-09-011-2/+7
* gpg: Replace remaining uses of stdio by estream.Werner Koch2015-02-191-2/+2
* gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch2015-01-221-6/+6
* gpg: Fix regression in notation data regression.Werner Koch2014-12-151-2/+5
* gpg: Fix hash detection for ECDSA.Werner Koch2014-11-201-4/+3
* gpg: Remove all support for v3 keys and always create v4-signatures.Werner Koch2014-10-171-167/+94
* gpg: Default to SHA-256 for all signature types on RSA keys.Werner Koch2014-09-271-1/+1
* gpg: Remove options --pgp2 and --rfc1991.Werner Koch2014-08-141-36/+15
* gpg: Remove --compress-keys and --compress-sigs feature.Werner Koch2014-08-141-1/+1
* gpg: Create exported secret files and revocs with mode 700.Werner Koch2014-06-301-5/+5
* gpg: Change pinentry prompt to talk about "secret key".Werner Koch2014-04-151-1/+1
* Comment fixes.Werner Koch2014-03-101-3/+3
* Silence several warnings when building under Windows.Werner Koch2014-03-071-3/+3
* gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch2014-01-301-4/+5
* Make use of the *_NAME etc macros.Werner Koch2013-11-181-1/+2
* gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch2013-11-151-6/+29
* gpg: Add pinentry-mode feature.Werner Koch2013-02-071-0/+1
* gpg: Fix honoring --cert-digest-algo when recreating a certChristian Aistleitner2013-01-111-0/+2
* gpg: Make commit 2b3cb2ee actually workWerner Koch2012-12-191-2/+3
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-10/+10
* Honor --cert-digest-algo when recreating a cert.David Shaw2012-02-011-2/+7
* Replace gcry_md_start_debug by gcry_md_debug.Werner Koch2011-09-201-3/+3
* Extend algo selection menu.Werner Koch2011-02-031-38/+38
* Truncate the DSA hash; fixes regression.Werner Koch2011-01-211-3/+0
* Make most of the selftests work.Werner Koch2011-01-211-0/+3
* Editorial changes and allow building with old libgcrypts.Werner Koch2011-01-211-13/+17
* Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-061-22/+16
* Make public key data structure easier to read.Werner Koch2010-10-201-5/+44
* Fix a signing problem with the cardWerner Koch2010-10-181-53/+23
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-2/+3
* Removed more secret key related code.Werner Koch2010-09-061-1/+1
* Even less prompts for a new key now.Werner Koch2010-09-011-16/+19
* Provide a useful pinentry prompt.Werner Koch2010-04-271-4/+1
* Decryption and signi via agent is now implemented.Werner Koch2010-04-231-4/+10
* More changes on the way to remove secring.gpg.Werner Koch2010-04-211-0/+3
* Generating an OpenPGP key cia gpg-agent basically works.Werner Koch2010-04-201-61/+111
* Use gpg_err_set_errno to assign values to ERRNO.Werner Koch2010-04-011-6/+6
* Some minor changes and typo fixes.Werner Koch2010-02-261-6/+9
* Various changes to eventually support openpgp keys in pgp-agent.Werner Koch2010-02-021-188/+192
* Some changes to suport g13.Werner Koch2009-09-301-3/+4
* Print 'empty file' warning only with --verbose.Werner Koch2009-05-111-1/+1
* Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch2008-09-291-3/+1
* Support DSA2.Werner Koch2007-12-121-7/+9