Functions | Variables
by_file.c File Reference
#include <stdlib.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/thread.h>
#include "internal.h"
Include dependency graph for by_file.c:

Go to the source code of this file.

Functions

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_METHODX509_LOOKUP_file (void)
 

Variables

static X509_LOOKUP_METHOD x509_file_lookup
 

Function Documentation

◆ by_file_ctrl()

static int by_file_ctrl ( X509_LOOKUP ctx,
int  cmd,
const char *  argc,
long  argl,
char **  ret 
)
static

Definition at line 88 of file by_file.c.

◆ X509_load_cert_crl_file()

int X509_load_cert_crl_file ( X509_LOOKUP ctx,
const char *  file,
int  type 
)

Definition at line 242 of file by_file.c.

◆ X509_load_cert_file()

int X509_load_cert_file ( X509_LOOKUP ctx,
const char *  file,
int  type 
)

Definition at line 122 of file by_file.c.

◆ X509_load_crl_file()

int X509_load_crl_file ( X509_LOOKUP ctx,
const char *  file,
int  type 
)

Definition at line 182 of file by_file.c.

◆ X509_LOOKUP_file()

X509_LOOKUP_METHOD* X509_LOOKUP_file ( void  )

Definition at line 83 of file by_file.c.

Variable Documentation

◆ x509_file_lookup

X509_LOOKUP_METHOD x509_file_lookup
static
Initial value:
= {
"Load file into cache",
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}

Definition at line 70 of file by_file.c.

by_file_ctrl
static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, char **ret)
Definition: by_file.c:88


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:05