aboutsummaryrefslogtreecommitdiffstats
path: root/sm/certcheck.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-08gpgsm: Replace all assert calls by log_assert.Werner Koch1-3/+2
2020-07-03sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch1-53/+20
2020-06-25sm: Fix support verification of nistp521 signatures.Werner Koch1-1/+1
2020-06-17sm: Support verification of nistp521 signatures.Werner Koch1-5/+8
2020-05-18sm: Support creation of EdDSA certificates.Werner Koch1-0/+10
2020-05-13sm: Support import and verification of EdDSA certificates.Werner Koch1-17/+120
2020-05-08sm: Cleanup the use of GCRY_PK_ECC and GCRY_PK_ECDSA.Werner Koch1-5/+3
2020-04-15sm,dirmngr: Restrict allowed parameters used with rsaPSS.Werner Koch1-1/+39
2020-04-14sm: Support rsaPSS verification also for CMS signatures.Werner Koch1-38/+110
2020-04-09dirmngr: Support rsaPSS also in the general validate module.Werner Koch1-1/+5
2020-04-09sm,dirmngr: Support rsaPSS signature verification.Werner Koch1-45/+145
2017-11-27Use the gpgrt log functions if possible.Werner Koch1-1/+1
2017-03-07Remove -I option to common.NIIBE Yutaka1-1/+1
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-1/+1
2011-09-20Replace gcry_md_start_debug by gcry_md_debug.Werner Koch1-1/+1
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-12/+9
2008-09-29Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch1-7/+3
2007-08-10Implemented the chain model for X.509 validation.Werner Koch1-3/+9
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2007-05-07Upgraded gettext.Werner Koch1-3/+8
2007-04-20 * certcheck.c (do_encode_md): Add arg PKEY. Add support for DSA2Werner Koch1-12/+74
2007-04-18sm/Werner Koch1-1/+7
2006-10-05bug fixesWerner Koch1-0/+2
2006-09-06The big Assuan error code removal.Werner Koch1-2/+2
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2005-11-13Added qualified signature features.Werner Koch1-0/+4
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch1-300/+0
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-6/+8
2005-03-17* certcheck.c: Fixed use of DBG_CRYPTO and DBG_X509.Werner Koch1-5/+5
2004-08-17* import.c (check_and_store): Do a full validation ifWerner Koch1-42/+96
2004-04-26* call-agent.c (gpgsm_agent_pksign, gpgsm_agent_pkdecrypt)Werner Koch1-3/+3
2004-02-17* gpgsm.c: New option --with-md5-fingerprint.Werner Koch1-1/+1
2004-02-13* certcheck.c (gpgsm_create_cms_signature): Format a descriptionWerner Koch1-2/+5
2003-12-17Replaced deprecated type names.Werner Koch1-5/+5
2003-11-12Mainly changes to adjust for the changed KSBA API.Werner Koch1-2/+2
2003-08-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+300
2003-07-28Adjusted for use with current libgcrypt (1.1.42).Werner Koch1-1/+1
2003-06-27Key generation and signing using the OpenPGP card does rudimentary work.Werner Koch1-26/+26
2003-06-03Make use of libgpg-errorWerner Koch1-11/+11
2003-01-09Updated from latest NewPG projectWerner Koch1-2/+1
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-301/+0
2002-09-19* certcheck.c (gpgsm_check_cert_sig): Add cert hash debugging.NEWPG-0-9-2Werner Koch1-0/+12
2002-08-09* gpgsm.c (emergency_cleanup): New.Werner Koch1-4/+30
2002-03-18Doc fixes, moved some fizmes to TODO, fixed minor bugs.Werner Koch1-4/+0
2002-03-05* gpgsm.c, gpgsm.h: Add local_user.Werner Koch1-3/+4
2002-02-25* server.c (option_handler): Allow to use -2 for "send all certsWerner Koch1-0/+1
2002-02-07* certlist.c (gpgsm_add_to_certlist): Check that the specifiedWerner Koch1-1/+1
2001-12-18Changes to be used with the new libksba interface.Werner Koch1-111/+36
2001-11-25The agent does now work and read the secret keys from the directoryWerner Koch1-1/+22