Dear All, I have self signed root certificate. I want to verify the peer certificate. In API static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer).
I saw function calling X509_check_issued(issuer, x); where they are matching issuer and subject. But I saw server is sending the Thwate as server CA (issuer and subject).But self sign certificate having server name(service provider name and email) in subject and issuer. So openssl always returning unknown CA due not matching of issuer and subject. So please help me how to debug this problem to verify the peer using our self signed root certificate (which is provided by service provider). Thank you. Regards, --Ajeet Kumar Singh
<<image002.jpg>>