Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add password support for certificate files #52

Merged
merged 12 commits into from
Oct 11, 2023

Conversation

lemccomb
Copy link
Contributor

Adds an optional /Password (or /pw) option to CoseSignTool so you can specify a password for a .pfx certificate file to sign with.
Includes unit tests to verify success path and error handling.

@lemccomb lemccomb closed this Oct 11, 2023
@lemccomb lemccomb reopened this Oct 11, 2023
CoseSignTool.tests/MainTests.cs Fixed Show fixed Hide fixed
CoseSignTool.tests/MainTests.cs Fixed Show fixed Hide fixed
CoseSignTool.tests/MainTests.cs Fixed Show fixed Hide fixed
@lemccomb lemccomb closed this Oct 11, 2023
@lemccomb lemccomb reopened this Oct 11, 2023
@lemccomb lemccomb closed this Oct 11, 2023
@lemccomb lemccomb reopened this Oct 11, 2023


private static string PayloadFile;

Check notice

Code scanning / CodeQL

Missed 'readonly' opportunity

Field 'PayloadFile' can be 'readonly'.
@lemccomb lemccomb merged commit 16a81fa into main Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants