outbound_tls_ca
Name
outbound_tls_ca
Synopsis
#include "hooks/core/outbound_tls_ca.h"
| char * **outbound_tls_ca** (
| closure, | |
| | message)
; | |
void * <var class="pdparam">closure</var>
;
email_message * <var class="pdparam">message</var>
;
| int **has_core_outbound_tls_ca_hook** (
| )
; | |
| void **register_core_outbound_tls_ca_hook_first** (
| hook, | |
| | closure)
; | |
ec_hook_core_outbound_tls_ca_func_t <var class="pdparam">hook</var>
;
void *<var class="pdparam">closure</var>
;
| void **register_core_outbound_tls_ca_hook_last** (
| hook, | |
| | closure)
; | |
ec_hook_core_outbound_tls_ca_func_t <var class="pdparam">hook</var>
;
void *<var class="pdparam">closure</var>
;
| char * **call_core_outbound_tls_ca_hook** (
| message)
; | |
Description
Functions registered here can provide Momentum with a certificate authority certificate chain to be used to validate the remote system's TLS credentials based of the message
.