How to load Client certificate during ssl connection for mutual authentication?
问题 I am not able toload client certificate on ssl connection, so that server can authenticate it. What may be the issue ? LoadCertificates() function is working fine for loading server certificate. I am able to get server certificate on client end. But not able to get client certificate on server end. Also I want to vertify that the certificates are signed by correct CA. I have CA certificate on both ends. Can I do that ? //SSL-Client.c #include <stdio.h> #include <errno.h> #include <unistd.h>