Skip to content

Conversation

@mmitche
Copy link
Member

@mmitche mmitche commented Jan 9, 2026

This is an initial basic implementation signtool in a new library. It involves a few basic components:

  • Signing driver (RecursiveSigning)
  • Certificate identifier
  • File deduplicator
  • Signing graph implementation.
  • Container handling.

The overall algorithm is similar to signtool, but we've abstracted a large portion of functionality into a set of services injected with DI. This allows for MUCH better testability in the long term.

To double check:

… arcade

This is an initial basic implementation signtool in a new library. It involves a few basic components:
- Signing driver (RecursiveSigning)
- Certificate identifier
- File deduplicator
- Signing graph implementation.
- Container handling.

The overall algorithm is similar to signtool, but we've abstracted a large portion of functionality into a set of services injected with DI. This allows for MUCH better testability in the long term.
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.

1 participant