]> git.proxmox.com Git - cargo.git/commit
Auto merge of #2917 - alexcrichton:cainfo, r=brson
authorbors <bors@rust-lang.org>
Tue, 26 Jul 2016 00:34:19 +0000 (17:34 -0700)
committerGitHub <noreply@github.com>
Tue, 26 Jul 2016 00:34:19 +0000 (17:34 -0700)
commit0c08bd1610303b3c56e9aa7e7de36fce80c41369
treef3383be229e4adf8492067be9120ad24aa785818
parentdc46aba8404c085c0f7a20579d1053a50181c38c
parent8e8a2924aaef0086e534dc8c88d7ccecdf1c5eb3
Auto merge of #2917 - alexcrichton:cainfo, r=brson

Add `http.cainfo` config for custom certs

This adds a `http.cainfo` option to Cargo which reads CA information from a
bundle to pass through to the underlying SSL implementation. This should allow
configuration of Cargo in situations where the default certificate store doesn't
contain the relevant certificates, such as behind corporate proxies.

cc #1180