summaryrefslogtreecommitdiffstats
path: root/g10/sig-check.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Silence some diagnostics.Werner Koch2022-09-281-1/+1
* gpg: New option --override-compliance-checkWerner Koch2021-10-131-11/+31
* gpg: Do not use weak digest algos if selected by recipient prefs.Werner Koch2020-11-021-7/+5
* gpg: Fix check_signature2 for opaque MPI.NIIBE Yutaka2020-11-021-2/+21
* gpg: Fix counting buffer size in check_signature2.NIIBE Yutaka2020-11-021-1/+1
* sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch2020-07-031-1/+1
* doc: Minor code comment fixes.Werner Koch2020-06-081-1/+2
* gpg: Make use of the included key block in a signature.Werner Koch2020-03-131-3/+8
* gpg: Add option --allow-weak-key-signatures.Werner Koch2019-11-071-1/+3
* gpg: Ignore all SHA-1 signatures in 3rd party key signatures.Werner Koch2019-10-031-6/+2
* gpg: Be prepared for chosen-prefix SHA-1 collisions in key signatures.Werner Koch2019-10-031-15/+29
* sm: Add yet inactive options to support authenticodeWerner Koch2019-04-301-1/+1
* gpg: Implement v5 keys and v5 signatures.Werner Koch2019-03-141-13/+30
* gpg: Implemented latest rfc4880bis version 5 packet hashing.Werner Koch2019-03-141-16/+34
* gpg: Prepare revocation keys for use with v5 keys.Werner Koch2018-12-041-2/+2
* gpg: Unfinished support for v5 signatures.Werner Koch2018-10-241-10/+19
* gpg: Fix extra check for sign usage of a data signature.Werner Koch2018-10-081-1/+2
* gpg: Prepare for signatures with ISSUER_FPR but without ISSUER.Werner Koch2018-07-051-2/+2
* gpg: Extra check for sign usage when verifying a data signature.Werner Koch2018-07-041-2/+11
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-04-101-343/+347
|\
| * gpg: Check that a key may do certifications.Werner Koch2018-04-061-0/+21
| * gpg: Re-indent sig-check.c and use signature class macros.Werner Koch2018-04-061-387/+371
* | gpg: Prepare for a longer fingerprintWerner Koch2017-09-271-1/+1
* | gpg: Let --debug clock time sign and verify.Werner Koch2017-09-271-0/+4
|/
* gpg: Fix memory leak in sig-check.Werner Koch2017-08-241-2/+5
* indent: Change comment style on two functionsWerner Koch2017-08-241-63/+71
* gpg,sm: String changes for compliance diagnostics.Werner Koch2017-07-281-4/+2
* gpg: Tweak compliance checking for verificationWerner Koch2017-07-271-4/+5
* indent: Always use "_(" and not "_ (" to mark translatable strings.Werner Koch2017-06-191-2/+2
* po: Make a string translatable.Werner Koch2017-06-131-3/+6
* common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS.Justus Winter2017-06-081-0/+19
* gpg: Print more stats for the keydb and the signature cache.Werner Koch2017-03-311-1/+30
* gpg: Pass CTRL to many more functions.Werner Koch2017-03-311-17/+25
* Remove -I option to common.NIIBE Yutaka2017-03-071-3/+3
* 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