Commit 1060a50b authored by Richard Levitte's avatar Richard Levitte
Browse files

Add getters / setters for the X509_STORE_CTX and X509_STORE functions



We only add setters for X509_STORE function pointers except for the
verify callback function.  The thought is that the function pointers
in X509_STORE_CTX are a cache for the X509_STORE functions.
Therefore, it's preferable if the user makes the changes in X509_STORE
before X509_STORE_CTX_init is called, and otherwise use the verify
callback to override any results from OpenSSL's internal
calculations.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent d49cfa3b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment