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

Enabled optional time validation in ChainTrustVaildator #97

Merged
merged 8 commits into from
Aug 5, 2024

Conversation

lemccomb
Copy link
Contributor

@lemccomb lemccomb commented Aug 2, 2024

Upgrading to .NET made chain trust validation more strict about validity time on signing certificates. But some users need to allow signatures with expired certificates to pass validation.
This pull request adds an optional "allowOutdated" field to the ChainTrustValidator constructor, which allows certificates to pass chain trust validation after their "NotAfter" date unless they have a lifetime EKU.

actions-user and others added 3 commits August 2, 2024 00:54
Signed-off-by: lemccomb <117306942+lemccomb@users.noreply.github.com>
…oft/CoseSignTool into user/lemccomb/chainstatus

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
@lemccomb lemccomb merged commit c28871d into main Aug 5, 2024
10 checks passed
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