Apache HTTPD
Public Attributes | List of all members
md_acme_t Struct Reference

#include <md_acme.h>

Public Attributes

const charurl
 
const charsname
 
apr_pool_tp
 
const charuser_agent
 
const charproxy_url
 
const charca_file
 
const characct_id
 
struct md_acme_acct_tacct
 
struct md_pkey_tacct_key
 
int version
 
union { 
 
   struct { 
 
      const char *   new_authz 
 
      const char *   new_cert 
 
      const char *   new_reg 
 
      const char *   revoke_cert 
 
   }   v1 
 
   struct { 
 
      const char *   new_account 
 
      const char *   new_order 
 
      const char *   key_change 
 
      const char *   revoke_cert 
 
      const char *   new_nonce 
 
   }   v2 
 
api 
 
const charca_agreement
 
const characct_name
 
int eab_required
 
md_acme_new_nonce_fnnew_nonce_fn
 
md_acme_req_init_fnreq_init_fn
 
md_acme_post_fnpost_new_account_fn
 
struct md_http_thttp
 
const charnonce
 
int max_retries
 
struct md_result_tlast
 

Detailed Description

Definition at line 94 of file md_acme.h.

Member Data Documentation

◆ acct

struct md_acme_acct_t* md_acme_t::acct

Definition at line 103 of file md_acme.h.

◆ acct_id

const char* md_acme_t::acct_id

Definition at line 102 of file md_acme.h.

◆ acct_key

struct md_pkey_t* md_acme_t::acct_key

Definition at line 104 of file md_acme.h.

◆ acct_name

const char* md_acme_t::acct_name

Definition at line 124 of file md_acme.h.

◆ [union]

union { ... } md_acme_t::api

◆ ca_agreement

const char* md_acme_t::ca_agreement

Definition at line 123 of file md_acme.h.

◆ ca_file

const char* md_acme_t::ca_file

Definition at line 100 of file md_acme.h.

◆ eab_required

int md_acme_t::eab_required

Definition at line 125 of file md_acme.h.

◆ http

struct md_http_t* md_acme_t::http

Definition at line 131 of file md_acme.h.

◆ key_change

const char* md_acme_t::key_change

Definition at line 118 of file md_acme.h.

◆ last

struct md_result_t* md_acme_t::last

Definition at line 135 of file md_acme.h.

◆ max_retries

int md_acme_t::max_retries

Definition at line 134 of file md_acme.h.

◆ new_account

const char* md_acme_t::new_account

Definition at line 116 of file md_acme.h.

◆ new_authz

const char* md_acme_t::new_authz

Definition at line 109 of file md_acme.h.

◆ new_cert

const char* md_acme_t::new_cert

Definition at line 110 of file md_acme.h.

◆ new_nonce

const char* md_acme_t::new_nonce

Definition at line 120 of file md_acme.h.

◆ new_nonce_fn

md_acme_new_nonce_fn* md_acme_t::new_nonce_fn

Definition at line 127 of file md_acme.h.

◆ new_order

const char* md_acme_t::new_order

Definition at line 117 of file md_acme.h.

◆ new_reg

const char* md_acme_t::new_reg

Definition at line 111 of file md_acme.h.

◆ nonce

const char* md_acme_t::nonce

Definition at line 133 of file md_acme.h.

◆ p

apr_pool_t* md_acme_t::p

Definition at line 97 of file md_acme.h.

◆ post_new_account_fn

md_acme_post_fn* md_acme_t::post_new_account_fn

Definition at line 129 of file md_acme.h.

◆ proxy_url

const char* md_acme_t::proxy_url

Definition at line 99 of file md_acme.h.

◆ req_init_fn

md_acme_req_init_fn* md_acme_t::req_init_fn

Definition at line 128 of file md_acme.h.

◆ revoke_cert

const char* md_acme_t::revoke_cert

Definition at line 112 of file md_acme.h.

◆ sname

const char* md_acme_t::sname

Definition at line 96 of file md_acme.h.

◆ url

const char* md_acme_t::url

Definition at line 95 of file md_acme.h.

◆ user_agent

const char* md_acme_t::user_agent

Definition at line 98 of file md_acme.h.

◆ [struct]

struct { ... } md_acme_t::v1

◆ [struct]

struct { ... } md_acme_t::v2

◆ version

int md_acme_t::version

Definition at line 106 of file md_acme.h.


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