CoseSignTool icon indicating copy to clipboard operation
CoseSignTool copied to clipboard

upgrade to .NET 8, add docs to package, add retry loop for revocation server

Open lemccomb opened this issue 1 year ago • 0 comments

This PR does three things:

  1. Upgrades CoseSignTool.exe and the test projects to .NET 8.0,
  2. Copies the markdown documents from the repo into the downloadable release packages on GitHub and adds them to the NuSpec files so they will be included in any NuGet packages as well.
  3. Adds a retry to the chain trust validator for the cases where the host fails to resolve a request to the certificate revocation server.

lemccomb avatar May 10 '24 21:05 lemccomb