I'm trying to add some key and certificate validation code to help
diagnose potential issues.

X509_verify allows me to verify an X509 and EVP_PKEY pair.

verify.c has certificate validation code, but it appears to work from
the file system (X509_STORE_add_lookup(), X509_LOOKUP_file(),
X509_LOOKUP_hash_dir() and friends).

Is there anything which allows validation of X509 chains in memory?

Thanks in advance.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to