Hi Jeff,
Thanks for your inputs.
I am basically looking for below.
I am using openssl in iOS device for an SSL server along with self signed certificate. Problem is that if i install a self signed CA certificate manually into the iOS device, SSL handshake with client works, otherwise it is always failing. So I am looking for an openssl API which will help me to add self signed CA certificate to trusted store(because server is running with openssl) so that i can make this openssl handshake successful.
Can you please let me know how can I achieve this? Thank you.