aboutsummaryrefslogtreecommitdiffstats
path: root/sm/verify.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-11gpgsm: New option --assert-signerWerner Koch1-0/+134
2024-01-15gpgsm: Improve the status line for --verify errors.Werner Koch1-1/+6
2023-11-08gpgsm: Support ECDSA in de-vs mode.Werner Koch1-0/+1
2023-10-24sm: Flag Brainpool curves as compliant for all other operations.Werner Koch1-2/+2
2023-07-25sm: Use estream for I/O.NIIBE Yutaka1-30/+11
2023-06-15gpgsm: New option --input-size-hint.Werner Koch1-0/+2
2023-06-15gpgsm: Print PROGRESS status lines.Werner Koch1-0/+2
2023-03-08gpgsm: Strip trailing zeroes from detached signatures.Werner Koch1-2/+8
2023-01-12sm: Fix compliance checking for ECC signature verification.Werner Koch1-3/+14
2022-11-25dirmngr: Silence ocsp debug output.Werner Koch1-2/+2
2022-04-25sm: Use gpg_err_code() instead of -1Todd Zullinger1-1/+1
2022-03-08gpgsm: New option --require-complianceWerner Koch1-0/+7
2021-01-28Include the library version in the compliance checks.Werner Koch1-0/+1
2020-09-03sm: Add arg ctrl to keydb_new.Werner Koch1-1/+1
2020-07-08gpgsm: Replace all assert calls by log_assert.Werner Koch1-2/+1
2020-07-03sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch1-15/+18
2020-05-08sm: Cleanup the use of GCRY_PK_ECC and GCRY_PK_ECDSA.Werner Koch1-2/+6
2020-05-08sm: Improve readability of the data verification output.Werner Koch1-35/+66
2020-04-14sm: Support rsaPSS verification also for CMS signatures.Werner Koch1-2/+2
2017-11-27Use the gpgrt log functions if possible.Werner Koch1-3/+3
2017-07-28gpg,sm: String changes for compliance diagnostics.Werner Koch1-5/+7
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-11/+31
2017-06-01gpg: Report compliance with CO_DE_VS.Justus Winter1-0/+11
2017-05-31sm: Simplify code.Justus Winter1-6/+1
2017-03-07Remove -I option to common.NIIBE Yutaka1-1/+1
2017-02-16common: Rename remaining symbols in ksba-io-support.Werner Koch1-5/+5
2017-02-16common: Remove gpgsm dependencies from ksba-io-support.Werner Koch1-2/+9
2016-11-10gpg,sm: Add STATUS_ERROR keydb_search and keydb_add-resource.Werner Koch1-2/+2
2016-11-10sm: Remove unused arg SECRET from keydb functions.Werner Koch1-1/+1
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2015-01-23gpg,sm: Remove unnecessary duplicated checksWerner Koch1-1/+1
2012-08-24Fix typos spotted during translationsDavid Prévot1-1/+1
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-2/+2
2011-12-07gpgsm: Add new validation model "steed".Werner Koch1-0/+2
2011-09-20Replace gcry_md_start_debug by gcry_md_debug.Werner Koch1-2/+2
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-28/+27
2010-11-26Remove superfluous parameter.Werner Koch1-1/+1
2010-03-15Finished the bulk of changes to use estream in most places instead ofWerner Koch1-1/+1
2010-03-08Replace use stdio by estream functions.Werner Koch1-17/+17
2009-12-02More stuff for the audit-log.Werner Koch1-1/+5
2009-03-25Print NO_SECKEY status line in gpgsm.Werner Koch1-1/+1
2009-03-16Remove duplicated code.Werner Koch1-1/+1
2008-04-18Adjust for the changed Camellia draft.Werner Koch1-2/+10
2007-12-13Allow verification of some broken S-TRUST generated signatures.Werner Koch1-9/+29
2007-12-06More code for the audit log.Werner Koch1-1/+5
2007-11-19Started to implement the audit log feature.Werner Koch1-13/+57
2007-08-10Implemented the chain model for X.509 validation.Werner Koch1-10/+42
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2007-03-19Allow export to work on systems without funopen/fopencookie.Werner Koch1-1/+1