Thanks - it worked. I hacked libwww to call
SSL_CTX_load_verify_locations.
Regards,
Charles Walker
Vadim Fedukovich wrote:
>
> On Sat, 9 Sep 2000, Charles Walker wrote:
>
> > I have written some client code which uses OpenSSL plus libwww to
> > retrieve files from a server. In the environmen
> > I need a way to call something in OpenSSL to tell OpenSSL
> that our own
> > little certificate authority is trusted. Does anybody know
> what I need
> > to do?
>
> Fast easy way would be to specify name of the file with your CA
> certificate inside:
> SSL_CTX_load_verify_locations(ctx, fi
On Sat, 9 Sep 2000, Charles Walker wrote:
> I have written some client code which uses OpenSSL plus libwww to
> retrieve files from a server. In the environment where this thing runs,
> we don't really care about authenticating the server, so we want to use
> a self signed certificate or make up
I have written some client code which uses OpenSSL plus libwww to
retrieve files from a server. In the environment where this thing runs,
we don't really care about authenticating the server, so we want to use
a self signed certificate or make up our own little certificate
authority. We only wan