openssl/include
Richard Levitte 1060a50b6d 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: Rich Salz <rsalz@openssl.org>
2016-07-25 17:20:58 +02:00
..
internal Check for errors allocating the error strings. 2016-07-20 19:20:53 +02:00
openssl Add getters / setters for the X509_STORE_CTX and X509_STORE functions 2016-07-25 17:20:58 +02:00