aboutsummaryrefslogtreecommitdiffstats
path: root/g10/sign.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-13gpg: Change update_keysig_packet to replace SHA-1 by SHA-256.Werner Koch1-0/+7
2018-07-03g10: Fix memory leak for PKT_signature.NIIBE Yutaka1-1/+1
2017-08-01Revert "g10: Always save standard revocation certificate in file."Marcus Brinkmann1-3/+3
2017-08-01g10: Always save standard revocation certificate in file.Marcus Brinkmann1-3/+3
2017-07-28gpg,sm: String changes for compliance diagnostics.Werner Koch1-3/+2
2017-07-17gpg,sm: Check compliance of the RNG.Werner Koch1-0/+10
2017-06-23indent,i18n: Make some new strings translatable. Wrap too long lines.Werner Koch1-1/+1
2017-06-19indent: Always use "_(" and not "_ (" to mark translatable strings.Werner Koch1-2/+2
2017-06-08common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS.Justus Winter1-0/+23
2017-06-06common,g10: Fix typos.Justus Winter1-1/+1
2017-04-26g10: Minor clean up.NIIBE Yutaka1-1/+1
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch1-15/+20
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