Hello guys, I setting the CRL path for SSL by SSL_context, but it is not useful.
In manual page SSL_connection and SSL_accept are used to inited a handshake and SSL_do_handshake() perform a handshake SSL_do_handshake should be called explicitly after SSL_accept/SSL_connection is called? does SSL_connection/SSL_accept do the work of validate the certificate of client or server! Thank you very much!