Hi all I have Client-Server application. The requirement is every peer must load peer'sTrust Access List the public key for any component that will connect to. What is the best way to do that ?? Using SSL_CTX_set_default_verify_paths , SSL_CTX_load_verify_locations,...??? Do I have to use X509_store_new ??? Plaes help I am new to this SSL.
Thank You TD