OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
x509_purpose_st Struct Reference

#include <x509v3.h>

Public Attributes

int purpose
 
int trust
 
int flags
 
int(* check_purpose )(const struct x509_purpose_st *, const X509 *, int)
 
char * name
 
char * sname
 
voidusr_data
 

Detailed Description

Definition at line 458 of file x509v3.h.

Member Data Documentation

int(* x509_purpose_st::check_purpose)(const struct x509_purpose_st *, const X509 *, int)

Definition at line 462 of file x509v3.h.

int x509_purpose_st::flags

Definition at line 461 of file x509v3.h.

char * x509_purpose_st::name

Definition at line 464 of file x509v3.h.

int x509_purpose_st::purpose

Definition at line 459 of file x509v3.h.

char * x509_purpose_st::sname

Definition at line 465 of file x509v3.h.

int x509_purpose_st::trust

Definition at line 460 of file x509v3.h.

void * x509_purpose_st::usr_data

Definition at line 466 of file x509v3.h.


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