https://github.com/trailofbits/windows-ctl
Rust libraries and utilities for parsing Windows Certificate Trust Lists
https://github.com/trailofbits/windows-ctl
authenticode cryptography rust
Last synced: 10 months ago
JSON representation
Rust libraries and utilities for parsing Windows Certificate Trust Lists
- Host: GitHub
- URL: https://github.com/trailofbits/windows-ctl
- Owner: trailofbits
- License: apache-2.0
- Created: 2022-12-19T23:55:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T16:02:07.000Z (about 1 year ago)
- Last Synced: 2025-03-19T23:06:45.711Z (10 months ago)
- Topics: authenticode, cryptography, rust
- Language: Rust
- Homepage:
- Size: 58.6 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# windows-ctl
[](https://github.com/trailofbits/windows-ctl/actions/workflows/tests.yml)
Rust libraries and tools for interacting with Windows Certificate Trust Lists.
## Crates
| Name | crates.io | Docs | Description |
| ---- | --------- | -----| ----------- |
| [`windows-ctl`](./windows-ctl/) | [](https://crates.io/crates/windows-ctl) | [Docs](https://docs.rs/windows-ctl/latest/windows_ctl/) | A crate for parsing Windows Certificate Trust Lists |
| [`ctltool`](./ctltool/) | [](https://crates.io/crates/ctltool) | [Docs](https://docs.rs/ctltool/latest/ctltool/) | A command line utility for inspecting and interacting with CTLs |