I am using openssl to work with certificates from smart cards. I want to do
full path validation, but I'm a little confused how to achieve this.
Smart cards don't use the normal web CA's, so I may not have the trusted
roots, or intermediaries.
When openssl builds a path, does it ever go download the intermediaries?
Is there a way to hook in my own function to do this? It seems like you have
the info you need during the path building process, and I don't want to have
to duplicate that.
Any other suggestions on the best way to handle this?
-- 
Chris Bare
ch...@bareflix.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to