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_load_cert_file, X509_load_crl_file, X509_load_cert_crl_file — read, decode, and cache certificates and CRLsSYNOPSIS
#include <openssl/x509_vfy.h>X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type);
X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type);
X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type);