Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jan 2016 20:48:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-security@FreeBSD.org
Subject:   [Bug 193871] Certificates in /etc/ssl/certs not considered by pkg and fetch
Message-ID:  <bug-193871-5710-UPBiH55ztE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193871-5710@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193871-5710@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D193871

--- Comment #3 from John W. O'Brien <john@saltant.com> ---
The fundamental problem is that libfetch always sets the CA cert file
(defaulting to /usr/local/etc/ssl/cert.pem if it exists or to /etc/ssl/cert=
.pem
otherwise), and openssl will return from X509_STORE_load_location() upon
failure to load the CAfile before trying to register the CApath. I will pro=
pose
a patch shortly.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193871-5710-UPBiH55ztE>