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