aboutsummaryrefslogtreecommitdiffstats
path: root/sm/certchain.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpgsm: Avoid increasing error count when enumerating an expired cert.Ramón García2025-03-181-27/+38
* gpgsm: select unexpired certificates skipping expired onesRamón García2025-03-181-1/+1
* gpgsm: Silence messages about dirmngr cache lookup failed.Werner Koch2024-09-301-2/+14
* gpgsm: Silence the fingerprint output in quiet mode.Werner Koch2024-09-301-5/+9
* gpgsm: Use a cache to speed up parent certificate lookup.Werner Koch2024-09-301-7/+80
* sm: Optmize clearing of the ephemeral flag.Werner Koch2024-09-271-0/+13
* indent: Fix spellingDaniel Kahn Gillmor2024-05-311-1/+1
* gpgsm: Add --always-trust feature.Werner Koch2023-08-311-3/+11
* gpgsm: Cache the non-existence of the policy file.Werner Koch2023-05-041-2/+17
* dirmngr: Add command "GETINFO stats".Werner Koch2023-03-101-0/+3
* sm: Fix compliance checking for ECC signature verification.Werner Koch2023-01-121-1/+2
* gpgsm: Print the revocation time also with --verify.Werner Koch2022-12-051-1/+16
* gpgsm: Print revocation date and reason in cert listings.Werner Koch2022-12-051-1/+16
* gpgsm: Silence the "non-critical certificate policy not allowed".Werner Koch2022-12-051-2/+3
* gpgsm: Always use the chain model if the root-CA requests this.Werner Koch2022-12-051-6/+8
* agent: New flag "qual" for the trustlist.txt.Werner Koch2022-02-271-3/+7
* sm: Fix finding of issuer in use-keyboxd mode.Werner Koch2021-06-111-5/+8
* sm: Do not print certain issuer not found diags in quiet mode.Werner Koch2021-02-251-19/+25
* sm: Fix issuer certificate look error due to legacy error code.Werner Koch2021-02-251-65/+69
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-201-11/+11
* sm: Implement initial support for keyboxd.Werner Koch2020-09-101-30/+32
* sm: Add arg ctrl to keydb_new.Werner Koch2020-09-031-3/+3
* gpgsm: Replace all assert calls by log_assert.Werner Koch2020-07-081-1/+0
* sm: Always allow authorityInfoAccess lookup if CRLs are also enabled.Werner Koch2020-04-161-6/+11
* sm: Lookup missing issuers first using authorityInfoAccess.Werner Koch2020-04-161-8/+141
* sm: Consider certificates w/o CRL DP as valid.Werner Koch2020-03-271-0/+18
* Spelling cleanup.Daniel Kahn Gillmor2020-02-181-1/+1
* sm: Add special case for expired intermediate certificates.Werner Koch2019-12-061-17/+88
* all: fix more spelling errorsDaniel Kahn Gillmor2018-10-251-1/+1
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-4/+4
* Adjust for changed macro names in libgpg-error master.Werner Koch2017-12-111-1/+2
* Remove -I option to common.NIIBE Yutaka2017-03-071-2/+2
* Clean up word replication.Yuri Chornoivan2017-02-211-1/+1
* gpg,sm: Add STATUS_ERROR keydb_search and keydb_add-resource.Werner Koch2016-11-101-24/+42
* sm: Remove unused arg SECRET from keydb functions.Werner Koch2016-11-101-3/+3
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* sm: Avoid warnings about useless assignments.Werner Koch2016-01-071-7/+7
* Fix typos found using codespell.Justus Winter2015-11-171-2/+2
* gpgsm: Add command option "offline".Werner Koch2015-06-291-3/+3
* common: Rename log and gcc attribute macros (jnlib merge).Werner Koch2015-04-241-1/+1
* common: Remove two JNLIB_ macros (jnlib merge).Werner Koch2015-04-241-2/+0
* Use a unique capitalization for "Note:".Werner Koch2014-10-101-2/+2
* gpgsm: Handle re-issued CA certificates in a better way.Werner Koch2014-06-021-3/+59
* Fix typos spotted during translationsDavid Prévot2012-08-241-3/+3
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-1/+1
* gpgsm: Add new validation model "steed".Werner Koch2011-12-071-12/+49
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-82/+82
* Don't set SSH_AGENTPID_INFO.Werner Koch2010-10-051-1/+1
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-3/+3
* Implement --faked-systrem-time for gpg.Werner Koch2009-12-171-3/+3