FileSize | 8292 |
MD5 | DF8E5D8A76E987AD60CCFAC986D7ADF1 |
PackageDescription | functions for loading root certificates for TLS connections
Go's standard library crypto/tls provides a common mechanism for
configuring TLS connections in tls.Config. The RootCAs field on this
struct is a pool of certificates for the client to use as a trust store
when verifying server certificates.
.
This library contains utility functions for loading certificates destined
for that field, as well as one other important thing:
.
When the RootCAs field is nil, the standard library attempts to load the
host's root CA set. This behavior is OS-specific, and the Darwin
implementation contains a bug that prevents trusted certificates from the
System and Login keychains from being loaded. This library contains
Darwin-specific behavior that works around that bug. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-github-hashicorp-go-rootcerts-dev |
PackageSection | devel |
PackageVersion | 1.0.2-1 |
SHA-1 | 0FA298E2B142B6DF1DB7BED77570C295CE18C3E9 |
SHA-256 | 7153340E0FE1D3FAA61333FDA3B543A6EE602BC25183F5500A595183B1F74EF7 |