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

#include <x509.h>

+ Collaboration diagram for X509_info_st:

Public Attributes

X509x509
 
X509_CRLcrl
 
X509_PKEYx_pkey
 
EVP_CIPHER_INFO enc_cipher
 
int enc_len
 
char * enc_data
 

Detailed Description

Definition at line 244 of file x509.h.

Member Data Documentation

◆ crl

X509_CRL* X509_info_st::crl

Definition at line 246 of file x509.h.

◆ enc_cipher

EVP_CIPHER_INFO X509_info_st::enc_cipher

Definition at line 248 of file x509.h.

◆ enc_data

char* X509_info_st::enc_data

Definition at line 250 of file x509.h.

◆ enc_len

int X509_info_st::enc_len

Definition at line 249 of file x509.h.

◆ x509

X509* X509_info_st::x509

Definition at line 245 of file x509.h.

◆ x_pkey

X509_PKEY* X509_info_st::x_pkey

Definition at line 247 of file x509.h.


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