aboutsummaryrefslogtreecommitdiffstats
path: root/g10/sig-check.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-22gpg: Fix extra check for sign usage of a data signature.Werner Koch1-1/+2
2018-07-05gpg: Prepare for signatures with ISSUER_FPR but without ISSUER.Werner Koch1-2/+2
2018-07-04gpg: Extra check for sign usage when verifying a data signature.Werner Koch1-2/+11
2018-04-06gpg: Check that a key may do certifications.Werner Koch1-0/+21
2018-04-06gpg: Re-indent sig-check.c and use signature class macros.Werner Koch1-387/+371
2017-08-24gpg: Fix memory leak in sig-check.Werner Koch1-2/+5
2017-08-24indent: Change comment style on two functionsWerner Koch1-63/+71
2017-07-28gpg,sm: String changes for compliance diagnostics.Werner Koch1-4/+2
2017-07-27gpg: Tweak compliance checking for verificationWerner Koch1-4/+5
2017-06-19indent: Always use "_(" and not "_ (" to mark translatable strings.Werner Koch1-2/+2
2017-06-13po: Make a string translatable.Werner Koch1-3/+6
2017-06-08common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS.Justus Winter1-0/+19
2017-03-31gpg: Print more stats for the keydb and the signature cache.Werner Koch1-1/+30
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch1-17/+25
2017-03-07Remove -I option to common.NIIBE Yutaka1-3/+3
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-09-01gpg: Fix printing of pubkey algo in --verbose signature verify.Werner Koch1-27/+31
2016-08-04g10: Fix checking key for signature validation.NIIBE Yutaka1-2/+2
2016-05-11g10: Fix signature checking.NIIBE Yutaka1-4/+9
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-9/+8
2016-02-26gpg: Prettify a 2 octet hex output.Werner Koch1-1/+2
2016-02-25gpg: Show debugging info if a sig with an unsupported sig class is used.Neal H. Walfield1-1/+6
2016-02-19gpg: Split check_key_signature2.Neal H. Walfield1-92/+273
2016-02-19gpg: Split the function check_signature_end.Neal H. Walfield1-5/+23
2016-01-18gpg: Use "days" in "...newer than..." diagnostics.Werner Koch1-10/+35
2016-01-18Use ngettext for some strings.Werner Koch1-11/+10
2016-01-12gpg: Re-indent check_key_signature2.Werner Koch1-284/+309
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-10-26gpg: Ensure all weak digest rejection notices are shownDaniel Kahn Gillmor1-9/+2
2015-10-19gpg: Improve function documentation and some comments.Neal H. Walfield1-43/+197
2015-10-19gpg: Improve and regularize naming of signature checking functions.Neal H. Walfield1-25/+33
2015-10-19gpg: Print warning when rejecting weak digestsDaniel Kahn Gillmor1-2/+8
2015-10-19gpg: Add option --weak-digest to gpg and gpgv.Daniel Kahn Gillmor1-4/+7
2015-09-29g10: Remove unused struct cmp_help_context_s.Neal H. Walfield1-6/+0
2015-09-29g10: Avoid an unnecessary copy.Neal H. Walfield1-4/+20
2015-02-19gpg: Replace remaining uses of stdio by estream.Werner Koch1-1/+1
2015-02-11doc: Change remaining http links to gnupg.org to httpsWerner Koch1-1/+1
2015-01-22gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch1-15/+18
2014-10-10Use a unique capitalization for "Note:".Werner Koch1-2/+2
2014-08-14gpg: Disable an MD5 workaround for pgp2 by default.Werner Koch1-10/+1
2014-03-17gpg: Reject signatures made with MD5.Werner Koch1-0/+16
2014-01-29gpg: Remove cipher.h and put algo ids into a common file.Werner Koch1-1/+0
2011-08-10Fixed set but unused variable bugsWerner Koch1-3/+0
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-10/+10
2011-02-04Removed deprecated SIGEXPIRED status line.Werner Koch1-2/+0
2010-10-20Make public key data structure easier to read.Werner Koch1-10/+9
2010-04-20Generating an OpenPGP key cia gpg-agent basically works.Werner Koch1-1/+1
2009-12-17Fix bug#1059 (missing status line signature verification done with aWerner Koch1-1/+5
2008-12-11Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt.Werner Koch1-33/+56
2008-05-08Print a note for revoked signing keys.Werner Koch1-2/+8