#include <stdlib.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/thread.h>
#include "internal.h"
Go to the source code of this file.
|
static int | by_file_ctrl (X509_LOOKUP *ctx, int cmd, const char *argc, long argl, char **ret) |
|
int | X509_load_cert_crl_file (X509_LOOKUP *ctx, const char *file, int type) |
|
int | X509_load_cert_file (X509_LOOKUP *ctx, const char *file, int type) |
|
int | X509_load_crl_file (X509_LOOKUP *ctx, const char *file, int type) |
|
X509_LOOKUP_METHOD * | X509_LOOKUP_file (void) |
|
◆ by_file_ctrl()
◆ X509_load_cert_crl_file()
◆ X509_load_cert_file()
◆ X509_load_crl_file()
◆ X509_LOOKUP_file()
◆ x509_file_lookup
Initial value:= {
"Load file into cache",
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}
Definition at line 70 of file by_file.c.