l...@gnu.org (Ludovic Courtès) writes:
> Andreas Enge skribis:
>
>> On Sat, Feb 07, 2015 at 08:57:32PM -0500, Mark H Weaver wrote:
>>> Unlike GnuTLS, OpenSSL supports setting the trust store location using
>>> environment variables, specifically SSL_CERT_DIR and SSL_CERT_FILE.
>>> Shouldn't we ju
Andreas Enge skribis:
> On Sat, Feb 07, 2015 at 08:57:32PM -0500, Mark H Weaver wrote:
>> Unlike GnuTLS, OpenSSL supports setting the trust store location using
>> environment variables, specifically SSL_CERT_DIR and SSL_CERT_FILE.
>> Shouldn't we just use those?
>
> I had read about these, but t
On Sat, Feb 07, 2015 at 08:57:32PM -0500, Mark H Weaver wrote:
> Unlike GnuTLS, OpenSSL supports setting the trust store location using
> environment variables, specifically SSL_CERT_DIR and SSL_CERT_FILE.
> Shouldn't we just use those?
I had read about these, but the documentation mentions them o
Andreas Enge writes:
> the attached patch does the same thing as we just pushed for gnutls:
> It sets the global certificate store to files and directories inside
> /etc/ssl.
Unlike GnuTLS, OpenSSL supports setting the trust store location using
environment variables, specifically SSL_CERT_DIR a