Home
last modified time | relevance | path

Searched refs:system_certificate_path (Results 1 – 3 of 3) sorted by relevance

/dports/devel/aws-c-io/aws-c-io-0.10.12/include/aws/io/
H A Dtls_channel_handler.h139 const char *system_certificate_path; member
/dports/devel/aws-c-io/aws-c-io-0.10.12/source/
H A Dtls_channel_handler.c147 options->system_certificate_path = cert_reg_path; in aws_tls_ctx_options_init_client_mtls_from_system_path()
/dports/devel/aws-c-io/aws-c-io-0.10.12/source/windows/
H A Dsecure_channel_tls_handler.c1967 if (options->system_certificate_path) { in s_ctx_new()
1971 … options->system_certificate_path, &secure_channel_ctx->cert_store, &secure_channel_ctx->pcerts)) { in s_ctx_new()
1972 … AWS_LOGF_ERROR(AWS_LS_IO_TLS, "static: failed to load %s", options->system_certificate_path); in s_ctx_new()