aboutsummaryrefslogtreecommitdiffstats
path: root/g10/sig-check.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-02g10: Avoid accessing invalid expiration dates.justus/issue2826-0Justus Winter1-1/+8
2017-01-02g10: Use accessors for expiration dates of public keys.Justus Winter1-4/+4
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
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2007-05-16Fix for bug 797.Werner Koch1-12/+15
2006-04-19Continued with merging.Werner Koch1-1/+1
2006-04-19Merged with gpg 1.4.3 code. Werner Koch1-147/+207
2006-03-30* main.h, seskey.c (encode_md_value): Modify to allow a q size greaterDavid Shaw1-2/+1
2006-03-22Changed URLsWerner Koch1-1/+1
2006-03-12* sig-check.c (signature_check2): Print the backsig warning when thereDavid Shaw1-6/+8
2006-03-08* options.h, mainproc.c (check_sig_and_print), gpg.c (main):David Shaw1-1/+1
2005-10-12* options.h, getkey.c (merge_selfsigs_subkey), gpg.c (main), sig-check.cDavid Shaw1-4/+11
2005-10-11* getkey.c (merge_selfsigs_subkey), sig-check.c (signature_check2),David Shaw1-2/+5
2005-07-27Converted all m_free to xfree etc.Werner Koch1-5/+5
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2004-05-20* keyserver.c (keyserver_work): Allow --refresh-keys with a preferredDavid Shaw1-48/+43