aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/crlcache.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-19dirmngr: New option --ignore-crl-extensions.Werner Koch1-0/+9
2023-06-19gpgsm: Support SENDCERT_SKI for --call-dirmngrWerner Koch1-0/+1
2023-03-09dirmngr: Distinguish between "no crl" and "crl not trusted".Werner Koch1-6/+7
2023-03-08dirmngr: Minor code cleanup in the CRL cache.Werner Koch1-10/+25
2022-11-29doc: Comment typo fixWerner Koch1-2/+2
2022-11-15dirmngr: Fix verification of ECDSA signed CRLs.Werner Koch1-2/+3
2022-09-16dirmngr: Fix CRL DP error fallback to other schemes.Werner Koch1-28/+12
2022-02-27dirmngr: Support ECDSA for CRLsWerner Koch1-0/+48
2021-05-20dirmgr: clean up memory on error code pathsJakub Jelen1-3/+6
2020-10-21common: New functions gnupg_opendir et al.Werner Koch1-13/+9
2020-10-20Replace all calls to stat by gnupg_stat.Werner Koch1-1/+1
2020-10-20Replace most calls to open by a new wrapper.Werner Koch1-2/+2
2020-04-15sm,dirmngr: Restrict allowed parameters used with rsaPSS.Werner Koch1-0/+23
2020-04-09sm,dirmngr: Support rsaPSS signature verification.Werner Koch1-15/+162
2018-11-12dirmngr: Add FLUSHCRLs commandAndre Heinecke1-1/+3
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-2/+2
2018-04-20dirmngr: More binary I/O on Windows for CRLsAndre Heinecke1-2/+5
2017-11-27Use the gpgrt log functions if possible.Werner Koch1-1/+1
2017-11-17dirmngr: Fix double free of a hash context in the error case.Werner Koch1-6/+6
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2017-02-21dirmngr: Add special treatment for the standard hkps pool to ntbtls.Werner Koch1-1/+2
2017-02-17dirmngr: Add option --no-crl to the VALIDATE cmd.Werner Koch1-1/+2
2017-01-11dirmngr: Remove warnings about unused global variables.Werner Koch1-1/+1
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-09-20dirmngr: Open file CRL's in binary modeAndre Heinecke1-1/+1
2016-08-18dirmngr: Remove all system daemon features.Werner Koch1-1/+1
2016-08-03dirmngr: Emit correct spelling of "superseded".Daniel Kahn Gillmor1-1/+1
2016-01-22dirmngr: Indicate that serial numbers are hexadecimal.Werner Koch1-3/+4
2015-11-19dirmngr: Improve error handling.Justus Winter1-0/+1
2015-11-17Fix typos found using codespell.Justus Winter1-2/+2
2015-10-28dirmngr: Fix NULL-deref while loading a CRL.Werner Koch1-1/+2
2015-10-14cleanup: Fix confusion between gpg_error_t and gpg_err_code_t.NIIBE Yutaka1-1/+1
2015-06-18dirmngr: Fix the cleanup zombies fix (685b782).Werner Koch1-7/+6
2015-06-09dirmngr: Avoid crash due to an empty crls.d/DIR.txt.Werner Koch1-1/+3
2014-08-26Switch to the libgpg-error provided estream.Werner Koch1-5/+4
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-48/+48
2012-04-26avoid buffer strncpy-induced buffer overrunJim Meyering1-2/+8
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-123/+122
2010-12-14Tweaks for gpgconf.Werner Koch1-3/+28
2010-12-14Change --dameon home directory to /gnupg under WinceWerner Koch1-1/+1
2010-10-18Fix a signing problem with the cardWerner Koch1-1/+13
2010-08-12Fix dirmngr problems on CE.Werner Koch1-3/+3
2010-08-06More work on the dirmngr. It now builds for W32 and W32CE and quickWerner Koch1-8/+2
2010-07-23Some work on the dirmngrWerner Koch1-1/+1
2010-07-16Some work on porting dirmngr (unfinished)Werner Koch1-118/+119
2010-06-09Merged Dirmngr with GnuPG.Werner Koch1-0/+2544