https://github.com/tep/crypto-x509tools
https://github.com/tep/crypto-x509tools
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tep/crypto-x509tools
- Owner: tep
- License: bsd-3-clause
- Created: 2022-01-24T23:05:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T21:46:33.000Z (about 4 years ago)
- Last Synced: 2024-12-29T11:11:32.267Z (over 1 year ago)
- Language: Go
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# x509tools [![License][license-img]][license] [![GoDoc][godoc-img]][godoc] [![Go Report Card][reportcard-img]][reportcard]
`import "toolman.org/crypto/x509tools"`
This package contains several x509-related helper functions not found in the
standard library (albeit, perhaps they should be).
A non-trivial portion of this logic was take directly from the unexported
side of the standard library's "crypto/x509" package -- therefore this package
maintains the same copyright and license as the Go source code itself.
See the "LICENSE" file for more information.
[license-img]: https://img.shields.io/badge/license-Go-green
[license]: https://github.com/tep/crypto-x509tools/blob/master/LICENSE
[godoc-img]: https://godoc.org/toolman.org/crypto/x509tools?status.svg
[godoc]: https://godoc.org/toolman.org/crypto/x509tools
[reportcard-img]: https://goreportcard.com/badge/toolman.org/crypto/x509tools
[reportcard]: https://goreportcard.com/report/toolman.org/crypto/x509tools