Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
x509_trust_st Struct Reference

#include <x509.h>

Public Attributes

int trust
 
int flags
 
int(* check_trust )(struct x509_trust_st *, X509 *, int)
 
char * name
 
int arg1
 
void * arg2
 

Detailed Description

Definition at line 103 of file x509.h.

Member Data Documentation

◆ arg1

int x509_trust_st::arg1

Definition at line 108 of file x509.h.

◆ arg2

void* x509_trust_st::arg2

Definition at line 109 of file x509.h.

◆ check_trust

int(* x509_trust_st::check_trust) (struct x509_trust_st *, X509 *, int)

Definition at line 106 of file x509.h.

◆ flags

int x509_trust_st::flags

Definition at line 105 of file x509.h.

◆ name

char* x509_trust_st::name

Definition at line 107 of file x509.h.

◆ trust

int x509_trust_st::trust

Definition at line 104 of file x509.h.


The documentation for this struct was generated from the following file: