CoseSignTool icon indicating copy to clipboard operation
CoseSignTool copied to clipboard

CoseSignTool is a platform-agnostic command line application to COSE sign files and validate COSE signatures. CoseHandler is a library of functions for COSE signing and validation for use by .NET app...

Results 15 CoseSignTool issues
Sort by recently updated
recently updated
newest added

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...

Is this tooling capable of performing signing using KSP / CSP?

Currently `CoseSignTool.exe sign` supports signing with password protected .pfx certificates with the `/Password` argument. The user should be prompted for the password at runtime so we can consume it as...

Ensuring all test projects have IsTestProject set to true.

This PR contains code and tests to allow users to supply protected and un-protected headers in the tool. Two options are provided for specifying headers. They are as follows: 1....

Skimming at the repo it seems that this information from the README.md is outdated. With your approval, I wanted to submit a PR to reflect the current main branch. >...

`CoseSign1.Certificates.Local.Validators.X509ChainTrustValidator` must remain in a .NET Standard 2.0 lib to maintain compatibility with several consumers of the library. Unfortunately this means we can't use the modern net core implementations of...

Still troubleshooting the rerelease script

This migrates from VSTest, to the newer Microsoft.Testing.Platform. `ValidateIndirectSucceedsWithRootPassedIn` is failing in this PR, but it's also failing on current main when I try locally. Looks like the test involves...