Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
X509_STORE_set_verify_cb, X509_STORE_set_verify_cb_func, X509_STORE_get_verify_cb — set verification callbackSYNOPSIS
#include <openssl/x509_vfy.h>X509_STORE_set_verify_cb(X509_STORE *st, X509_STORE_CTX_verify_cb verify_cb);
X509_STORE_set_verify_cb_func(X509_STORE *st, X509_STORE_CTX_verify_cb verify_cb);
X509_STORE_get_verify_cb(X509_STORE *st);