VerifyCallback
SSL_CTX_set_verify(sContext, SSL_VERIFY_PEER, VerifyCallback);
static int VerifyCallback(int ok, X509_STORE_CTX* ctx);