Obtaining openssl x509 certificate chain sent by server in custom cert_verify_callback?

As far as I konow the default verification function is X509_verify_cert . This function is called if you don't set your own verification callback (with SSL_CTX_set_cert_verify_callback ). It is defined in crypto/x509/x509_vfy.

C . I would suggest you look at the source code of this function to figure out what exactly you should do to convince OpenSSL to collaborate (e.g. Return error codes properly).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions