|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Verification 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 |
| struct ast_acl_list * | acl |
| const ast_string_field | ca_file |
| const ast_string_field | ca_path |
| const ast_string_field | cert_cache_dir |
| const ast_string_field | crl_file |
| const ast_string_field | crl_path |
| unsigned int | curl_timeout |
| enum ignore_sip_date_header_enum | ignore_sip_date_header |
| enum load_system_certs_enum | load_system_certs |
| unsigned int | max_cache_entry_age |
| unsigned int | max_cache_size |
| unsigned int | max_date_header_age |
| unsigned int | max_iat_age |
| enum relax_x5u_path_restrictions_enum | relax_x5u_path_restrictions |
| enum relax_x5u_port_scheme_restrictions_enum | relax_x5u_port_scheme_restrictions |
| enum stir_shaken_failure_action_enum | stir_shaken_failure_action |
| struct crypto_cert_store * | tcs |
| const ast_string_field | untrusted_cert_file |
| const ast_string_field | untrusted_cert_path |
| enum use_rfc9410_responses_enum | use_rfc9410_responses |
Verification Service configuration for stir/shaken.
The common structure also appears in profile_cfg.
Definition at line 347 of file common_config.h.
| struct ast_string_field_mgr __field_mgr |
Definition at line 356 of file common_config.h.
| struct ast_string_field_pool* __field_mgr_pool |
Definition at line 356 of file common_config.h.
| struct ast_acl_list* acl |
Definition at line 371 of file common_config.h.
Referenced by retrieve_cert_from_url(), vcfg_cleanup(), verification_apply(), and vs_copy_cfg_common().
| const ast_string_field ca_file |
Definition at line 356 of file common_config.h.
Referenced by vs_check_common_config().
| const ast_string_field ca_path |
Definition at line 356 of file common_config.h.
Referenced by vs_check_common_config().
| const ast_string_field cert_cache_dir |
Definition at line 356 of file common_config.h.
Referenced by ctx_populate(), and vs_check_common_config().
| const ast_string_field crl_file |
Definition at line 356 of file common_config.h.
Referenced by vs_check_common_config().
| const ast_string_field crl_path |
Definition at line 356 of file common_config.h.
Referenced by vs_check_common_config().
| unsigned int curl_timeout |
Definition at line 357 of file common_config.h.
Referenced by retrieve_cert_from_url().
| enum ignore_sip_date_header_enum ignore_sip_date_header |
Definition at line 370 of file common_config.h.
Referenced by check_date_header().
| enum load_system_certs_enum load_system_certs |
Definition at line 369 of file common_config.h.
Referenced by vs_check_common_config().
| unsigned int max_cache_entry_age |
Definition at line 360 of file common_config.h.
| unsigned int max_cache_size |
Definition at line 361 of file common_config.h.
| unsigned int max_date_header_age |
Definition at line 359 of file common_config.h.
Referenced by check_date_header().
| unsigned int max_iat_age |
Definition at line 358 of file common_config.h.
Referenced by ast_stir_shaken_vs_verify().
| enum relax_x5u_path_restrictions_enum relax_x5u_path_restrictions |
Definition at line 368 of file common_config.h.
Referenced by check_x5u_url().
| enum relax_x5u_port_scheme_restrictions_enum relax_x5u_port_scheme_restrictions |
Definition at line 366 of file common_config.h.
Referenced by check_x5u_url().
| enum stir_shaken_failure_action_enum stir_shaken_failure_action |
Definition at line 363 of file common_config.h.
Referenced by ast_stir_shaken_vs_get_failure_action().
| struct crypto_cert_store* tcs |
Definition at line 372 of file common_config.h.
Referenced by check_cert(), eprofile_apply(), vcfg_cleanup(), vs_check_common_config(), and vs_copy_cfg_common().
| const ast_string_field untrusted_cert_file |
Definition at line 356 of file common_config.h.
Referenced by vs_check_common_config().
| const ast_string_field untrusted_cert_path |
Definition at line 356 of file common_config.h.
Referenced by vs_check_common_config().
| enum use_rfc9410_responses_enum use_rfc9410_responses |
Definition at line 364 of file common_config.h.
Referenced by ast_stir_shaken_vs_get_use_rfc9410_responses().