aboutsummaryrefslogtreecommitdiffstats
path: root/sm/certchain.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-04gpgsm: Cache the non-existence of the policy file.Werner Koch1-2/+17
2023-03-10dirmngr: Add command "GETINFO stats".Werner Koch1-0/+3
2023-01-12sm: Fix compliance checking for ECC signature verification.Werner Koch1-1/+2
2022-12-05gpgsm: Print the revocation time also with --verify.Werner Koch1-1/+16
2022-12-05gpgsm: Print revocation date and reason in cert listings.Werner Koch1-1/+16
2022-12-05gpgsm: Silence the "non-critical certificate policy not allowed".Werner Koch1-2/+3
2022-12-05gpgsm: Always use the chain model if the root-CA requests this.Werner Koch1-6/+8
2022-02-27agent: New flag "qual" for the trustlist.txt.Werner Koch1-3/+7
2021-06-11sm: Fix finding of issuer in use-keyboxd mode.Werner Koch1-5/+8
2021-02-25sm: Do not print certain issuer not found diags in quiet mode.Werner Koch1-19/+25
2021-02-25sm: Fix issuer certificate look error due to legacy error code.Werner Koch1-65/+69
2020-10-20Replace most of the remaining stdio calls by estream calls.Werner Koch1-11/+11
2020-09-10sm: Implement initial support for keyboxd.Werner Koch1-30/+32
2020-09-03sm: Add arg ctrl to keydb_new.Werner Koch1-3/+3
2020-07-08gpgsm: Replace all assert calls by log_assert.Werner Koch1-1/+0
2020-04-16sm: Always allow authorityInfoAccess lookup if CRLs are also enabled.Werner Koch1-6/+11
2020-04-16sm: Lookup missing issuers first using authorityInfoAccess.Werner Koch1-8/+141
2020-03-27sm: Consider certificates w/o CRL DP as valid.Werner Koch1-0/+18
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-1/+1
2019-12-06sm: Add special case for expired intermediate certificates.Werner Koch1-17/+88
2018-10-25all: fix more spelling errorsDaniel Kahn Gillmor1-1/+1
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-4/+4
2017-12-11Adjust for changed macro names in libgpg-error master.Werner Koch1-1/+2
2017-03-07Remove -I option to common.NIIBE Yutaka1-2/+2
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2016-11-10gpg,sm: Add STATUS_ERROR keydb_search and keydb_add-resource.Werner Koch1-24/+42
2016-11-10sm: Remove unused arg SECRET from keydb functions.Werner Koch1-3/+3
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-01-07sm: Avoid warnings about useless assignments.Werner Koch1-7/+7
2015-11-17Fix typos found using codespell.Justus Winter1-2/+2
2015-06-29gpgsm: Add command option "offline".Werner Koch1-3/+3
2015-04-24common: Rename log and gcc attribute macros (jnlib merge).Werner Koch1-1/+1
2015-04-24common: Remove two JNLIB_ macros (jnlib merge).Werner Koch1-2/+0
2014-10-10Use a unique capitalization for "Note:".Werner Koch1-2/+2
2014-06-02gpgsm: Handle re-issued CA certificates in a better way.Werner Koch1-3/+59
2012-08-24Fix typos spotted during translationsDavid Prévot1-3/+3
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-1/+1
2011-12-07gpgsm: Add new validation model "steed".Werner Koch1-12/+49
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-82/+82
2010-10-05Don't set SSH_AGENTPID_INFO.Werner Koch1-1/+1
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-3/+3
2009-12-17Implement --faked-systrem-time for gpg.Werner Koch1-3/+3
2009-12-10Add option --cert-extension.Werner Koch1-1/+16
2009-07-23Print status of CRL checks in the audit log.Werner Koch1-1/+7
2009-03-16Remove duplicated code.Werner Koch1-8/+8
2008-10-21Help dirmngr to use supplied trust anchors.Werner Koch1-2/+2
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-0/+2
2008-04-23Fixed a C-89 incompatibility.Werner Koch1-1/+3
2008-04-01Fix a problem with dirmngr looked up certificates.Werner Koch1-2/+2
2008-02-19Improve certificate chain construction.Werner Koch1-14/+85