summaryrefslogtreecommitdiffstats
path: root/g10/sig-check.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* gpg: Fix printing of pubkey algo in --verbose signature verify.Werner Koch2016-09-011-27/+31
* g10: Fix checking key for signature validation.NIIBE Yutaka2016-08-041-2/+2
* g10: Fix signature checking.NIIBE Yutaka2016-05-111-4/+9
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-9/+8
* gpg: Prettify a 2 octet hex output.Werner Koch2016-02-261-1/+2
* gpg: Show debugging info if a sig with an unsupported sig class is used.Neal H. Walfield2016-02-251-1/+6
* gpg: Split check_key_signature2.Neal H. Walfield2016-02-191-92/+273
* gpg: Split the function check_signature_end.Neal H. Walfield2016-02-191-5/+23
* gpg: Use "days" in "...newer than..." diagnostics.Werner Koch2016-01-181-10/+35
* Use ngettext for some strings.Werner Koch2016-01-181-11/+10
* gpg: Re-indent check_key_signature2.Werner Koch2016-01-121-284/+309
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* gpg: Ensure all weak digest rejection notices are shownDaniel Kahn Gillmor2015-10-261-9/+2
* gpg: Improve function documentation and some comments.Neal H. Walfield2015-10-191-43/+197
* gpg: Improve and regularize naming of signature checking functions.Neal H. Walfield2015-10-191-25/+33
* gpg: Print warning when rejecting weak digestsDaniel Kahn Gillmor2015-10-191-2/+8
* gpg: Add option --weak-digest to gpg and gpgv.Daniel Kahn Gillmor2015-10-191-4/+7
* g10: Remove unused struct cmp_help_context_s.Neal H. Walfield2015-09-291-6/+0
* g10: Avoid an unnecessary copy.Neal H. Walfield2015-09-291-4/+20
* gpg: Replace remaining uses of stdio by estream.Werner Koch2015-02-191-1/+1
* doc: Change remaining http links to gnupg.org to httpsWerner Koch2015-02-111-1/+1
* gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch2015-01-221-15/+18
* Use a unique capitalization for "Note:".Werner Koch2014-10-101-2/+2
* gpg: Disable an MD5 workaround for pgp2 by default.Werner Koch2014-08-141-10/+1
* gpg: Reject signatures made with MD5.Werner Koch2014-03-171-0/+16
* gpg: Remove cipher.h and put algo ids into a common file.Werner Koch2014-01-291-1/+0
* Fixed set but unused variable bugsWerner Koch2011-08-101-3/+0
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-10/+10
* Removed deprecated SIGEXPIRED status line.Werner Koch2011-02-041-2/+0
* Make public key data structure easier to read.Werner Koch2010-10-201-10/+9
* Generating an OpenPGP key cia gpg-agent basically works.Werner Koch2010-04-201-1/+1
* Fix bug#1059 (missing status line signature verification done with aWerner Koch2009-12-171-1/+5
* Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt.Werner Koch2008-12-111-33/+56
* Print a note for revoked signing keys.Werner Koch2008-05-081-2/+8
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
* Fix for bug 797.Werner Koch2007-05-161-12/+15
* Continued with merging.Werner Koch2006-04-191-1/+1
* Merged with gpg 1.4.3 code. Werner Koch2006-04-191-147/+207
* Merged most of David Shaw's changes in 1.3 since 2003-06-03.Werner Koch2003-09-231-32/+49
* Adjusted for use with current libgcrypt (1.1.42).Werner Koch2003-07-281-1/+1
* Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch2003-06-181-158/+91
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-06-051-0/+625
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-619/+0
* * getkey.c (get_pubkey_direct): Don't cache keys retrieved via thisDavid Shaw2002-10-051-3/+1
* 2002-09-28 David Shaw <dshaw@jabberwocky.com>David Shaw2002-09-281-2/+5
* * import.c (import_keys_stream): Fix compiler type warning.David Shaw2002-09-241-3/+3
* From stable branchDavid Shaw2002-09-171-1/+2
* Import from stable branch.David Shaw2002-09-131-5/+76
* * sig-check.c (do_check_messages, do_check): Show keyid in error messages.David Shaw2002-08-281-9/+11