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_new, X509_STORE_up_ref, X509_STORE_free — allocate and free X.509 certificate storesSYNOPSIS
#include <openssl/x509_vfy.h>X509_STORE_new(void);
X509_STORE_up_ref(X509_STORE *store);
X509_STORE_free(X509_STORE *store);