summaryrefslogtreecommitdiffstats
path: root/sm/certcheck.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpgsm: Replace all assert calls by log_assert.Werner Koch2020-07-081-3/+2
* sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch2020-07-031-53/+20
* sm: Fix support verification of nistp521 signatures.Werner Koch2020-06-251-1/+1
* sm: Support verification of nistp521 signatures.Werner Koch2020-06-171-5/+8
* sm: Support creation of EdDSA certificates.Werner Koch2020-05-181-0/+10
* sm: Support import and verification of EdDSA certificates.Werner Koch2020-05-131-17/+120
* sm: Cleanup the use of GCRY_PK_ECC and GCRY_PK_ECDSA.Werner Koch2020-05-081-5/+3
* sm,dirmngr: Restrict allowed parameters used with rsaPSS.Werner Koch2020-04-151-1/+39
* sm: Support rsaPSS verification also for CMS signatures.Werner Koch2020-04-141-38/+110
* dirmngr: Support rsaPSS also in the general validate module.Werner Koch2020-04-091-1/+5
* sm,dirmngr: Support rsaPSS signature verification.Werner Koch2020-04-091-45/+145
* Use the gpgrt log functions if possible.Werner Koch2017-11-271-1/+1
* Remove -I option to common.NIIBE Yutaka2017-03-071-1/+1
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-1/+1
* Replace gcry_md_start_debug by gcry_md_debug.Werner Koch2011-09-201-1/+1
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-12/+9
* Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch2008-09-291-7/+3
* Implemented the chain model for X.509 validation.Werner Koch2007-08-101-3/+9
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
* Upgraded gettext.Werner Koch2007-05-071-3/+8
* * certcheck.c (do_encode_md): Add arg PKEY. Add support for DSA2Werner Koch2007-04-201-12/+74
* sm/Werner Koch2007-04-181-1/+7
* bug fixesWerner Koch2006-10-051-0/+2
* The big Assuan error code removal.Werner Koch2006-09-061-2/+2
* Updated FSF's address.Werner Koch2006-06-201-1/+2
* Added qualified signature features.Werner Koch2005-11-131-0/+4
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-161-6/+8
* * certcheck.c: Fixed use of DBG_CRYPTO and DBG_X509.Werner Koch2005-03-171-5/+5
* * import.c (check_and_store): Do a full validation ifWerner Koch2004-08-171-42/+96
* * call-agent.c (gpgsm_agent_pksign, gpgsm_agent_pkdecrypt)Werner Koch2004-04-261-3/+3
* * gpgsm.c: New option --with-md5-fingerprint.Werner Koch2004-02-171-1/+1
* * certcheck.c (gpgsm_create_cms_signature): Format a descriptionWerner Koch2004-02-131-2/+5
* Replaced deprecated type names.Werner Koch2003-12-171-5/+5
* Mainly changes to adjust for the changed KSBA API.Werner Koch2003-11-121-2/+2
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-08-051-0/+300
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-301/+0
* * certcheck.c (gpgsm_check_cert_sig): Add cert hash debugging.NEWPG-0-9-2Werner Koch2002-09-191-0/+12
* * gpgsm.c (emergency_cleanup): New.Werner Koch2002-08-091-4/+30
* Doc fixes, moved some fizmes to TODO, fixed minor bugs.Werner Koch2002-03-181-4/+0
* * gpgsm.c, gpgsm.h: Add local_user.Werner Koch2002-03-051-3/+4
* * server.c (option_handler): Allow to use -2 for "send all certsWerner Koch2002-02-251-0/+1
* * certlist.c (gpgsm_add_to_certlist): Check that the specifiedWerner Koch2002-02-071-1/+1
* Changes to be used with the new libksba interface.Werner Koch2001-12-181-111/+36
* The agent does now work and read the secret keys from the directoryWerner Koch2001-11-251-1/+22
* Added new directory common to enable sharing of some code and errorWerner Koch2001-11-241-5/+5
* Signing does now work. There is no secret key management yet, so youWerner Koch2001-11-241-4/+103
* Map Libksba's OIDs to Libgcrypt digest algo numbers.Werner Koch2001-11-201-1/+7
* Base code for gpgsm --verify does workWerner Koch2001-11-161-16/+74
* We have reached a state where we are able to import certs andWerner Koch2001-11-131-0/+156