golang-github-hashicorp-go-rootcerts 0.0~git20160503.0.6bb64b3-1 source package in Ubuntu

Changelog

golang-github-hashicorp-go-rootcerts (0.0~git20160503.0.6bb64b3-1) unstable; urgency=medium

  * Team upload.
  [ Shengjing Zhu ]
  * Initial release (Closes: #869650)

 -- Daniel Stender <email address hidden>  Thu, 27 Jul 2017 22:43:35 +0200

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-go-rootcerts_0.0~git20160503.0.6bb64b3-1.dsc 2.4 KiB 68bbde9ebedbb05bf5646c107f4a3b678242a3cc3988fc443464cc001cf7d0fa
golang-github-hashicorp-go-rootcerts_0.0~git20160503.0.6bb64b3.orig.tar.xz 10.6 KiB e95c28b01afbd1d3656bcc8921d629f7ba5597e82db80d68507186ec5e57e588
golang-github-hashicorp-go-rootcerts_0.0~git20160503.0.6bb64b3-1.debian.tar.xz 1.8 KiB e177b811cb68d0399848203b16cd2f3f0e8a66316714d8f73b1da374cab2ffd7

No changes file available.

Binary packages built by this source

golang-github-hashicorp-go-rootcerts-dev: 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.