Re: Verifying X509 Certificates Using The OpenSSL API

2010-08-08 Thread Peter Sylvester
try rehash the certs I am loading the certificate stores from /etc/ssl/certs which contains the stores that mozilla, chrome, and the like all verify from, but no matter what I do I can't get a single certificate to verify.

Re: Verifying X509 Certificates Using The OpenSSL API

2010-08-06 Thread Dr. Stephen Henson
On Fri, Aug 06, 2010, Sam Jantz wrote: > To whomever may have an answer, > > I am writing a SSL/TLS proxy server for my work that is multi-threaded. > I recently replaced my OpenSSL version with 1.0.0a from 0.9.8g. In this > application I need to verify the server certificate otherwise al

Verifying X509 Certificates Using The OpenSSL API

2010-08-06 Thread Sam Jantz
To whomever may have an answer, I am writing a SSL/TLS proxy server for my work that is multi-threaded. I recently replaced my OpenSSL version with 1.0.0a from 0.9.8g. In this application I need to verify the server certificate otherwise all the security will be bypassed. However, when I