套件:golang-github-hashicorp-go-rootcerts-dev(1.0.2-2)
golang-github-hashicorp-go-rootcerts-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-hashicorp-go-rootcerts:
- [golang-github-hashicorp-go-rootcerts_1.0.2-2.dsc]
- [golang-github-hashicorp-go-rootcerts_1.0.2.orig.tar.xz]
- [golang-github-hashicorp-go-rootcerts_1.0.2-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- python-certifi
- python3-certifi
- libca-certs-ocaml
- libca-certs-ocaml-dev
- golang-github-caddyserver-certmagic-dev
- python3-cmake-build-extension
- golang-github-dhowett-go-plist-dev
- python3-pyproject-parser
- libghc-hsopenssl-x509-system-dev
- libghc-hsopenssl-x509-system-doc
- libghc-hsopenssl-x509-system-prof
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.