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

https://github.com/tep/crypto-x509tools


https://github.com/tep/crypto-x509tools

Last synced: 5 months ago
JSON representation

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