Page MenuHome GnuPG

Delete file failure during CRL update
Closed, ResolvedPublic

Description

Since 2.2.24 reading a CRL fails on Windows if the CRL is new. The cause for this is that we now use DeleteFileW instead of remove. However ERRNO is not set and the CRL code in dirmngr only ignores ENOENT error when deleting a cached CRL.

Revisions and Commits

Related Objects