Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T06:53:14.000Z (6 months ago)
- Last Synced: 2024-05-06T07:52:39.894Z (6 months ago)
- Topics: go, pki, tls
- Language: Go
- Homepage:
- Size: 167 KB
- Stars: 2
- 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
[![Go Report Card](https://goreportcard.com/badge/github.com/tls-inspector/authrootstl?style=flat-square)](https://goreportcard.com/report/github.com/tls-inspector/authrootstl)
[![Godoc](https://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://pkg.go.dev/github.com/tls-inspector/authrootstl)
[![Releases](https://img.shields.io/github/release/tls-inspector/authrootstl/all.svg?style=flat-square)](https://github.com/tls-inspector/authrootstl/releases)
[![LICENSE](https://img.shields.io/github/license/tls-inspector/authrootstl.svg?style=flat-square)](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.