aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2023-10-08 04:35:15 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2023-10-08 04:35:15 +0000
commit2821a7498f65d357c68166e1978b491abef1ca4a (patch)
tree985b9e4e5756072e89a26a396bb30a28a01787b4 /lib/libfetch
parent04c8bfc1761010c36081cf300fa751548d541122 (diff)
Diffstat (limited to 'lib/libfetch')
-rw-r--r--lib/libfetch/fetch.315
1 files changed, 1 insertions, 14 deletions
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3
index 9082f338f7c1..5f7489799cf6 100644
--- a/lib/libfetch/fetch.3
+++ b/lib/libfetch/fetch.3
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd November 24, 2020
+.Dd October 7, 2023
.Dt FETCH 3
.Os
.Sh NAME
@@ -409,19 +409,6 @@ library,
is currently unimplemented.
.Sh HTTPS SCHEME
Based on HTTP SCHEME.
-By default the peer is verified using the CA bundle located in
-.Pa /usr/local/etc/ssl/cert.pem .
-If this file does not exist,
-.Pa /etc/ssl/cert.pem
-is used instead.
-If neither file exists, and
-.Ev SSL_CA_CERT_PATH
-has not been set,
-OpenSSL's default CA cert and path settings apply.
-The certificate bundle can contain multiple CA certificates.
-A common source of a current CA bundle is
-.Pa \%security/ca_root_nss .
-.Pp
The CA bundle used for peer verification can be changed by setting the
environment variables
.Ev SSL_CA_CERT_FILE