Hi! The easiest way to set this up is to make sure your client has the root CA certificate in a file locally on his machine. Then you can call the function load_verify_locations(ctx, CA_FILE, 0) in your client code in order to have your client's SSL_CTX trust the certificates in that file.
//oscar Julio Kriger wrote: > > Hi, > I'm newby, so I hope not to bother you with some stupid question or > misunderstud concepts. > I have been reading information of how to verify server certificate > signed by a root CA in a client. > Form what I read, I have to check the server certificate signature with > the public key certificate from the root CA. Does anyone know the steps > to do this? > Any comment and this topic will be greatful. > Thanks in advance. > Julio ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
