Re: Making OpenSSL trust my own CA

2000-09-11 Thread Charles Walker
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

RE: Making OpenSSL trust my own CA

2000-09-09 Thread Dearnaley (EXT), Roger
> > 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

Re: Making OpenSSL trust my own CA

2000-09-09 Thread Vadim Fedukovich
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

Making OpenSSL trust my own CA

2000-09-09 Thread Charles Walker
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