On 08/09/2018 20:00, Viktor Dukhovni wrote:
On Sat, Sep 08, 2018 at 01:44:50PM +, Salz, Rich via openssl-users wrote:
OpenSSL does not use *any* certificate store, on any platform, it is up to the
applications to do what they need.
More precisely, OpenSSL does not bundle any trusted certi
On Sat, Sep 08, 2018 at 01:44:50PM +, Salz, Rich via openssl-users wrote:
> OpenSSL does not use *any* certificate store, on any platform, it is up to
> the applications to do what they need.
More precisely, OpenSSL does not bundle any trusted certificates
with the upstream source. OpenSSL
OpenSSL does not use *any* certificate store, on any platform, it is up to the
applications to do what they need.
--
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
On Fri, Sep 7, 2018 at 11:55 PM Juan Isoza wrote:
>
> It's a good idea using openssl under windows (with new openssl 1.1.1, we
> will be able to use TLS 1.3 under Windows, from 7/2008 to 10/2016) instead
> internal windows crypto..
>
> But, by example, curl build for windows with openssl need a -
It's a good idea using openssl under windows (with new openssl 1.1.1, we
will be able to use TLS 1.3 under Windows, from 7/2008 to 10/2016) instead
internal windows crypto..
But, by example, curl build for windows with openssl need a --insecure
parameters or a custom root certificate file.
What a