Asterisk - The Open Source Telephony Project GIT-master-1f1c5bb
Data Fields
attestation_cfg_common Struct Reference

Attestation Service configuration for stir/shaken. More...

#include <common_config.h>

Collaboration diagram for attestation_cfg_common:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
enum attest_level_enum attest_level
 
enum check_tn_cert_public_url_enum check_tn_cert_public_url
 
const ast_string_field private_key_file
 
const ast_string_field public_cert_url
 
unsigned char * raw_key
 
size_t raw_key_length
 
enum send_mky_enum send_mky
 

Detailed Description

Attestation Service configuration for stir/shaken.

The common structure also appears in profile_cfg.

Definition at line 279 of file common_config.h.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 283 of file common_config.h.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 283 of file common_config.h.

◆ attest_level

enum attest_level_enum attest_level

Definition at line 284 of file common_config.h.

Referenced by ast_stir_shaken_as_ctx_create(), and pack_payload().

◆ check_tn_cert_public_url

enum check_tn_cert_public_url_enum check_tn_cert_public_url

Definition at line 285 of file common_config.h.

Referenced by as_check_common_config().

◆ private_key_file

const ast_string_field private_key_file

Definition at line 283 of file common_config.h.

Referenced by as_check_common_config().

◆ public_cert_url

const ast_string_field public_cert_url

◆ raw_key

unsigned char* raw_key

◆ raw_key_length

size_t raw_key_length

◆ send_mky

enum send_mky_enum send_mky

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