Hi:
 
 I am writing a SSL client using openSSL. The 
 client talks to a Netscape secured web server. I am 
 able to get the certificate from the web server. From 
 the certificate, using 
 
 X509_get_subject_name()
 and
 X509_get_issuer_name()
 
 I am able to get subject (certificate sender's) and 
 issuer's (certificate issuer's) details.
 
 My question is what exactly should I do, and how, to verify/authenticate 
 the certificate sent to me so that I know that they are from the 
 correct web server.

Thanks.
Brajesh
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to