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_get_ex_new_index, X509_STORE_CTX_set_ex_data, X509_STORE_CTX_get_ex_data, X509_STORE_CTX_set_app_data, X509_STORE_CTX_get_app_data — add application specific data to X509_STORE_CTX structuresSYNOPSIS
#include <openssl/x509_vfy.h>X509_STORE_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
X509_STORE_CTX_set_ex_data(X509_STORE_CTX *d, int idx, void *arg);
X509_STORE_CTX_get_ex_data(X509_STORE_CTX *d, int idx);
X509_STORE_CTX_set_app_data(X509_STORE_CTX *d, void *arg);
X509_STORE_CTX_get_app_data(X509_STORE_CTX *d);