Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Attestation Service configuration for stir/shaken. More...
#include <common_config.h>
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 |
Attestation Service configuration for stir/shaken.
The common structure also appears in profile_cfg.
Definition at line 292 of file common_config.h.
struct ast_string_field_mgr __field_mgr |
Definition at line 296 of file common_config.h.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 296 of file common_config.h.
enum attest_level_enum attest_level |
Definition at line 297 of file common_config.h.
Referenced by ast_stir_shaken_as_ctx_create(), and pack_payload().
enum check_tn_cert_public_url_enum check_tn_cert_public_url |
Definition at line 298 of file common_config.h.
Referenced by as_check_common_config().
const ast_string_field private_key_file |
Definition at line 296 of file common_config.h.
Referenced by as_check_common_config().
const ast_string_field public_cert_url |
Definition at line 296 of file common_config.h.
Referenced by as_check_common_config(), ast_stir_shaken_as_ctx_create(), and ast_stir_shaken_attest().
unsigned char* raw_key |
Definition at line 300 of file common_config.h.
Referenced by acfg_cleanup(), as_check_common_config(), as_copy_cfg_common(), and ast_stir_shaken_attest().
size_t raw_key_length |
Definition at line 301 of file common_config.h.
Referenced by as_check_common_config(), as_copy_cfg_common(), ast_stir_shaken_as_ctx_create(), and ast_stir_shaken_attest().
enum send_mky_enum send_mky |
Definition at line 299 of file common_config.h.
Referenced by ast_stir_shaken_as_ctx_add_fingerprint(), ast_stir_shaken_as_ctx_wants_fingerprints(), and pack_payload().