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_CTX_verify_fn, X509_STORE_CTX_set_verify, X509_STORE_CTX_get_verify, X509_STORE_set_verify, X509_STORE_set_verify_func, X509_STORE_get_verify, X509_STORE_CTX_check_issued_fn, X509_STORE_set_check_issued, X509_STORE_get_check_issued, X509_STORE_CTX_get_check_issued — user-defined certificate chain verification functionSYNOPSIS
#include <openssl/x509_vfy.h>(*X509_STORE_CTX_verify_fn)(X509_STORE_CTX *ctx);
X509_STORE_CTX_set_verify(X509_STORE_CTX *ctx, X509_STORE_CTX_verify_fn verify);
X509_STORE_CTX_get_verify(X509_STORE_CTX *ctx);
X509_STORE_set_verify(X509_STORE *store, X509_STORE_CTX_verify_fn verify);
X509_STORE_set_verify_func(X509_STORE *store, X509_STORE_CTX_verify_fn verify);
X509_STORE_get_verify(X509_STORE_CTX *ctx);
(*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx, X509 *subject, X509 *issuer);
X509_STORE_set_check_issued(X509_STORE *store, X509_STORE_CTX_check_issued_fn check_issued);
X509_STORE_get_check_issued(X509_STORE *store);
X509_STORE_CTX_get_check_issued(X509_STORE_CTX *ctx);