aboutsummaryrefslogtreecommitdiffstats
path: root/g10/sign.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-29gpg: Extend free_packet to handle a packet parser context.Werner Koch1-3/+3
2017-03-07Remove -I option to common.NIIBE Yutaka1-8/+8
2017-02-10gpg: Fix memory leak in the error case of signature creation.Werner Koch1-2/+9
2016-12-09g10: Fix memory leak.Justus Winter1-0/+2
2016-11-29Improve some comments.Neal H. Walfield1-8/+24
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-08-18gpg: New option --senderWerner Koch1-0/+15
2016-08-08gpg: Cleanup of dek_to_passphrase function (part 2).Werner Koch1-1/+1
2016-07-13gpg: New option --mimemode.Werner Koch1-3/+5
2016-06-30g10: Fix memory leak.Justus Winter1-0/+1
2016-06-30g10: Fix memory leak.Justus Winter1-0/+1
2016-06-20gpg: Add experimental support for an issuer fpr.Werner Koch1-3/+3
2016-06-13gpg: New option --disable-signer-uid, create Signer's UID sub-packet.Werner Koch1-1/+15
2016-06-13gpg,indent: Re-indent and chnage var names in sign.cWerner Koch1-70/+69
2016-06-11g10: report whether key in agent is passphrase-protected or notDaniel Kahn Gillmor1-1/+1
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-6/+5
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