X509_verify_cert question
Hi, I have a question about using X509_verify_cert(X509_STORE_CTX) - Where does the root cert go for X509_STORE_CTX, is it suppose to be included? Thanks, Jerry
X509_verify_cert question
I am currently working on a wrapper around the X509_verify_cert function using 0.9.7m compiled on win32 via Cygwin in C and I'm having a few issues. It seems when I run my verify wrapper function in my test bench (it creates csr's, certificates, crl's, and does validation, printing, etc