Thank you for the reply. It is probably obvious that I am new to SSL
programming, and I am modifying some existing code. I will read over your
information and write back if I am still having issues.
Thanks
Derek
On Wed, Oct 10, 2012 at 4:30 AM, Dave Thompson wrote:
> >From: owner-openssl-us...@
>From: owner-openssl-us...@openssl.org On Behalf Of Derek Cole
>Sent: Tuesday, 09 October, 2012 21:12
>I am trying to write a server that will accept an incoming SSL connection.
>In psuedo, I have the following chain of function calls
>SSL_CTX_load_verify_locations(ctx, root
Hello,
I am trying to write a server that will accept an incoming SSL connection.
In psuedo, I have the following chain of function calls
SSL_CTX_load_verify_locations(ctx, root_cert_file, root_cert_dir)
SSL_CTX_use_certificate_chain_file(chain file)
SSK_CTX_use_PrivateKey_file(ch