https://github.com/tls-inspector/authrootstl
Go package for parsing and validating Microsoft Windows' signed trusted subjects list (authroot.stl)
https://github.com/tls-inspector/authrootstl
go pki tls
Last synced: about 1 month ago
JSON representation
Go package for parsing and validating Microsoft Windows' signed trusted subjects list (authroot.stl)
- Host: GitHub
- URL: https://github.com/tls-inspector/authrootstl
- Owner: tls-inspector
- License: mpl-2.0
- Created: 2023-02-01T02:44:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T06:24:51.000Z (11 months ago)
- Last Synced: 2025-01-21T07:51:12.487Z (3 months ago)
- Topics: go, pki, tls
- Language: Go
- Homepage:
- Size: 169 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Go Authroot.stl
[](https://goreportcard.com/report/github.com/tls-inspector/authrootstl)
[](https://pkg.go.dev/github.com/tls-inspector/authrootstl)
[](https://github.com/tls-inspector/authrootstl/releases)
[](https://github.com/tls-inspector/authrootstl/blob/master/LICENSE)This package provides a interface to parse & validate Microsoft Windows authroot.stl file
which contains the list of participants in the Microsoft Trusted Root Program. The trust list
file contains so-called "subjects", which describe a certificate, their accepted use within Windows,
and their trust status.# Usage & Examples
Examples can be found on the [documentation for the library](https://pkg.go.dev/github.com/tls-inspector/authrootstl)
## License
Mozilla Public License Version 2.0.
This package embeds a modified version of [github.com/mozilla-services/pkcs7](https://github.com/mozilla-services/pkcs7). This package is not affiliated with or endorsed by Microsoft. Windows is a registered trademark of Microsoft Corporation.