An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# windows-ctl

[![Tests](https://github.com/trailofbits/windows-ctl/actions/workflows/tests.yml/badge.svg)](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/) | [![Crates.io](https://img.shields.io/crates/v/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/) | [![Crates.io](https://img.shields.io/crates/v/ctltool)](https://crates.io/crates/ctltool) | [Docs](https://docs.rs/ctltool/latest/ctltool/) | A command line utility for inspecting and interacting with CTLs |